Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information