DylanSpeiser / Java-6502-Emulator

An emulator for Ben Eater's 65C02 computer written in Java.
47 stars 14 forks source link

Stops at $F5F #2

Closed DylanSpeiser closed 3 years ago

DylanSpeiser commented 3 years ago

Test program stops at $F5F. Has to do with memory addresses and offsets, but I already fixed ABS. Might be a table issue.