Re: A86: String input again
[Prev][Next][Index][Thread]
Re: A86: String input again
_getkey is a complex routine
for any call, you should never assume that some registers are preserved
>
>Yeah, I found that out this afternoon after searching through forty
>pages of code looking for a reason why my HL was pointing to
>otherwhere. Turned out to be _getkey doing it; I was writing to
>somewhere but certainly not where I needed it!
>
>Thanks
>
>
>> _getkey will kill hl, otherwise very nifty.
>> here, i've fixed it and added a cursor: