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
preproc: Fix nil dereference on error paths
[nasm.git]
/
test
/
incbin.asm
blob
40b18e49b36d5503790d8f71ac9d8f22aa6a3565
1
db
'*** ONCE ***'
,
0
Ah
2
incbin
"incbin.data"
,
32
3
4
section
more start
=
0x1000000
5
db
'*** TWELVE ***'
,
0
Ah
6
times
12
incbin
"incbin.data"
,
32
7
db
'<END>'
,
0
Ah