simh-testsetgenerator/PDP10
Bob Supnik d980bcd7c1 PDP10: Fixed RIM loader to handle ITS and RIM10B formats
As discussed in #378

The fixes include:

1. Tightening up the "magic" code so that it can now tell EXE, SAV, and RIM
    formats apart.
2. Skipping the loader itself for both RIM10B and ITS RIM. (PDP10 Macro manual
    says that RIM10B always includes the loader.) 3. Distinguishing ITS RIM from
    RIM10B by the length of the loader block.
4. Adding the slight differences in processing between ITS RIM and RIM10B.

There is no documentation change. -R or the extension .RIM still invoke the
RIM loader, and the code tells ITS and RIM10B apart.
2017-01-20 15:26:22 -08:00
..
pdp10_bug_history.txt PDP10: Fix nested indirect address limit exceeded (from Bob Supnik) 2016-02-19 12:28:56 -08:00
pdp10_cpu.c PDP10: Fixed bugs in 1-proceed 2017-01-14 08:37:20 -08:00
pdp10_defs.h PDP10: Change idling to generically use sim_idle() everywhere 2016-12-10 12:01:19 -08:00
pdp10_fe.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
pdp10_ksio.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
pdp10_lp20.c PDP10: Fix printer idle flush logic to properly reference the LP20 unit structure 2016-07-21 05:45:30 -07:00
pdp10_mdfp.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
pdp10_pag.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
pdp10_rp.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
pdp10_sys.c PDP10: Fixed RIM loader to handle ITS and RIM10B formats 2017-01-20 15:26:22 -08:00
pdp10_tim.c PDP10: Change idling to generically use sim_idle() everywhere 2016-12-10 12:01:19 -08:00
pdp10_tu.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
pdp10_xtnd.c PDP10: Fixed last digit error in CVTBDT instruction as discussed in #347 2016-11-05 12:38:15 -07:00