0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-07-24 10:25:42 -04:00
nasm/test/inc1.asm
H. Peter Anvin d7ed89eac9 NASM 0.94
2002-04-30 20:52:08 +00:00

7 lines
143 B
NASM

; This file is part of the include test.
; See inctest.asm for build instructions.
message: db 'hello, world',13,10,'$'
%include "inc2.asm"