simh-testsetgenerator/I1620
Bob Supnik f6f4fe6c3c I1620: Fixed bug in select index A (COVERITY)
If the CPU is a model 1, then the value of idxb is irrelevant. For
tidiness, it should always be 0, but on a model 1, idxe (index
enable) is always 0, so idxb is not looked at. Thus,

- on a model 1, idxb is set to 0, which is harmless and probably a good
   thing to do.
- on a model 2, idxe is set to 1, and idxb is set to 0, which is the correct
   behavior.

Note that case 0 doesn't need to check for model 2, because clearing
idxe and idxb yields the correct settings on a model 1: indexing is off.
2018-06-05 17:05:25 -07:00
..
i1620_cd.c I1620: Updated Simulator 2018-03-08 03:56:26 -08:00
i1620_cpu.c I1620: Fixed bug in select index A (COVERITY) 2018-06-05 17:05:25 -07:00
i1620_defs.h I1401, VAX, PDP11: Fix nested comments consistently with Supnik-Current branch 2018-06-03 20:59:36 -07:00
i1620_dp.c I1620: Add register and modifier descriptions to CDR, LPT and DP devices 2017-06-20 08:06:21 -07:00
i1620_error_matrix.txt I1620: Updated Simulator 2018-03-08 03:56:26 -08:00
i1620_fp.c I1620: Updated Simulator 2018-03-08 03:56:26 -08:00
i1620_lp.c I1620: Updated Simulator 2018-03-08 03:56:26 -08:00
i1620_pt.c I1620: Updated Simulator 2018-03-08 03:56:26 -08:00
i1620_sys.c I1620: Updated Simulator 2018-03-08 03:56:26 -08:00
i1620_tty.c I1620: Updated Simulator 2018-03-08 03:56:26 -08:00