mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-01-05 05:29:22 +00:00
4 lines
156 B
Markdown
4 lines
156 B
Markdown
|
- create classes for read/write, read-only (volatile), and write-only memory locations
|
||
|
- zero page and absolute
|
||
|
- but how do we encode it? subclassing?
|