prog8/examples/test.p8
2019-04-17 01:33:07 +02:00

10 lines
97 B
Lua

%zeropage basicsafe
~ main {
sub start() {
%asmbinary "LICENSE", 100, 200
}
}