mirror of
https://github.com/irmen/prog8.git
synced 2024-11-23 07:32:10 +00:00
11 lines
115 B
Lua
11 lines
115 B
Lua
%import syslib
|
|
%zpreserved $a0,$ff
|
|
%zpallowed $70,$b0
|
|
|
|
main {
|
|
sub start() {
|
|
repeat {
|
|
}
|
|
}
|
|
}
|