diff options
Diffstat (limited to 'home/math.asm')
-rw-r--r-- | home/math.asm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/home/math.asm b/home/math.asm index 71de08f9..6daa2ed9 100644 --- a/home/math.asm +++ b/home/math.asm @@ -1,13 +1,3 @@ -AddNTimes:: -; Add bc * a to hl. - and a - ret z -.loop - add hl, bc - dec a - jr nz, .loop - ret - SimpleMultiply:: ; Return a * c. and a |