aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-16 16:32:19 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-16 16:32:19 +0100
commitb490528bd4097030298bd251fdef2c74a4bfb14b (patch)
treef6313dda15ac410f242712f3473625df4777a096
parent38591c0eae38f721079e6a6fb7c53a1d5c087e49 (diff)
Update TODOs
-rw-r--r--src/TODO6
1 files changed, 6 insertions, 0 deletions
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.