Re: A86: (delta)x and xMin


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

Re: A86: (delta)x and xMin




_DELTAX is the address of the name , and _XMINPTR is a pointer to _DELTAX.

> Wha tare the differences in these two?
> 
> >  ld hl,_DELTAX
> >  rst 20h
> > 
> > or
> > 
> >  ld hl,_XMINPTR
> >  call _ldhlind
> >  rst 20h




References: