mirror of
https://github.com/irmen/prog8.git
synced 2024-11-20 03:32:05 +00:00
14 lines
144 B
Lua
14 lines
144 B
Lua
%import c64lib
|
|
%import c64utils
|
|
%import c64flt
|
|
%zeropage basicsafe
|
|
%option enable_floats
|
|
|
|
|
|
main {
|
|
|
|
sub start() {
|
|
@($d020)=0
|
|
}
|
|
}
|