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

14 Commits

Author SHA1 Message Date
Zellyn Hunter
0f344d37fb clean up some error handling 2014-05-15 17:11:05 -07:00
Zellyn Hunter
9edc15ad39 removed applesoft from assemble_test.go 2014-05-15 17:10:44 -07:00
Zellyn Hunter
f2bf37843b working on assembling applesoft 2014-05-15 16:56:39 -07:00
Zellyn Hunter
47de551af3 scma: first pass of macros complete 2014-05-08 16:44:08 -07:00
Zellyn Hunter
fd1253fc4f wip: macros and associated fallout 2014-05-07 17:44:08 -07:00
Zellyn Hunter
a241c48657 scma: assembles applesoft without erroring 2014-05-04 20:51:58 -07:00
Zellyn Hunter
42bde82f34 Working on SCMA-compatible assembler. 2014-05-01 08:23:26 -07:00
Zellyn Hunter
986acf6917 Added disassembly stuff 2013-04-21 16:49:28 -07:00
Zellyn Hunter
77c24879e3 Use specific types for enums. 2013-02-28 16:33:39 -08:00
Zellyn Hunter
f1299f6f7f Move opcode metadata to separate package. 2013-02-28 09:01:31 -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
a8a8074b63 disasm: correct switched X and Y indirect modes, fix spacing 2013-02-27 22:43:37 -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