View previous topic :: View next topic |
Author |
Message |
JONG Expert Cheater
Reputation: 0
Joined: 30 Nov 2005 Posts: 130
|
Posted: Sat Dec 10, 2005 12:49 pm Post subject: May you teach me to do this ? |
|
|
First sorry for my poor English.
I have a question need help, please read and tell me how to do.
I get a value in memory, I need keep the value and add some value to it like:
The value is: 180 (always change)
I need to add a value: 20
I want it will be: 200
So I want get the 180 of value first, then add the 20 of value.
Because the 180 of value always change it's value, so I need to get it's value first, then add I want of value.
In Assembler, how can I do ?
Thanks for your help, I am very to be deeply grateful your help.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Sat Dec 10, 2005 12:53 pm Post subject: |
|
|
add [address],14
14 is 20 decimal
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
JONG Expert Cheater
Reputation: 0
Joined: 30 Nov 2005 Posts: 130
|
Posted: Sat Dec 10, 2005 1:12 pm Post subject: |
|
|
Dark Byte wrote: | add [address],14
14 is 20 decimal |
Thanks for your reply.
But I want to change of address is:
add [eax],al
How can I change it ?
Thanks again for your help and time.
|
|
Back to top |
|
 |
|