1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-10 14:29:30 +00:00

This should be EOR, not ADC

I might as well fix the bad opcode here, too!
This commit is contained in:
Peter Evans 2018-02-14 21:50:13 -06:00
parent 9a5c94bbbb
commit 7224698cd7

View File

@ -23,7 +23,7 @@
0A:24 3C BIT A1L
0C:F0 10 BEQ INCX
0E:05 3C ORA A1L
10:49 FF ADC #$FF
10:49 FF EOR #$FF
12:29 7E AND #$7E
14:B0 08 HASCRY BCS INCX
16:4A LSR A