1
0
mirror of https://github.com/zellyn/go6502.git synced 2024-06-25 12:29:33 +00:00
6502 Emulation Routines
Go to file
2016-05-05 21:45:24 -04:00
asm Add doc.go to keep go build ./... happy 2016-05-05 21:45:24 -04:00
cpu update cpu.go to match disasm 2016-04-15 11:20:56 -04:00
docs Added disassembly stuff 2013-04-21 16:49:28 -07:00
opcodes First (wrong) pass at as65 2016-05-05 21:38:58 -04:00
tests Tidying, getting ready to add Sweet16 opcodes 2016-04-22 06:40:00 -04:00
visual Add Print(boo) to Cpu type to turn on tracing. 2013-05-06 21:22:00 -07:00
.gitignore Added .DS_Store to .gitignore. 2013-03-06 16:47:10 -08:00
.travis.yml add .travis.yml 2016-05-05 21:38:58 -04:00
LICENSE.txt First implementation done, with basic tests and commenting. 2013-02-23 14:11:02 -08:00
README.md Add build status to README 2016-05-05 21:38:58 -04:00

go6502

A 6502 emulator, written in Go.

Build Status