mirror of
https://github.com/irmen/prog8.git
synced 2025-02-18 20:30:43 +00:00
13 lines
124 B
Lua
13 lines
124 B
Lua
%import c64utils
|
|
%option enable_floats
|
|
|
|
|
|
~ main {
|
|
|
|
;@todo implement the various byte/word division routines.
|
|
|
|
|
|
}
|
|
|
|
}
|