mirror of
https://github.com/irmen/prog8.git
synced 2024-11-04 04:05:00 +00:00
2b8f613a00
Also improved error for invalid directive.
9 lines
201 B
Lua
9 lines
201 B
Lua
; Internal library routines - always included by the compiler
|
|
|
|
prog8_lib {
|
|
%option no_symbol_prefixing, ignore_unused
|
|
|
|
%asminclude "library:prog8_lib.asm"
|
|
%asminclude "library:prog8_funcs.asm"
|
|
}
|