Re: A83: hl / (hl) ???


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

Re: A83: hl / (hl) ???




hl is the value in hl... (hl) is the value at hl

 ld hl,$1111
;hl = $1111
 ld (hl),a
;($1111) = a

Marc Puts wrote:
> 
> Sorry I'm asking so much, but I think it's the best way to learn ASM!
> 
> What's the difference between hl and (hl) ?
> 
> Thanx,
>   __  __
>  |  \/  |
>  | \  / | __ _ _ __ ___
>  | |\/| |/ _` | '__/ __|
>  | |  | | (_| | | | (__
>  |_|  |_|\__,_|_|  \___|
> 
> 

-- 
Scott "_Wrath_" Dial
wrath@calc.org
ICQ#3608935
TimeCity AI Guy II - www.timecity.org
Member of TCPA - tcpa.calc.org
__________________________________________
NetZero - Defenders of the Free World
Get your FREE Internet Access and Email at
http://www.netzero.net/download/index.html


References: