prog8/examples/test.p8

9 lines
99 B
Lua

%zeropage basicsafe
%option no_sysinit
main {
sub start() {
cx16.scnsiz(20,8)
}
}