Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aayes89/j6502

6502 CPU java emulator
https://github.com/aayes89/j6502

6502-processor emulator java

Last synced: about 2 months ago
JSON representation

6502 CPU java emulator

Awesome Lists containing this project

README

        

# j6502
6502 CPU java emulator.

# Reason
Lay the foundations for an emulator in Java, with a learning and teaching perspective, as well as a mockup for other CPUs.

# DONE
* all opcodes collected
* partial handling of opcodes

# TODO
* complete the opcode handling methods
* improve memory management
* create some unit tests