summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/incbin.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/incbin.asm b/test/incbin.asm
index 634302ea..20aa4d9f 100644
--- a/test/incbin.asm
+++ b/test/incbin.asm
@@ -1,5 +1,6 @@
db '*** ONCE ***', 0Ah
incbin "incbin.data",32
+ section more start=0x1000000
db '*** TWELVE ***', 0Ah
times 12 incbin "incbin.data",32