From 76216e6ce5de8a78cfd9312eb08dbb127b4d34d0 Mon Sep 17 00:00:00 2001 From: libjet Date: Sun, 15 Mar 2020 00:17:02 +0000 Subject: Small home/ reorganization --- home/math.asm | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'home/math.asm') 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 -- cgit v1.2.3