omarandlorraine / strop

Stochastically generates machine code
MIT License
97 stars 1 forks source link

mos6502: incorrect carry flag after SBC opcode #39

Closed omarandlorraine closed 1 year ago

omarandlorraine commented 2 years ago

According to the fuzz tests (these are not run on the github workflow), the after an SBC instruction, the carry flag does not match what mre/mos6502 does.

I've not looked into what the problem is

omarandlorraine commented 1 year ago

This will be a non-issue from v.0.1.2 anyway