Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcelog/x6502

A 6502 simulator
https://github.com/marcelog/x6502

Last synced: about 11 hours ago
JSON representation

A 6502 simulator

Awesome Lists containing this project

README

        

X6502
=====

A [6502](http://en.wikipedia.org/wiki/MOS_Technology_6502) CPU simulator written
in [Elixir](elixir-lang.org).

## TODO

* Implement BCD arithmetic (although doesn't seem too useful right now)
* Implement clock simulation (so we can run the cpu for an exact number of
clock cycles, useful to synchronize it with other emulated hardware)