1
0
mirror of https://github.com/zellyn/go6502.git synced 2024-09-29 08:56:18 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
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
42bde82f34 Working on SCMA-compatible assembler. 2014-05-01 08:23:26 -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