Compare length of two strings: Difference between revisions

m
→‎{{header|Z80 Assembly}}: replaced a CALL with a JP (typo fix)
m (Minor formatting fix)
m (→‎{{header|Z80 Assembly}}: replaced a CALL with a JP (typo fix))
Line 128:
or a
ret z ;if bottom nibble of A is zero, don't print it!
calljp PrintHexChar
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PrintHexChar:
1,489

edits