A82: saving hl


[Prev][Next][Index][Thread]

A82: saving hl




In my program, I want to save the memory address hl points to and call
it back later.  I can't use hl because in the middle of the push/pop I
have to call a routine then return.  If I store it to a place in
text_mem then load it back into hl later, will it still point to the
address?


Follow-Ups: