From 32edb89e70c40cb23f8aae397ad7ef13193265ff Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Mon, 21 Jun 2010 14:55:35 -0700 Subject: Forgot to include alu.asm --- main.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/main.asm b/main.asm index e7928a8..0fcb31b 100644 --- a/main.asm +++ b/main.asm @@ -60,6 +60,7 @@ __main: include "ports.asm" include "interrupts.asm" include "flags.asm" + include "alu.asm" emu_setup: ;; Allocate memory pages; for now I assume this succeeds -- cgit v1.2.3