Emulation of a microprocessor from the 70s used in the apple II and commodore64
Find a file
2026-04-22 14:48:15 +02:00
src fix: properly fix page boundary crossing in get_absolute_x_address 2026-04-22 14:48:15 +02:00
.gitattributes change: make use of googletest and cmkr 2026-04-08 09:49:31 +02:00
.gitignore change: make use of googletest and cmkr 2026-04-08 09:49:31 +02:00
cmake.toml test: implement a test 2026-04-08 11:09:22 +02:00
CMakeLists.txt feat: add TAX / TAY / TXA / TYA instructions 2026-04-22 14:19:50 +02:00
cmkr.cmake change: make use of googletest and cmkr 2026-04-08 09:49:31 +02:00
README.md fill in readme 2026-04-20 11:28:01 +02:00

6502 Emulator

A project to learn how CPU's work

References