Add credit for mul routines
This commit is contained in:
parent
c2b7852374
commit
5c6cefa355
|
@ -7,7 +7,7 @@
|
||||||
// day01
|
// day01
|
||||||
//
|
//
|
||||||
// Destroys:
|
// Destroys:
|
||||||
// a, x, y, $02..$04, $10..$1c, $20..$25, $fd..$fe, everything you've ever loved
|
// a, x, y, $02..$04, $10..$1c, $20..$25, $fd..$fe, everything you've ever loved
|
||||||
//
|
//
|
||||||
.const input_pointer = $03
|
.const input_pointer = $03
|
||||||
.const buffer_pointer = $20
|
.const buffer_pointer = $20
|
||||||
|
|
|
@ -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 New Issue