From b5c5560af854e33e459d65138991829751091981 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sun, 11 Aug 2019 18:21:15 +0200 Subject: [PATCH] info --- compiler/res/version.txt | 2 +- docs/source/todo.rst | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/compiler/res/version.txt b/compiler/res/version.txt index 08369aae5..c4da9d9a0 100644 --- a/compiler/res/version.txt +++ b/compiler/res/version.txt @@ -1 +1 @@ -1.51 +1.52-dev diff --git a/docs/source/todo.rst b/docs/source/todo.rst index cb1ca9828..00112afcd 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -57,11 +57,13 @@ 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 +Allocate a fixed word in ZP that is the TOS so we can always operate on TOS directly without having to to index into the stack? Misc ^^^^ -- are there any other missing instructions in the code generator? +Several ideas were discussed on my reddit post +https://www.reddit.com/r/programming/comments/alhj59/creating_a_programming_language_and_cross/ +