mirror of
https://github.com/simh/simh.git
synced 2026-01-14 23:55:06 +00:00
The code wasn't handling interrupts correctly when TCCM was written. In particular, if the GO bit clears DONE, the code looked for the "SET IE" case too soon and didn't clear the interrupt that was incorrectly generated. The new code factors "GO" into the calculation.
Description
Languages
C
97.6%
Assembly
1%
Batchfile
0.5%
Makefile
0.4%
Module Management System
0.3%