Files
rgbds/test/asm/abort-on-missing-incbin.asm
2025-08-13 12:26:01 -04:00

4 lines
79 B
NASM

section "test", rom0
incbin "incbin-mg-noexist.bin", 2
println "never reached"