mirror of
https://github.com/simh/simh.git
synced 2026-04-27 12:28:49 +00:00
- Integration with updated sim_card API - Addition of MT (Mag Tape) device - Addition of DSK (Disk) device - Build time simulator test
19 lines
2.0 KiB
Plaintext
19 lines
2.0 KiB
Plaintext
+
|
|
+ regional assembler sample control cards
|
|
+
|
|
+ this is a five-field card because the '+' in column 3
|
|
+ stores 0 at word 0, so no worries. allow comments past col 80
|
|
+
|
|
+ regions are defined by letter a-h plus digit 0-9
|
|
+ first region is empty (00) used to define absolute addresses
|
|
+ region start address and len is given
|
|
+ regions should be stored on addr 1000 onwards, on ascending order
|
|
+
|
|
+ region start
|
|
+ Addr name len addr comment
|
|
? 1000a020000000 1000 a0 2000 0000 region for all drum absolute address
|
|
? 1001c001000900 1001 c0 0100 0900 region for program code
|
|
? 1002d000100990 1002 d0 0010 0990 region for program data (variables)
|
|
? 1003h000100977 1003 h0 0010 0977 punch area
|
|
? 1004h100110401 1004 h1 0011 0401 read area
|