Re: ex de,ix


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

Re: ex de,ix



On Thu, 14 Aug 1997 11:24:14 -0400, "Thomas J. Hruska"
<thruska@TIR.COM> wrote:

>There is no op-code for ex de,ix.  So, is there anything that I can do
>besides:
>
>push de
>push ix
>pop de
>pop ix
>
>I tried the following, but it doesn't seem to work...do I need an extra byte?
>
>.DB $DD \ ex de,hl
>
>Thanks for any suggestions!

IIRC, I've tried that too, without success. Obviously, the ex de,hl
instruction is a bit special since it isn't affected by the $DD flag.
And the best way would be the push/popping method... sadly.
Jimmy Merdell <mja@algonet.se>
http://www.algonet.se/~mja


References: