diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-16 16:32:19 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-16 16:32:19 +0100 |
commit | b490528bd4097030298bd251fdef2c74a4bfb14b (patch) | |
tree | f6313dda15ac410f242712f3473625df4777a096 /src/TODO | |
parent | 38591c0eae38f721079e6a6fb7c53a1d5c087e49 (diff) |
Update TODOs
Diffstat (limited to 'src/TODO')
-rw-r--r-- | src/TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |