Re: A86: me usage question


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

Re: A86: me usage question




>let's say that i pick an address in RAM  $D768 (just a random example if 
>it's even the right place doesn't matter for now)
>
>can I just write a bunch of bytes there without .db 'ing them first. >i'm 
>trying to find out if this is the source of my problems...
Yes use some ld instructions.

>if not is there anyway to just declare a whole bunch of space that my
>program can write in.
The surest way for you to get Free ram space is to declare it with
dbs at the end of the program.
So you are sure nobody will come here to destroy your data.

>can i write anywhere i want in RAM that is for sure empty.  (i know it'll 
>get erased when the program quits)?
Yes. use an ld instruction.


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com