sim8085
sim8085 copied to clipboard
`AC` flag not set with `SBB`
On executing the following code, I think both AC and CY flags should set;
however, only the CY flag sets in the simulator.
mvi a, 1fh
mvi b, ffh
sbb b