Compare length of two strings: Difference between revisions

Content added Content deleted
m (→‎{{header|Z80 Assembly}}: replaced a CALL with a JP (typo fix))
m (→‎{{header|Z80 Assembly}}: edited credits with more detail)
Line 60: Line 60:
byte "Goodbye",Terminator
byte "Goodbye",Terminator


;;;;;; RELEVANT SUBROUTINES - SOME OF THESE CREATED BY KEITH S. OF CHIBIAKUMAS
;;;;;; RELEVANT SUBROUTINES - PRINTSTRING AND NEWLINE CREATED BY KEITH S. OF CHIBIAKUMAS
CompareStringLengths:
CompareStringLengths:
;HL = string 1
;HL = string 1