prog8/examples/test.p8
2024-05-18 17:15:31 +02:00

8 lines
81 B
Lua

%zeropage basicsafe
main {
sub start() {
void = call($2000)
}
}