Re: LZ: Me agian Same Problem


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

Re: LZ: Me agian Same Problem



On Thu, 26 Sep 1996, Alan Bailey wrote:


> Yup, that's it.  CLEARLCD trashes hl,bc, and de.  So you can put the push 
> and pop in like barry said.  If you want to use mem, the text mem starts 
> at $80DF, and is 168 bytes (not that that matters).  just go:
> 	ld ($80DF),bc
> 	...  		;then
> 	ld bc,($80DF)
> This way you caould keep the mem for later use too.


Is that 168 bytes always available?  What is it's normal use, if any?


Barry


References: