mirror of
https://github.com/agn453/RSTS-E.git
synced 2026-01-11 23:22:42 +00:00
14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
$! Command file to build INTEL.B2S (with Basic-Plus-2)
|
|
$!
|
|
$ set noOn
|
|
$ run $bp2ic2
|
|
SCALE 0
|
|
OLD INTEL.B2S
|
|
COMPILE INTEL/OBJECT/CHAIN/NODEBUG/NOCROSS/NOLIST/NOWARN
|
|
BUILD INTEL
|
|
SCRATCH
|
|
EXIT
|
|
$ tkb @INTEL
|
|
$ del intel.odl, intel.obj, intel.cmd
|
|
$ exit
|