This commit is contained in:
Irmen de Jong 2019-01-29 23:48:26 +01:00
parent d35d28ac5a
commit 53045b9e36

View File

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