diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 16:27:29 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 16:27:29 -0400 |
commit | 9dee89fae39ce638beed51edbc3f837a6222bd68 (patch) | |
tree | 09f8c7436d45f265e8429c382368c552cf050db3 /home/math.asm | |
parent | e0df1a6041b73e8304e8c5a691b454652f5a667d (diff) |
Replace "Unreferenced" labels with "; unreferenced" comments
Diffstat (limited to 'home/math.asm')
-rw-r--r-- | home/math.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/math.asm b/home/math.asm index c99214cc..8e950163 100644 --- a/home/math.asm +++ b/home/math.asm @@ -48,7 +48,7 @@ Divide:: pop hl ret -UnreferencedSubtractAbsolute:: +SubtractAbsolute:: ; unreferenced ; Return |a - b|, sign in carry. sub b ret nc |