Palindrome detection: Difference between revisions

m
(Added Z80 Assembly version)
Line 6,077:
ld (inputbuf+1),a ; New length of text without spaces for further processing
ld b,0 ; bc now set correctly to new length
ld de,bufcont ; Set up and useruse block move
ld hl,compress
ldir
13

edits