1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-14 07:40:35 +00:00
Mark Emmer 3b33804327 SDS: Fix overflow test instructions OVT and OTO
Improper implementation of the OVT and OTO instructions. OV is always zero or one, so the Boolean AND in the  original if statement would always fail. Also, these instructions are supposed to skip if overflow is not set, the opposite of the way it was coded.
2015-02-05 17:42:04 -06:00
..
2011-04-15 08:34:03 -07:00