mirror of
https://github.com/irmen/prog8.git
synced 2025-02-05 09:33:46 +00:00
10 lines
112 B
Lua
10 lines
112 B
Lua
%zeropage basicsafe
|
|
|
|
main {
|
|
sub start() {
|
|
repeat cx16.r0 {
|
|
cx16.r1L++
|
|
}
|
|
}
|
|
}
|