A86: Simple Assembly Question


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

A86: Simple Assembly Question



I have some simple questions:

To display text:

ld hl,$000C	;Does this load l with 0 and h with C?
ld ($800C),hl	;Likewise what is loaded to $800C and what is in $800D.

What are the calls needed i.e. on the 85 D_ZT_STR.....

TIA,
Andres


Follow-Ups: