diff options
-rw-r--r-- | src/TODO | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/TODO b/src/TODO deleted file mode 100644 index 62e7a14..0000000 --- a/src/TODO +++ /dev/null @@ -1,16 +0,0 @@ -c8asm: - — SCHIP support: SUPER directive? -ahoy: - — NCurses port? - — SCHIP support - — User-configuration: - — Volume (Also at runtime and as CLI param) - — Clock Speed (Also at runtime and as CLI param) - — Savestates - — Other cool visual effects -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. |