mirror of
https://github.com/simh/simh.git
synced 2026-05-15 17:59:58 +00:00
- Scripts I650/sw/Build_is_from_decks.ini and I650/sw/Build_soap_from_source.ini are incorrectly named for I650/650_demo_all.ini to function correctly. File not found errors are thrown immediately after running the demo. - Moreover, their capitalization does not match any of the other .ini scripts (all start with lowercase letters).
32 lines
750 B
INI
32 lines
750 B
INI
|
|
; set console -n log=log.txt
|
|
; set debug -n debug.txt
|
|
; set debug stdout
|
|
; set cpu debug=cmd;data;detail
|
|
|
|
|
|
set cpu 2k
|
|
|
|
set cdr1 wiring=soap
|
|
|
|
; prepare deck: SOAP (condensed deck as 7 word per card format) then SOAP source code to assemble
|
|
|
|
carddeck -q join soap/soapII_condensed_card.dck soap/soap_src.txt as deck_in.dck
|
|
|
|
att cdr1 -q deck_in.dck
|
|
att cdp1 -n -q deck_out.dck
|
|
set cdp1 echo, print, wiring=soap
|
|
att cdp0 -n -q print.txt
|
|
|
|
; load soap deck (condensed soap deck autostarts)
|
|
d csw 7019511951
|
|
d ar 8000
|
|
go
|
|
|
|
; deck_out.dck file contains the assembled program
|
|
; note: it is not binary equal to soapII.dck. soapII.dck reproduces original listing
|
|
; and has been manually pathced/tuned after aseembling
|
|
|
|
:end
|
|
|