New Hardware support: - IBM 653 Storage Unit: provides machine opcodes for Floating Point, Immediate Access Storage (IAS), Three Index registers, Cards Punch-read synchronizers 2 and 3. New Software included: - FORTRANSIT: version II (S), plus run time PACKAGE with standard Fortran functions. - Reorganized sw directory, separating each language in its own folder. Each one Includes a 00_readme.txt file with restoration notes and comments. New features: - Support for SOAP opcode mnemonics in addition to regular IBM mnemonics - FAST / REALTIME CPU options - PROP pseudo register - CARDDECK ECHOLAST command
31 lines
750 B
INI
31 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
|
|
|