prog8/examples/test.p8
2024-03-02 23:19:39 +01:00

15 lines
195 B
Lua

%import math
%import textio
%zeropage dontuse
%option no_sysinit
main {
sub start() {
if cx16.r0s > 0
cx16.r1L++
if cx16.r0s <= 0
cx16.r1L++
}
}