Re: A89: One last question
[Prev][Next][Index][Thread]
Re: A89: One last question
to store:
move.l a0,name
to retrive:
move.l name,a0
somewhere else:
name dc.l 0 ;defines space for a longword to be stored.
//Olle
Chris Moore wrote:
>
> I've read the tutorials and so forth, but I cannot figure out how to take the information in an address register (a0,a1,etc.)and store it permanently in a variable. In other words, I want to take a string in a0 and store it in the variable "name". How would I go about doing this?
>
> ____________________________________________________________________
> Get free e-mail and a permanent address at http://www.netaddress.com/?N=1
References: