From f335aba94d1aab910792901fcab100dcd1cb1347 Mon Sep 17 00:00:00 2001 From: n loewen Date: Mon, 28 Aug 2023 09:09:10 -0400 Subject: [PATCH] (issues) todos - Add "fix overflow flag" entry --- issues/todo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/issues/todo.md b/issues/todo.md index a410f26..77380a2 100644 --- a/issues/todo.md +++ b/issues/todo.md @@ -8,6 +8,7 @@ For extended commentary, see [issues](issues.md). ### Todo +- (cpu) !! Fix overflow flag - Add a flag for bank-switching to the ~zero-page - Remove run-scripts and add the ability to run `./cpu.js` and `./assembler.js` directly -- cf. [#1](issues.md#1---improve-cli-interface) - [fix] (cpu) Make single-stepping work with simulated keypad