First Commit of my working state
[simh.git] / Ibm1130 / readme_update.txt
1 Version: 10 July 2003
2
3 History (partial):
4
5 2003-11-15 Changed default value of TTO STIME to 200. It was
6 defined using a constant from sim_defs.h which was
7 changed from 10 to 100 at some point. APL\1130 has a
8 sychronization bug & hangs if the console output complete
9 interrupt occurs between the XIO SENSE and WAIT instructions.
10 This bug is hit frequently if the delay time is set to
11 100 instructions. 10 worked reliably, but is really not realistic,
12 and 200 may not be adequate in all cases, but we'll try 200 for now.
13
14 2003-11-00 Updated GUI to allow drag and drop to simulated card
15 reader, tear-off from simulated printer
16
17 2003-07-10 Fixed disk and console terminal bugs uncovered by
18 APL\1130. Added APL keyboard and output font support
19 to enable use of APL\1130. APL will be released soon.
20
21 2003-03-18 Fixed bug in asm1130 that produced an error message
22 with a (legal) offset of +127 in MDX instructions.
23
24 Fixed sign bug in 1130 emulator divide instruction.
25
26 Interim 1130 distribution:
27 --------------------------------------------
28
29 folders:
30 . sources
31 winrel windows executables
32 windebug windows executables
33 utils accessory programs
34 utils\winrel windows executables
35 utils\windebug windows executables
36 sw working directory for DMS build & execution
37 sw\dmsR2V12 Disk Monitor System sources
38
39 programs:
40 asm1130 cross assembler
41 bindump object deck dump tool, also used to sort decks by phase id
42 checkdisk DMS disk image check and dump
43 diskview work in progress, interpreted disk image dump
44 ibm1130 emulator
45 mkboot object deck to IPL and core image converter
46 viewdeck binary to hollerith deck viewer if needed to view phase ID cards and ident fields
47
48 batch file:
49 mkdms.bat builds DMS objects and binary cards. Need a shell script version of this.
50
51 IBM1130 simulator DO command scripts:
52 format format a disk image named DMS.DSK
53 loaddms format and install DMS onto the formatted DMS.DSK
54 for run a Fortran program
55 list list the disk contents
56 asm assemble a program
57
58 ancillary files:
59 loaddms.deck list of files stacked into the card reader for loaddms
60 *.deck other sample deck files