1
0
mirror of https://github.com/irmen/prog8.git synced 2025-03-04 05:33:07 +00:00

12 lines
245 B
Plaintext
Raw Normal View History

2018-09-15 16:21:05 +02:00
; Prog8 internal library routines - always included by the compiler
2017-12-30 13:34:52 +01:00
;
2018-01-08 03:31:23 +01:00
; Written by Irmen de Jong (irmen@razorvine.net) - license: GNU GPL 3.0
2018-01-13 14:17:18 +01:00
;
2017-12-30 13:34:52 +01:00
; indent format: TABS, size=8
%import c64lib
2017-12-30 13:34:52 +01:00
2019-07-29 23:11:13 +02:00
prog8_lib {
%asminclude "library:prog8lib.asm", ""
}