Files
rgbds/test/asm/abort-on-missing-incbin.asm

4 lines
76 B
NASM

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