по моему move здесь используется в каком-то значении типа "переслать". т.е. в английском вполне себе используется как (http://www.developer.com/lang/other/article.php/3496351) The mov instruction is how you 'move' values about inside of the processor. For instance:
mov eax, 100 This 'moves' 100 into the eax register. It's the same as saying eax=100. To define the move instruction, think of it as this:
mov (destination), (source) ... We can move the contents of memory into a register and vice-versa by using square brackets to indicate 'contents of'. The number of bytes moved is determined by the register name:
no subject
Date: 2007-07-06 09:59 am (UTC)т.е. в английском вполне себе используется как
(http://www.developer.com/lang/other/article.php/3496351)
The mov instruction is how you 'move' values about inside of the processor. For instance:
mov eax, 100
This 'moves' 100 into the eax register. It's the same as saying eax=100. To define the move instruction, think of it as this:
mov (destination), (source)
...
We can move the contents of memory into a register and vice-versa by using square brackets to indicate 'contents of'. The number of bytes moved is determined by the register name:
хотя я не знаток английского, не настаиваю:)