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

https://github.com/mjkloeckner/6502

6502 cpu command line emulator
https://github.com/mjkloeckner/6502

6502 c cpu-emulator emulator tui

Last synced: 11 months ago
JSON representation

6502 cpu command line emulator

Awesome Lists containing this project

README

          

# 6502 Emulator

A very simple 6502 emulator that can succesfully pass
[6502_functional_test](https://github.com/Klaus2m5/6502_65C02_functional_tests).

## Resources used

- W65C02S datasheet (newer 6502):
https://eater.net/datasheets/w65c02s.pdf
- 6502 Instruction Set:
https://www.masswerk.at/6502/6502_instruction_set.html
- 6502 Assembly:
https://en.wikibooks.org/wiki/6502_Assembly
- 27c3: Reverse Engineering the MOS 6502 CPU (en):
https://www.youtube.com/watch?v=fWqBmmPQP40
- NES Emulator Part #2: The CPU (6502 Implementation):
https://www.youtube.com/watch?v=8XmxKPJDGU0
- Emulator 101 - 6502 Addressing Modes:
http://www.emulator101.com/6502-addressing-modes.html
- “Hello, world” from scratch on a 6502 — Part 1:
https://www.youtube.com/watch?v=LnzuMJLZRdU
- Obelisk webpage archive:
https://web.archive.org/web/20210803072420/http://www.obelisk.me.uk/6502/

## License

[MIT](https://opensource.org/licenses/MIT)