Update some routine labels, including unreferenced ones

This commit is contained in:
Rangi
2020-05-18 11:59:48 -04:00
parent e32cf1bfd1
commit 156f2cc3ef
11 changed files with 38 additions and 38 deletions

View File

@@ -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