mirror of
https://github.com/irmen/prog8.git
synced 2025-02-20 03:29:01 +00:00
12 lines
152 B
Lua
12 lines
152 B
Lua
%import c64utils
|
|
;%import c64flt
|
|
;%option enable_floats
|
|
%zeropage dontuse
|
|
|
|
main {
|
|
|
|
sub start() {
|
|
c64scr.print("ubyte shift left\n")
|
|
}
|
|
}
|