We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec84adf commit f1948b3Copy full SHA for f1948b3
test/incbin.asm
@@ -1,11 +1,11 @@
1
; Test case for the INCBIN pseudo-op
2
3
-fname = "incbinexample1.bin"
+fname = "incbinexample1.txt"
4
5
PROCESSOR 6502
6
ORG $C000
7
; Regression test - see if it works as it used to
8
- INCBIN "incbinexample1.bin"
+ INCBIN "incbinexample1.txt"
9
DC.B 0
10
; Skip first two bytes
11
INCBIN fname, 2
test/incbin.hex.ref
@@ -0,0 +1,3 @@
+:10C000003132333435363738390033343536373812
+:03C01000390000F4
+:00000001FF
test/incbinexample1.txt
@@ -0,0 +1 @@
+123456789
0 commit comments