mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-11-16 18:05:29 +00:00
156 B
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?