nasm/travis/test/inc1.asm
Cyrill Gorcunov 34a3e114ae test: nasm-t -- Add inctest
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:46 +03: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"