Add credit for mul routines
This commit is contained in:
parent
c2b7852374
commit
5c6cefa355
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
*=* "Math Routines"
|
*=* "Math Routines"
|
||||||
|
|
||||||
|
// Multiplication routines found on
|
||||||
|
// https://codebase64.org/doku.php?id=base:seriously_fast_multiplication
|
||||||
.const T1=$03
|
.const T1=$03
|
||||||
.const T2=$fd
|
.const T2=$fd
|
||||||
.const PRODUCT=$22
|
.const PRODUCT=$22
|
||||||
|
|
Loading…
Reference in a new issue