D
D
Daniel2020-11-11 08:07:37
assembler
Daniel, 2020-11-11 08:07:37

What does mov eax, ??? mean in assembly language?

What are these numbers, are they some kind of operation or function codes? Doesn't wobble at all.
Or the same commands ret 1 ret 2 ret 4, I can not find a table, or even information about them.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Gornostaev, 2020-11-11
@sergey-gornostaev

In any textbook, almost on the first pages it is described.

S
Saboteur, 2020-11-12
@saboteur_kiev

none7, but there is no Russian Wikipedia? Then it doesn't wobble. if there is not a single Russian source.

Daniel , do you have a conscience? Or brains?
5fac8ad30af35598785778.png

F
freeExec, 2020-11-11
@freeExec

mov eax, ???
VVVVV
eax = ???
---------
ret 4
VVVVV

add esp, 4
ret

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question