Re: A86: Re: regarding multiple strings
[Prev][Next][Index][Thread]
Re: A86: Re: regarding multiple strings
Sadly that doesn't work. I've tried memory locations all around it to no
avail.
On Tue, 21 Oct 1997, Garcia wrote:
> asm_exec_ram + 17 bytes... or $D759? ( Is asm_execm_ram $D748?)
>
> Andres
>
> > This yields the hex fragment
> > 210300 ;ld hl,3
> > 220FC0 ;row 3 col 0
> > 215BD7 ;ld hl,moo where D75BH is the address of moo
> > CD374A ;call _puts
> > C9 ; return
> > 4D4F4F00
> >
> > If I wanted to declare another string under moo so than I had
> > moo:
> > db 'MOO',0
> > oom:
> > db 'OOM',0
> >
> > What would the hex adress of oom be?
> >
>
References: