mirror of
https://github.com/irmen/prog8.git
synced 2024-11-29 01:49:22 +00:00
10 lines
97 B
Lua
10 lines
97 B
Lua
%zeropage basicsafe
|
|
|
|
~ main {
|
|
|
|
sub start() {
|
|
|
|
%asmbinary "LICENSE", 100, 200
|
|
}
|
|
}
|