prog8/examples/test.p8

12 lines
113 B
Lua

%import c64flt
%zeropage basicsafe
main {
sub start() {
byte[] barr = [22,-33,-44,55,66]
}
}