prog8/examples/test.p8

10 lines
126 B
Lua

%import textio
%zeropage basicsafe
%option no_sysinit
main {
sub start() {
ubyte @shared bb = @(cx16.r0)
}
}