From a84ed91fb22d3e9b436231600f0ab4de78b47b0c Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Mon, 17 Aug 2020 19:19:43 -0400 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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