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


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

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




In a message dated 9/28/98 19:09:51 Eastern Daylight Time, tbarwick@esn.net
writes:

> Thanks a lot, Dux.  Still, how would I trade that values of a and f since I 
> can't use "ex a,f".


push af
pop de
ld c,d
ld b,e
push bc
pop af