1
0
mirror of https://github.com/simh/simh.git synced 2026-03-09 20:18:46 +00:00
Files
simh.simh/SDS
Mark Emmer d5acbc6f7a SDS: Fix clock pulse interrupt bug
The single-instruction Clock Pulse interrupt (75 octal) may be a MIN or SKR instruction. The function rtc_inst increments (MIN) or decrements (SKR) the operand and tests for zero and generates a Clock Sync interrupt (74 octal) if so. However, the SDS 940 reference manual is incorrect; in the SKR case, the test should be if the result is negative.
2014-03-02 22:22:20 -06:00
..
2014-03-02 22:22:20 -06:00
2011-04-15 08:34:03 -07:00
2011-04-15 08:35:54 -07:00
2013-05-23 11:27:53 -07:00
2013-05-23 11:27:53 -07:00