add lease todo

This commit is contained in:
Mark Canlas 2022-11-14 14:28:17 -05:00
parent f28736aeda
commit 5d37a80c95

View File

@ -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?