prog8/compiler/test/fixtures/asmBinaryFromSubFolder.p8
2024-11-06 22:14:53 +01:00

10 lines
142 B
Lua

main {
sub start() {
stuff.do_nothing()
}
}
stuff $1000 {
extsub $1000 = do_nothing()
%asmbinary "subFolder/do_nothing2.bin", 0
}