Re: A86: Re: simple math optimization


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

Re: A86: Re: simple math optimization




On Mon, 11 May 1998, Matt2000 wrote:

> Well if you were doing hl = (16 * e) + d
>  then you could do:
> 
> ld h, e
> ld l, d


That would give you hl = 256*e + d.


--------
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: