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

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.

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