Re: A86: Simple Assembly Question
[Prev][Next][Index][Thread]
Re: A86: Simple Assembly Question
On Fri, 29 Aug 1997, Garcia wrote:
> I have some simple questions:
>
> To display text:
>
> ld hl,$000C ;Does this load l with 0 and h with C?
No, that loads H with $00 and L with $0C.
> ld ($800C),hl ;Likewise what is loaded to $800C and what is in $800D.
>
L gets loaded into the lower address. H gets loaded into the higher
address.
> What are the calls needed i.e. on the 85 D_ZT_STR.....
>
_puts, _vputs, _putps, _vputsn: look in ti86asm.inc and the TI-83 info on
the TI web site.
> TIA,
> Andres
>
YW
--------
Dan Eble (mailto:eble@cis.ohio-state.edu)
(http://www.cis.ohio-state.edu/~eble)
References: