prog8/compiler/res/prog8lib/prog8_lib.p8

7 lines
153 B
Plaintext
Raw Normal View History

2021-01-07 00:56:31 +00:00
; Internal library routines - always included by the compiler
2017-12-30 12:34:52 +00:00
2019-07-29 21:11:13 +00:00
prog8_lib {
%asminclude "library:prog8_lib.asm"
%asminclude "library:prog8_funcs.asm"
}