Hardware support: - Half cycle simulation - Halt CPU simulation (^E on SimH console) New Software included: Carnegie Internal Translator (IT) New features - Support for displaying SOAP symbolic instructions in debug information - CardDeck internal command to split/join/print decks of cards Bugs corrected: - Fixed card format handling. Release 1 can only read TEXT format - Removed superfluous line ends from debug strings. - Better minus zero support - Fixed unneeded prompt Really truncate memory [N] when setting memory size
29 lines
855 B
INI
29 lines
855 B
INI
|
|
cd sw
|
|
|
|
; set console -n log=console.txt
|
|
; set debug stdout
|
|
; set debug -n debug.txt
|
|
; set cpu debug=cmd;data;detail
|
|
|
|
; uncomment any of them to simulate ibm 650 real speed
|
|
; set throttle 11k
|
|
; set throttle 55/5
|
|
|
|
|
|
do Build_soap_from_source.ini
|
|
set env -P "Press enter to continue . . . "
|
|
|
|
do soap_and_run.ini soap_example_1_src.txt 1000
|
|
set env -P "Press enter to continue . . . "
|
|
|
|
do Build_is_from_decks.ini ntr lbox
|
|
set env -P "Press enter to continue . . . "
|
|
|
|
do is_run.ini is_example_1_src.txt
|
|
set env -P "Press enter to continue . . . "
|
|
|
|
do it_run.ini it_example_1_src.txt it_example_1_data.txt deck_out.dck
|
|
set env -P "Press enter to continue . . . "
|
|
|
|
do it_run.ini it_example_2_src.txt nul deck_out.dck
|