From 2f2d89c4fe4129f604ea8c5ed7728fb3911379d3 Mon Sep 17 00:00:00 2001 From: Joseph Kogut Date: Sun, 8 Jun 2014 16:38:13 -0700 Subject: [PATCH] Added item to TODO --- GNUmakefile | 2 +- TODO | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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