1
0
mirror of https://github.com/simh/simh.git synced 2026-01-14 15:45:18 +00:00
Charles Anthony da83dab1fb IBM1130: Fix address computation overflow
In sim_instr(), the effective address is computed; for the case of TAG
(index register addressing), the contents of the specified index register
is added to the effective address, but the result is not masked to 16
bits as per the hardware functionality.

Adding a a 16 bit mask operation fixes the issue.
2024-06-12 12:49:00 -10:00
..
2011-04-15 08:34:20 -07:00
2011-04-15 08:34:20 -07:00
2011-04-15 08:34:20 -07:00
2011-04-15 08:34:20 -07:00
2011-04-15 08:34:20 -07:00
2011-04-15 08:34:20 -07:00
2014-10-27 17:14:28 -07:00
2014-10-27 17:14:28 -07:00
2011-04-15 08:33:43 -07:00
2017-05-03 15:11:22 -07:00
2011-04-15 08:34:20 -07:00