nasm/test/inc1.asm

7 lines
143 B
NASM
Raw Permalink Normal View History

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