[A83] Re: Small Problem, Big Headache
[Prev][Next][Index][Thread]
[A83] Re: Small Problem, Big Headache
No. I think CreateStrng has HL as input for the size.
> From: "Ronald Teune" <rtwolf@gmx.net>
> > [...]
> > push de ;source of backup data
> >
> > push bc ;num of bytes to copy
> >
> > ld hl,Str9Def
> > rst rMOV9TOOP1
> > rst rFINDSYM
> > call nc,DeleteIt
> > pop hl ;get back number of bytes to copy
> Shouldn't this be pop bc ?
> > push hl ;save it again
> and this push bc ?
> > B_CALL CreateStrng
> > [...]
References: