mirror of
https://github.com/irmen/prog8.git
synced 2024-11-23 07:32:10 +00:00
11 lines
122 B
Lua
11 lines
122 B
Lua
%option no_sysinit
|
|
%zeropage basicsafe
|
|
|
|
main {
|
|
|
|
sub start() {
|
|
uword xx
|
|
cx16.r1L = lsb(xx) & 3
|
|
}
|
|
}
|