1
0
mirror of https://github.com/zellyn/go6502.git synced 2024-12-29 01:33:45 +00:00
6502 Emulation Routines
Go to file
2013-02-27 23:17:17 -08:00
asm disasm: correct switched X and Y indirect modes, fix spacing 2013-02-27 22:43:37 -08:00
cpu Finally tracked down bug preventing Applesoft running 2013-02-27 22:45:03 -08:00
docs Moved apple2.org to goapple2 repo 2013-02-23 22:20:55 -08:00
tests Tests: randomize memory, report untested instructions. 2013-02-27 22:43:07 -08:00
.gitignore Add harness binary to .gitignore 2013-02-18 16:20:03 -08:00
LICENSE.txt First implementation done, with basic tests and commenting. 2013-02-23 14:11:02 -08:00
README.md Update README.md 2013-02-27 23:17:17 -08:00

go6502

A 6502 emulator, written in Go.