prog8/compiler/res/prog8lib/prog8_lib.p8

7 lines
153 B
Lua

; Internal library routines - always included by the compiler
prog8_lib {
%asminclude "library:prog8_lib.asm"
%asminclude "library:prog8_funcs.asm"
}