1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-19 09:37:50 +00:00
Derek Peschel 0ca09194fa Before, when the simulator decoded pad, it handled pad without cry
and pad with cry. When it decoded cry, it printed a "TO DO" message.

http://bitsavers.org/pdf/mit/tx-0/memos/M-5001-19_macros_Apr60.pdf
derives a simple algorithm for cry. Implement that, remove the test
for cry from the pad code, and reformat the debug messages.

The same change appears in sim_instr and sim_opr_orig.
2023-10-09 20:16:20 -04:00
..