prog8/examples/test.p8

12 lines
109 B
Lua

%import textio
%zeropage basicsafe
main {
sub start() {
uword foobar
foobar()
}
}