mirror of
https://github.com/irmen/prog8.git
synced 2024-11-02 22:04:40 +00:00
10 lines
142 B
Lua
10 lines
142 B
Lua
main {
|
|
sub start() {
|
|
stuff.do_nothing()
|
|
}
|
|
}
|
|
|
|
stuff $1000 {
|
|
romsub $1000 = do_nothing()
|
|
%asmbinary "subFolder/do_nothing2.bin", 0
|
|
} |