6502
minimal 6502 emulator written in C
Index
Commits
Files
Refs
README
LICENSE
6502 Emulator
A very simple 6502 emulator that can succesfully pass
6502_functional_test
.
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