summaryrefslogtreecommitdiff
path: root/home/math.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-05-18 11:59:48 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-05-18 11:59:48 -0400
commit156f2cc3ef66ccaf21bfe1c8a5066928e772ffac (patch)
tree63ee4bb3d58088c07205b7d34e2e20d5287a3f63 /home/math.asm
parente32cf1bfd1dd39b72ee672f3815986cc8b1a9406 (diff)
Update some routine labels, including unreferenced ones
Diffstat (limited to 'home/math.asm')
-rw-r--r--home/math.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/math.asm b/home/math.asm
index 3042cc61d..c99214cce 100644
--- a/home/math.asm
+++ b/home/math.asm
@@ -48,8 +48,8 @@ Divide::
pop hl
ret
-SubtractSigned::
-; Return a - b, sign in carry.
+UnreferencedSubtractAbsolute::
+; Return |a - b|, sign in carry.
sub b
ret nc
cpl