1
0
mirror of https://github.com/zellyn/go6502.git synced 2024-06-11 06:29:30 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Zellyn Hunter
3f60f49bd3 Move opcodes/ into asm dir that uses it 2018-04-10 22:22:16 -04:00
Zellyn Hunter
218c3b9a91 update cpu.go to match disasm 2016-04-15 11:20:56 -04:00
Zellyn Hunter
d504143800 working on disasm 2014-08-05 22:18:03 -07:00
Zellyn Hunter
42bde82f34 Working on SCMA-compatible assembler. 2014-05-01 08:23:26 -07:00
Zellyn Hunter
d9fa2336d3 Add Print(boo) to Cpu type to turn on tracing. 2013-05-06 21:22:00 -07:00
Zellyn Hunter
cfff197420 Make lots of instructions cycle-accurate 2013-03-11 17:21:45 -07:00
Zellyn Hunter
77c24879e3 Use specific types for enums. 2013-02-28 16:33:39 -08:00
Zellyn Hunter
f81871e892 Break out asm so it doesn't depend on cpu 2013-02-27 22:53:58 -08:00
Zellyn Hunter
a0cb814c9e Finally tracked down bug preventing Applesoft running 2013-02-27 22:45:03 -08:00
Zellyn Hunter
2620c1dee1 Added bug for proper on-cycle reads and writes. 2013-02-27 22:44:33 -08:00
Zellyn Hunter
5102e1af3f Doc fixes. 2013-02-23 14:25:46 -08:00
Zellyn Hunter
769924cd72 First implementation done, with basic tests and commenting. 2013-02-23 14:11:02 -08:00
Zellyn Hunter
7d26907926 Most simple instructions done. 2013-02-18 16:19:10 -08:00