mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add more tests for things that only the external tests had covered
This commit is contained in:
4
test/asm/incbin.asm
Normal file
4
test/asm/incbin.asm
Normal file
@@ -0,0 +1,4 @@
|
||||
section "test", rom0
|
||||
incbin "data.bin"
|
||||
incbin "data.bin", $70
|
||||
incbin "data.bin", $20, 10
|
||||
Reference in New Issue
Block a user