Closed zohassadar closed 9 months ago
Fixes issue introduced in #57
The cmp #0 was setting the carry bit, causing an extra bit to be added. Changed to explicitly add 2 to restore expected behavior.
cmp #0
Fixes issue introduced in #57
The
cmp #0
was setting the carry bit, causing an extra bit to be added. Changed to explicitly add 2 to restore expected behavior.