From d7ed89eac9580f280fe0017b22c8e38ca75ed8e3 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 30 Apr 2002 20:52:08 +0000 Subject: NASM 0.94 --- test/inctest.asm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'test/inctest.asm') diff --git a/test/inctest.asm b/test/inctest.asm index 95ab40ff..d6d35cf3 100644 --- a/test/inctest.asm +++ b/test/inctest.asm @@ -5,11 +5,9 @@ ; nasm -f bin inctest.asm -o inctest.com ; and when run, it should print `hello, world'. -[BITS 16] -[ORG 0x100] + BITS 16 + ORG 0x100 jmp _main -[INC inc1.asm] - -[INCLUDE inc2.asm] +%include "inc1.asm" -- cgit v1.2.1