mirror of
https://github.com/irmen/prog8.git
synced 2024-11-08 14:07:32 +00:00
12 lines
245 B
Lua
12 lines
245 B
Lua
; Prog8 internal library routines - always included by the compiler
|
|
;
|
|
; Written by Irmen de Jong (irmen@razorvine.net) - license: GNU GPL 3.0
|
|
;
|
|
; indent format: TABS, size=8
|
|
|
|
%import c64lib
|
|
|
|
prog8_lib {
|
|
%asminclude "library:prog8lib.asm", ""
|
|
}
|