mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-01-30 01:33:41 +00:00
backlog
This commit is contained in:
parent
9cb755d0b6
commit
72bb685e23
6
TODO.md
6
TODO.md
@ -1,3 +1,9 @@
|
||||
- it would be cool for the generated code writer to go to files
|
||||
- and make the +1 methods optional (for when it is at max)
|
||||
- the payload/`xs` of a program should be an ADT of either chunks or one instruction
|
||||
- where a chunk is just many instructions
|
||||
- and an instruction already has the value X with its encoder, but chooses an eternal mode
|
||||
- depending on the asm language or config
|
||||
- create classes for read/write, read-only (volatile), and write-only memory locations
|
||||
- zero page and absolute
|
||||
- but how do we encode it? subclassing?
|
||||
|
Loading…
x
Reference in New Issue
Block a user