mirror of
https://github.com/kenrector/sds-kit.git
synced 2026-02-02 06:41:14 +00:00
19 lines
287 B
Plaintext
19 lines
287 B
Plaintext
; Run Fortran II system standalone
|
|
; listing typewriter output
|
|
; binary object output on card-punch
|
|
;
|
|
set log /users/admin/sds/simlog
|
|
set debug /users/admin/sds/simdebug
|
|
|
|
!cat fff/fort %1 >bootdeck
|
|
|
|
att cr bootdeck
|
|
att cp card-punch
|
|
|
|
set cpu history=7000
|
|
|
|
dep bpt1 1
|
|
dep bpt2 0
|
|
boot cr
|
|
|