view nasmbuild/nasm-2.13rc9/test/inc1.asm @ 10554:587a0a262d22

<moonythedwarf> ` cd nasmbuild; tar -xf nasm.tar.gz
author HackBot
date Thu, 30 Mar 2017 20:58:41 +0000
parents
children
line wrap: on
line source

; This file is part of the include test.
; See inctest.asm for build instructions.

message:  db 'hello, world',13,10,'$'

%include "inc2.asm"