mirror of
https://github.com/irmen/prog8.git
synced 2024-11-04 19:05:57 +00:00
9 lines
186 B
Lua
9 lines
186 B
Lua
; Internal library routines - always included by the compiler
|
|
|
|
prog8_lib {
|
|
%option no_symbol_prefixing
|
|
|
|
%asminclude "library:prog8_lib.asm"
|
|
%asminclude "library:prog8_funcs.asm"
|
|
}
|