nasm/test/incbin.asm

7 lines
140 B
NASM
Raw Normal View History

db '*** ONCE ***', 0Ah
incbin "incbin.data",32
section more start=0x1000000
db '*** TWELVE ***', 0Ah
times 12 incbin "incbin.data",32