mirror of
https://github.com/open-simh/simh.git
synced 2026-04-25 03:44:58 +00:00
I650: Release 3
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
This commit is contained in:
@@ -11,9 +11,9 @@ set cdr1 wiring=soap
|
||||
|
||||
; prepare deck: SOAP (condensed deck as 7 word per card format) then SOAP source code to assemble
|
||||
|
||||
carddeck -q join soapII_condensed_card.dck soap_src.txt as deck_in.dck
|
||||
carddeck -q join soap/soapII_condensed_card.dck soap/soap_src.txt as deck_in.dck
|
||||
|
||||
att cdr1 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
|
||||
@@ -23,6 +23,9 @@ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user