prog8/compiler/test/fixtures/asmBinaryNonExisting.p8

10 lines
135 B
Lua

main {
sub start() {
stuff.do_nothing()
}
}
stuff $1000 {
romsub $1000 = do_nothing()
%asmbinary "i_do_not_exist.bin", 0
}