From f0632b09692ff7c71ed3d91cf3d581c060619437 Mon Sep 17 00:00:00 2001 From: n loewen Date: Thu, 24 Aug 2023 12:17:42 +0100 Subject: [PATCH] (issues) todos - Change entry to point to "execute JMP FF on startup" issue --- notes/issues/todo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/issues/todo.md b/notes/issues/todo.md index 3b4079f..4de1ae3 100644 --- a/notes/issues/todo.md +++ b/notes/issues/todo.md @@ -15,7 +15,7 @@ For extended commentary, see [issues](issues.md). ### Features -- [fix] Implement ROM — see [2023-08-24](../2023-08-24--dev-notes.md#cpu-start-up) +- [fix] (cpu) Execute `JMP $FF` on startup / Implement ROM — see [#2](issues.md#2---startup-execute-jmp-ff) - (assembler) Return pure machine code when printing to stdout (and not in debug mode) - (assembler) Validate labels - (assembler) Extract debugging to its own module