mirror of
https://github.com/kenrector/sds-kit.git
synced 2026-03-02 01:40:20 +00:00
25 lines
602 B
Plaintext
25 lines
602 B
Plaintext
; command file to assemble an ascii file
|
|
;
|
|
; do sym_ascii asci-source binary-output listing-output
|
|
;
|
|
; no prompt, just type I/O options: ^'si''bo''lo''c/r'
|
|
; ^CCL for card input, card punch output, line printer listing
|
|
; type '/' to start option input over
|
|
; type c at first halt, (642) if options were '^CCLc/r'
|
|
; type q at next halt at (642)
|
|
;
|
|
set log /users/admin/sds/simlog
|
|
set debug /users/admin/sds/simdebug
|
|
|
|
! cat symbol/symbol >bootdeck
|
|
! tools/mkdeck -a %1 >>bootdeck
|
|
! tools/mkdeck -a %1 >>bootdeck
|
|
|
|
att cr bootdeck
|
|
att cp %2
|
|
att lpt %3
|
|
|
|
dep bpt1 1
|
|
set cpu history=20000
|
|
|
|
boot cr |