Re: A86: Simple Assembly Question


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

Re: A86: Simple Assembly Question



Garcia wrote:
> 
> I have some simple questions:
> 
> To display text:
> 
> ld hl,$000C     ;Does this load l with 0 and h with C?

yep

> ld ($800C),hl   ;Likewise what is loaded to $800C and what is in $800D.

$800C now contains the value of h, $800D contains the value of l
> 
> What are the calls needed i.e. on the 85 D_ZT_STR.....

dunno
> 
> TIA,
> Andres


References: