update readme

This commit is contained in:
Mark Canlas 2020-08-17 19:19:43 -04:00
parent b73352bdd2
commit a84ed91fb2

View File

@ -17,4 +17,7 @@
- postfix operations to accumulator values
- implement jump registry
- maybe implement define registry
- maybe implement define registry
- register locking (i.e. disallow X writes during indexed traversal that uses X)
- compiler optimization
- when writing multiple, 16-bit address literals to memory, they may share the same high byte. if all writes are done by bouncing off the accumulator, you can save instructions by using the accumulator for the high byte once and writing multiple times