Re: A92: Question
[Prev][Next][Index][Thread]
Re: A92: Question
There is nothing special about it.
You can do:
move.b number,d0
move.b d0,number
move.b (a0),number
add.b #1,number
sub.b d0,number
etc,etc
Noah S Zoschke wrote:
> I am making a program, and I was womdering...
> I have the number 64 stored in "number"
>
> number dc.b 46
>
> and I was wondering how I could change the value of that from within the
> program... I am sure that I am not doing something easy... thanks
>
> _____________________________________________________________________
> You don't need to buy Internet access to use free Internet e-mail.
> Get completely free e-mail from Juno at http://www.juno.com
> Or call Juno at (800) 654-JUNO [654-5866]
References: