mirror of
https://github.com/irmen/prog8.git
synced 2024-10-31 09:08:02 +00:00
9 lines
227 B
Lua
9 lines
227 B
Lua
; Internal library routines - always included by the compiler
|
|
;
|
|
; Written by Irmen de Jong (irmen@razorvine.net) - license: GNU GPL 3.0
|
|
|
|
prog8_lib {
|
|
%asminclude "library:prog8_lib.asm"
|
|
%asminclude "library:prog8_funcs.asm"
|
|
}
|