mirror of
https://github.com/irmen/prog8.git
synced 2024-11-23 07:32:10 +00:00
11 lines
163 B
Lua
11 lines
163 B
Lua
%import textio
|
|
%zeropage basicsafe
|
|
|
|
main {
|
|
sub start() {
|
|
const ubyte HEIGHT=240
|
|
uword zz = 823423
|
|
txt.print_uw(320*HEIGHT/8/8)
|
|
}
|
|
}
|