prog8/examples/test.p8
2022-09-27 18:02:57 +02:00

6 lines
74 B
Lua

main {
sub start() {
%asmbinary "bsieve.prg", 10, 200
}
}