replace restart { ld (hl),a inc hl } by { ld (hl+),a } replace restart { ld a,(hl) inc hl } by { ld a,(hl+) }