DylanSpeiser / Java-6502-Emulator

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

Add BRA, P(H|L)(X|Y), and STZ commands to CPU.java #5

Closed bkeil closed 1 year ago

bkeil commented 1 year ago

These are some of the 65c02 opcodes that the processor in Ben's videos support.