From b7f5307de1be98710efe8351e9999a7b26f03e64 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 18 May 2019 15:45:36 -0400 Subject: [PATCH] zasm: can now assemble zasm/io.asm! --- tools/tests/zasm/test7.asm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/tests/zasm/test7.asm b/tools/tests/zasm/test7.asm index a23981b..087f0ce 100644 --- a/tools/tests/zasm/test7.asm +++ b/tools/tests/zasm/test7.asm @@ -15,8 +15,11 @@ #include "fs.asm" #include "zasm/util.asm" -;.equ IO_RAMSTART ZASM_RAMEND -;#include "zasm/io.asm" +.equ IO_RAMSTART ZASM_RAMEND +#include "zasm/io.asm" zasmIsFirstPass: nop + +zasmIsLocalPass: + nop