From 53045b9e3680c1ae863504fcc10eb4bea8e184cf Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Tue, 29 Jan 2019 23:48:26 +0100 Subject: [PATCH] idea --- docs/source/todo.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/todo.rst b/docs/source/todo.rst index c93ec39c7..f2f1e8c62 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -44,6 +44,10 @@ It could then even be moved into the zeropage to greatly reduce code size and sl Or just move the LSB portion into a slab of the zeropage. +Allocate a fixed word in ZP that is the TOS so we can operate on TOS directly +without having to to index into the stack? + + Misc ^^^^