diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 16:27:43 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 16:27:43 -0400 |
commit | 91774f206e97d67cb8f16f5afeec03ce9c7e28ca (patch) | |
tree | 1a35d65d390633fa2d8c14618ecf99d97b776e59 /home/math.asm | |
parent | 98af69691d8994b07c19ef4e86f3f903da6091ed (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 c99214cce..8e9501633 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 |