8 lines
183 B
Plaintext
Raw Normal View History

2021-01-07 01:56:31 +01:00
; Internal Math library routines - always included by the compiler
;
; Written by Irmen de Jong (irmen@razorvine.net) - license: GNU GPL 3.0
2019-07-29 23:11:13 +02:00
math {
%asminclude "library:math.asm"
}