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
- Host: GitHub
- URL: https://github.com/mjkloeckner/6502
- Owner: mjkloeckner
- License: mit
- Created: 2022-07-12T22:35:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T22:28:29.000Z (about 2 years ago)
- Last Synced: 2025-04-06T03:29:48.519Z (about 1 year ago)
- Topics: 6502, c, cpu-emulator, emulator, tui
- Language: C
- Homepage:
- Size: 33.2 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)