A83: Re: Registers and UDVs on the TI-83


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

A83: Re: Registers and UDVs on the TI-83




>  ld a,atempl ; the problem! 


  ld a,(atempl)

>  push af
>  ld a,btempl ; again...

  ld a,(btempl)

>  ld b,a 
>  pop af
> 

There you go.



Follow-Ups: