1
0
mirror of https://github.com/agn453/RSTS-E.git synced 2026-01-11 23:22:42 +00:00
agn453.RSTS-E/micros/X80BLD.COM
2021-11-12 11:44:23 +11:00

14 lines
229 B
Plaintext

$! Command file to build X80.B2S (with Basic-Plus-2)
$!
$ set noOn
$ run $bp2ic2
SCALE 0
OLD X80.B2S
COMPILE X80/OBJECT/CHAIN/NODEBUG/NOCROSS/NOLIST/NOWARN
BUILD X80
SCRATCH
EXIT
$ tkb @X80
$ del x80.odl, x80.obj, x80.cmd
$ exit