Skip to content

Commit

Permalink
Add tests for incbin(filename, start) and incbin(filename, start, size)
Browse files Browse the repository at this point in the history
  • Loading branch information
MineRobber9000 committed Dec 27, 2023
1 parent 812e93b commit 33ff0cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/incbin/ok_start.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#d incbin("data1.bin",1) ; = 0x656c6c6f
1 change: 1 addition & 0 deletions tests/incbin/ok_start_size.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#d incbin("data1.bin",2,2) ; = 0x6c6c

0 comments on commit 33ff0cc

Please sign in to comment.