1
0
mirror of https://github.com/zellyn/go6502.git synced 2024-09-27 10:57:13 +00:00
Commit Graph

19 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
1eac20d2ae Add doc.go to keep go build ./... happy 2016-05-05 21:45:24 -04:00
Zellyn Hunter
7a9a0cb41f First (wrong) pass at as65
- Renamed "oldschool" to "common" - plan to base as65 and acme on it
  too.
- Renamed opcode.Flavor to opcode.Set - too many uses of the word
  "flavor".
- First implementation of as65: simply based it on common core. No
  tests yet demonstrate that that is incorrect :-)
2016-05-05 21:38:58 -04:00
Zellyn Hunter
07a8d64377 Tidying, getting ready to add Sweet16 opcodes
- Getting tests to pass
- Adding flavors of opcodes and passing them around
- Rearranging a2as flags a little
2016-04-22 06:40:00 -04:00
Zellyn Hunter
072a4521de Removed WidthKnown: ParseInstr sets width 2014-09-08 20:59:14 -07:00
Zellyn Hunter
c7308bf05c Separated context out of Flavor 2014-08-22 08:24:30 -07:00
Zellyn Hunter
457446772a Removing unused junk, strengthen instruciton Var type. 2014-08-19 17:43:23 -07:00
Zellyn Hunter
54fe4809c1 Reorganize label fixing. 2014-08-19 08:22:34 -07:00
Zellyn Hunter
8e28615be3 Added name to Flavor interface 2014-08-08 16:18:15 -07:00
Zellyn Hunter
17d0dc1d69 Simplified: it's now a two-pass assembler. More to come. 2014-08-08 15:55:33 -07:00
Zellyn Hunter
a9f4d9b8ff Got intbasic.asm compiling 2014-07-31 16:33:10 -07:00
Zellyn Hunter
006f18e51d Pulling out parsing of macro calls. 2014-06-16 08:24:42 -07:00
Zellyn Hunter
1754dcf7a3 wip: merlin assembler 2014-06-12 17:39:48 -07:00
Zellyn Hunter
48b5b11754 split redbook into a and b 2014-06-04 08:35:31 -07:00
Zellyn Hunter
255fa86640 monitor.asm assembles now 2014-06-03 08:46:49 -07:00
Zellyn Hunter
bcb02d5c41 added a2as command-line assembler 2014-05-21 21:44:23 -07:00
Zellyn Hunter
9edc15ad39 removed applesoft from assemble_test.go 2014-05-15 17:10:44 -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