diff --git a/README.md b/README.md index 77ea597..1a6b26c 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,7 @@ - postfix operations to accumulator values - implement jump registry -- maybe implement define registry \ No newline at end of file +- 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 \ No newline at end of file