From b490528bd4097030298bd251fdef2c74a4bfb14b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 16 Feb 2024 16:32:19 +0100 Subject: Update TODOs --- src/TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/TODO b/src/TODO index 9f91bf3..87bc4da 100644 --- a/src/TODO +++ b/src/TODO @@ -13,3 +13,9 @@ ahoy: — Scanlines — Other cool visual effects — Machine reset +c8c: + — Implement the C8 compiler + — Write assembly to stdout, allowing for such constructions as + ‘c8c file.c8 | c8asm >out.bin’ or ‘c8c file.c8 | c8asm | ahoy’. +c8dasm: + — Implement the disassembler. -- cgit v1.2.3