Re: A86: a question


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

Re: A86: a question




On Wed, 15 Apr 1998, Dux Gregis wrote:

> What's the most efficient way (in terms of speed) of doing something
> like ld de,(ix+hl)?

Jimmy's reply was good.  That's a pretty ugly operation to perform,
though.  You might consider reorganizing the usage of registers in your
program, so that you don't have to deal with ix.  The stack is a powerful
tool.

--------
Dan Eble (mailto:eble@cis.ohio-state.edu)
         (http://www.cis.ohio-state.edu/~eble)

"Behold, how great a matter a little fire kindleth!" -- James 3:5


References: