https://github.com/simon816/j65el02
A Java implementation of the 65el02 CPU.
https://github.com/simon816/j65el02
Last synced: about 1 year ago
JSON representation
A Java implementation of the 65el02 CPU.
- Host: GitHub
- URL: https://github.com/simon816/j65el02
- Owner: simon816
- License: mit
- Created: 2018-08-22T20:09:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T14:22:52.000Z (almost 8 years ago)
- Last Synced: 2025-05-06T00:38:05.505Z (about 1 year ago)
- Language: Java
- Size: 36.1 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
J65el02
---
A Java implementation of the 65el02 CPU.
# About
The CPU implementation is based on the [Symon](https://github.com/sethm/symon) 6502 system simulator.
It has been adapted for 16-bit operations and the new opcodes introduced in 65el02.
The implementation for some instructions is based on the [emu65el02](http://bigfootinformatika.hu/65el02/) emulator.
# 65el02 References
- [CPU Instruction Table](http://www.eloraam.com/nonwp/redcpu.php)
- [RP Control Internals](http://www.eloraam.com/blog/2012/04/22/rp-control-internals/).
# License
MIT