mirror of
https://github.com/irmen/prog8.git
synced 2025-01-19 19:33:52 +00:00
19 lines
251 B
Lua
19 lines
251 B
Lua
main {
|
|
sub start() {
|
|
goto $3000
|
|
goto labeltje
|
|
|
|
goto cx16.r0
|
|
|
|
goto cx16.r0+cx16.r1
|
|
|
|
if cx16.r0==0
|
|
goto cx16.r0+cx16.r1
|
|
|
|
if cx16.r0>2000
|
|
goto cx16.r0+cx16.r1
|
|
|
|
labeltje:
|
|
}
|
|
}
|