prog8/lib/mathlib.ill
2017-12-29 12:34:09 +01:00

19 lines
344 B
Plaintext

; IL65 integer math library for 6502
; (floating point math is done via the C-64's BASIC ROM routines)
;
; Written by Irmen de Jong (irmen@razorvine.net)
; License: GNU GPL 3.0, see LICENSE
;
; indent format: TABS, size=8
output raw
~ math {
; @todo some interesting routines can be found here http://6502org.wikidot.com/software-math
}