Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aayes89/j6502
- Owner: aayes89
- License: cc0-1.0
- Created: 2024-07-18T19:10:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T19:19:29.000Z (6 months ago)
- Last Synced: 2024-07-19T02:53:57.895Z (6 months 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