Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcelog/x6502
A 6502 simulator
https://github.com/marcelog/x6502
Last synced: about 11 hours ago
JSON representation
A 6502 simulator
- Host: GitHub
- URL: https://github.com/marcelog/x6502
- Owner: marcelog
- Created: 2014-12-07T12:29:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-08T17:19:41.000Z (about 10 years ago)
- Last Synced: 2024-11-16T06:56:22.370Z (about 2 months ago)
- Language: Elixir
- Homepage:
- Size: 152 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)