1
0
mirror of https://github.com/simh/simh.git synced 2026-05-16 10:09:12 +00:00
Files
simh.simh/swtp6800
Jeff Epler ee7c4ec51f SWTP6800: Correct flags computation for SBC A
When compiling with `-O -Wall -Werror`, the compiler produced
a diagnostic that `op1` was used uninitialized in these
two locations.

Similar to the implementation of `case 0xC0: /* SUB M imm */`,
save the initial value of the `A` operand in `op1` so that the
flags can be computed correctly.
2026-05-08 07:19:57 -10:00
..