Re: A86: more info needed on ld command


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

Re: A86: more info needed on ld command



On Thu, 11 Sep 1997, Butler Family wrote:

> what is the difference between Ld (hl),## and Ld hl,##???
> 


ld (hl),nn  loads nn into the memory location whose
            address is stored in hl

ld hl,nnnn  loads nnnn into hl

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


Follow-Ups: References: