diff options
| author | Astrid Smith | 2010-06-21 14:55:35 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-06-21 14:55:35 -0700 |
| commit | 32edb89e70c40cb23f8aae397ad7ef13193265ff (patch) | |
| tree | 4a7fc64966d2217f17df1d4227ed041db675e521 /main.asm | |
| parent | 7099695e7a62af367be74909e08cba4b367d5b1c (diff) | |
Forgot to include alu.asm
Diffstat (limited to 'main.asm')
| -rw-r--r-- | main.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
