1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-05 07:33:56 +00:00

Notes For V3.4-0

The memory layout for the Interdata simulators has been changed.
Do not use Interdata SAVE files from prior revisions with V3.4.

1. New Features in 3.4

1.1 SCP and Libraries

- Revised interpretation of fprint_sym, fparse_sym returns
- Revised syntax for SET DEBUG
- DO command nesting allowed to ten levels

1.2 Interdata

- Revised memory model to be 16b instead of 8b

1.3 HP2100

- Added Fast FORTRAN Processor instructions
- Added SET OFFLINE/ONLINE and SET UNLOAD/LOAD commands to tapes and disks

2. Bugs Fixed in 3.4-0

2.1 Interdata

- Fixed bug in show history routine (from Mark Hittinger)
- Fixed bug in initial memory allocation

2.2 PDP-10

- Fixed TU bug, ERASE and WREOF should not clear done (reported by
  Rich Alderson)
- Fixed TU error reporting

2.3 PDP-11

- Fixed TU error reporting
This commit is contained in:
Bob Supnik
2005-05-03 04:10:00 -07:00
committed by Mark Pizzolato
parent 098200a126
commit ec60bbf329
62 changed files with 4332 additions and 7632 deletions

View File

@@ -28,13 +28,51 @@
#define _SIM_REV_H_ 0
#define SIM_MAJOR 3
#define SIM_MINOR 3
#define SIM_PATCH 2
#define SIM_MINOR 4
#define SIM_PATCH 0
/* V3.3 revision history
/* V3.4 revision history
patch date module(s) and fix(es)
0 01-May-04 scp.c:
- fixed ASSERT code
- revised syntax for SET DEBUG (from Dave Bryan)
- revised interpretation of fprint_sym, fparse_sym returns
- moved DETACH sanity tests into detach_unit
sim_sock.h and sim_sock.c:
- added test for WSAEINPROGRESS (from Tim Riker)
many: revised detach routines to test for attached state
hp2100_cpu.c: reorganized CPU options (from Dave Bryan)
hp2100_cpu1.c: reorganized EIG routines (from Dave Bryan)
hp2100_fp1.c: added FFP support (from Dave Bryan)
id16_cpu.c:
- fixed bug in show history routine (from Mark Hittinger)
- revised examine/deposit to do words rather than bytes
id32_cpu.c:
- fixed bug in initial memory allocation
- fixed bug in show history routine (from Mark Hittinger)
- revised examine/deposit to do words rather than bytes
id16_sys.c, id32_sys:
- revised examine/deposit to do words rather than bytes
pdp10_tu.c:
- fixed bug, ERASE and WREOF should not clear done (reported
by Rich Alderson)
- fixed error reporting
pdp11_tu.c: fixed error reporting
/* V3.3 revision history
2 08-Mar-05 scp.c: added ASSERT command (from Dave Bryan)
h316_defs.h: fixed IORETURN macro