repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into elfmerge
[nasm.git]
/
test
/
inc1.asm
blob
0e1058b5a547b4eed76865f810380f68a5c1515b
1
; This file is part of the include test.
2
; See inctest.asm for build instructions.
3
4
message:
db
'hello, world'
,
13
,
10
,
'$'
5
6
%
include
"inc2.asm"