Re: LZ: Me agian Same Problem


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

Re: LZ: Me agian Same Problem



barrym wrote:
> 
> 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
barry,
the 168 bytes at $80DF is text memory. that is where stuff is usually
stored in programs(i.e. varibles)
PCoMP
Visit Maximus Productions home page at: http://www.ntsource.com/~pcomp


References: