Compare length of two strings: Difference between revisions

m
→‎{{header|Z80 Assembly}}: minor optimizations
m (→‎{{header|Z80 Assembly}}: minor optimizations)
Line 100:
rrca
endif
cpor 0a
call nz,PrintHexChar
;if top nibble of A is zero, don't print it.
pop af
and %00001111
cpor 0a
ret z ;if bottom nibble of A is zero, don't print it!
call PrintHexChar
1,489

edits