6502-opcodes/TODO.md
Mark Canlas f36413e597 todo
2022-09-11 21:51:44 -04:00

156 B

  • create classes for read/write, read-only (volatile), and write-only memory locations
    • zero page and absolute
    • but how do we encode it? subclassing?