.define .strhp
.sect .text
.sect .rom
.sect .data
.sect .bss
.strhp:
pop ix
pop hl
push hl
or a
sbc hl,sp
jp m,1f
ld a,l
rra
jp c,1f
ld (.reghp),hl
jp (ix)
1:
ld hl,EHEAP
call .trp.z