https://github.com/aayes89/j6502
6502 CPU java emulator
https://github.com/aayes89/j6502
6502-processor emulator java
Last synced: about 1 year ago
JSON representation
6502 CPU java emulator
- Host: GitHub
- URL: https://github.com/aayes89/j6502
- Owner: aayes89
- License: cc0-1.0
- Created: 2024-07-18T19:10:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-18T19:19:29.000Z (over 1 year ago)
- Last Synced: 2025-01-28T05:42:51.867Z (about 1 year ago)
- Topics: 6502-processor, emulator, java
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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