mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-04-04 05:30:25 +00:00
add lease todo
This commit is contained in:
parent
f28736aeda
commit
5d37a80c95
4
TODO.md
4
TODO.md
@ -1,3 +1,7 @@
|
||||
- create classes for read/write, read-only (volatile), and write-only memory locations
|
||||
- zero page and absolute
|
||||
- but how do we encode it? subclassing?
|
||||
- writing a value does two things
|
||||
1. establishes a fungible "init" phase (where we can take advantage of accumulator sharing)
|
||||
2. allows read-leases for some known scope
|
||||
- but what then is a write lease and how is it finite?
|
||||
|
Loading…
x
Reference in New Issue
Block a user