Skip to content

Commit f1948b3

Browse files
committed
Adding missing files for INCBIN test
1 parent ec84adf commit f1948b3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

test/incbin.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
; Test case for the INCBIN pseudo-op
22

3-
fname = "incbinexample1.bin"
3+
fname = "incbinexample1.txt"
44

55
PROCESSOR 6502
66
ORG $C000
77
; Regression test - see if it works as it used to
8-
INCBIN "incbinexample1.bin"
8+
INCBIN "incbinexample1.txt"
99
DC.B 0
1010
; Skip first two bytes
1111
INCBIN fname, 2

test/incbin.hex.ref

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:10C000003132333435363738390033343536373812
2+
:03C01000390000F4
3+
:00000001FF

test/incbinexample1.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
123456789

0 commit comments

Comments
 (0)