From 2f90bbd453ba302a90fd0c0dcb7e34f79ecb71d7 Mon Sep 17 00:00:00 2001 From: n loewen Date: Wed, 16 Aug 2023 16:40:46 +0100 Subject: [PATCH] Docs: Add todo re: initial IP location --- notes/todo.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes/todo.md b/notes/todo.md index e72d227..f0a677b 100644 --- a/notes/todo.md +++ b/notes/todo.md @@ -17,6 +17,7 @@ ## Design - [ ] Add a flag for bank-switching to the ~zero-page +- [ ] Move the initial IP value, to eliminate the gap between it and the keypad pointer - [ ] Consider adding a VIP-style keypad-based machine code monitor ### For consideration @@ -44,6 +45,8 @@ ### CPU +- [ ] Add a mode that prints the display as text, but still animates + - [ ] Make single-stepping work with simulated keypad - [ ] Allow running pre-compiled machine code