blob: 62e7a1440f919cfb45b271896a1ff35bc6a1c070 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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.
|