DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC700 "Piccolo"

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about RegneCentralen RC700 "Piccolo"

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦dd2ace7a8⟧ TextFile

    Length: 512 (0x200)
    Types: TextFile
    Names: »COMPILE.SUB«

Derivation

└─⟦1eaa75712⟧ Bits:30005674 InterSystems Pascal v. 3.2 (RC703)
    └─ ⟦this⟧ »COMPILE.SUB« 

TextFile

:This submit file will accept as an argument the name of the file
:to compile, assemble, link and run. For this file to work correctly,
:PASCAL.COM, PAS2, ASMBL.COM, LINK.COM, MAIN.SRC and LIB.REL must be
:on drive A. The file to compile must be on the drive specified by the
:second argument to this routine:
: e.g.  submit compile myprog c
:will compile myprog.pas on drive c
Pascal $1.$2$2$2
asmbl main,$1.$2$2/rel
link /n:$2:$1 $2:$1 /g
«eof»