Categories
Assembler: how to assign a value to a variable?
Good afternoon! What to change this line to: result := result + 1;
0071BBB4 | FF83 74040000 | inc dword ptr ds:[ebx+474]
Answer the question
In order to leave comments, you need to log in
Well apparently: mov dword ptr ds:[ebx+474], 4
mov dword ptr ds:[ebx+474], 4
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question