A86: Re: Re: Re: Re: help with 16-bit vars


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

A86: Re: Re: Re: Re: help with 16-bit vars



Try:
 
 ld hl,var
 ld a,(hl)
 inc hl
 ld l,(hl)
 ld h,a
 push hl
 pop af
 
but you'd be better off changing the positions at var
 
 
What do you mean??
--------------
Jbrett
tbarwick@esn.net
http://ww2.esn.net/~tbarwick
I just added a TI-86 page, Check it out!!!