diff --git a/GNUmakefile b/GNUmakefile index 1d29a50..38f26a7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -CC = gcc +CC = distcc CFLAGS = -Wall -pipe -Iinclude/ -std=c99 OFLAGS = diff --git a/TODO b/TODO index 51aed48..217478d 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,7 @@ TODO: (Basic) + - NASM style local labels - Implement defining bytes/words/dwords - Add C style defines to preprocessor - Move parsed TVM program code into the VM's virtual address space