From 2886161e7b92ab33bfd8af2437c75fee849c8d92 Mon Sep 17 00:00:00 2001 From: n loewen Date: Wed, 2 Aug 2023 15:11:19 +0100 Subject: [PATCH] Add todo item --- readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 5426c91..39a67bb 100644 --- a/readme.md +++ b/readme.md @@ -2,14 +2,11 @@ ## To do -Computer: -- [ ] Implement carry flag on SUB - -Misc: - [ ] Write some more complex test programs - [ ] Display (hex) numbers - [ ] Do a proper binary version... (or lose the typed arrays?) - [ ] Extract debugging to its own module +- [ ] Add a function for logging just a specific range of memory - [ ] Think about automated testing ## Run the assembler/simulator