prog8/compiler/res/prog8lib/math.p8

12 lines
241 B
Plaintext
Raw Normal View History

; Prog8 internal Math 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
2019-07-29 21:11:13 +00:00
math {
%asminclude "library:math.asm", ""
}