E
E
EEM2021-04-06 15:35:39
assembler
EEM, 2021-04-06 15:35:39

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]


instead it was: result := 4 ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
galaxy, 2021-04-06
@eem-kz

Well apparently:
mov dword ptr ds:[ebx+474], 4

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question