|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 512 (0x200) Types: TextFile Names: »COMPILE.SUB«
└─⟦1eaa75712⟧ Bits:30005674 InterSystems Pascal v. 3.2 (RC703) └─ ⟦this⟧ »COMPILE.SUB«
: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»