From 0114df00c9d43ff61a390fd466ae8ec54e40adbe Mon Sep 17 00:00:00 2001 From: n loewen Date: Wed, 2 Aug 2023 15:32:45 +0100 Subject: [PATCH] Add todo items --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 89a643d..2fffa76 100644 --- a/readme.md +++ b/readme.md @@ -8,6 +8,8 @@ - [ ] Extract debugging to its own module - [ ] Add a function for logging just a specific range of memory - [ ] Think about automated testing +- [ ] In assembler.js: validateLabel() +- [ ] In assemble.js: print better output to stdout ## Run the assembler/simulator