t-edson / P65Pas

CPU 6502 Pascal Compiler/IDE/Debugger
GNU General Public License v3.0
123 stars 27 forks source link

SBC does not function properly in debugger #26

Closed chillyfeez closed 2 years ago

chillyfeez commented 4 years ago

SBC functions should subtract an extra 1 when the carry flag is clear, but instead they subtract an extra 1 when the carry is set.

t-edson commented 4 years ago

Hi. I was working in a new version with deeply changes in the lexer/parser. However, by the moment, I cannot access to the source code.

t-edson commented 2 years ago

SBC execution is fixed in the debugger. Check the last version.