6502 CPU java emulator.
Lay the foundations for an emulator in Java, with a learning and teaching perspective, as well as a mockup for other CPUs.
- all opcodes collected
- partial handling of opcodes
- complete the opcode handling methods
- improve memory management
- create some unit tests