Re: A86: Simple Assembly Question
[Prev][Next][Index][Thread]
Re: A86: Simple Assembly Question
There were just two replys and they both seem to contradict each other?
So which way is it?
----------
> From: DEATH <joemama@minot.com>
> To: assembly-86@lists.ticalc.org
> Subject: Re: A86: Simple Assembly Question
> Date: Friday, August 29, 1997 4:18 PM
>
> 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
Follow-Ups: