mirror of
https://github.com/hsoft/collapseos.git
synced 2025-04-05 06:48:39 +11:00
Removed loop analysis comments, and trailing whitespace
This commit is contained in:
parent
176084d619
commit
423460cc47
@ -41,7 +41,7 @@ parseHex:
|
||||
; On success, the carry flag is reset. On error, it is set.
|
||||
|
||||
|
||||
parseHexPair: ; 31 bytes, 78 cycles
|
||||
parseHexPair:
|
||||
ld a, (hl)
|
||||
call parseHex
|
||||
ret c ; faster and smaller than a conditional jump
|
||||
@ -64,7 +64,7 @@ parseHexPair: ; 31 bytes, 78 cycles
|
||||
pop bc
|
||||
ret
|
||||
|
||||
.single: ;53 cycles if single
|
||||
.single:
|
||||
ld a, b
|
||||
dec hl
|
||||
pop bc
|
||||
|
Loading…
Reference in New Issue
Block a user