From 621afa055381c7740a4b1953214025a912b1e2f2 Mon Sep 17 00:00:00 2001 From: n loewen Date: Thu, 24 Aug 2023 13:19:58 +0100 Subject: [PATCH] (issues) todo - Add "Abandoned" section and re-insert 'return pure machine code from assembler' in there --- notes/issues/todo.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/notes/issues/todo.md b/notes/issues/todo.md index a773a23..26d3cc4 100644 --- a/notes/issues/todo.md +++ b/notes/issues/todo.md @@ -41,4 +41,9 @@ For extended commentary, see [issues](issues.md). ## Closed -- (assembler) Pass asm line thru to cpu to print when debugging \ No newline at end of file +- (assembler) Pass asm line thru to cpu to print when debugging + + +## Abandoned + +- (assembler) Return pure machine code when printing to stdout (and not in debug mode) \ No newline at end of file