nasm/test/inc1.asm

7 lines
143 B
NASM
Raw Normal View History

2002-05-01 04:51:32 +08:00
; This file is part of the include test.
; See inctest.asm for build instructions.
message: db 'hello, world',13,10,'$'
2002-05-01 04:52:08 +08:00
%include "inc2.asm"