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