mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
9 lines
120 B
Lua
9 lines
120 B
Lua
%import textio
|
|
%option no_sysinit
|
|
|
|
main {
|
|
sub start() {
|
|
cx16.r0s = if cx16.r0L < cx16.r1L -1 else 1
|
|
}
|
|
}
|