Ну mov выражает копирование не всегда. Только при регистровых операциях имхо. А при прямой или косвенной адресацией идет перемещение потока битов из памяти в процессор. имхо так. Лично мне больше нравилось ld
Впрочем, это ещё детские шалости. А вот использования символа равно (=) как оператора присвоения в C и в последующей целой плеяде языков, ставших мейнстриймовыми - это уже полный пиздец идеологическая диверсия.
по моему 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 07:32 am (UTC)А при прямой или косвенной адресацией идет перемещение потока битов из памяти в процессор.
имхо так.
Лично мне больше нравилось ld
(no subject)
From:(no subject)
From:(no subject)
From:(no subject)
From:no subject
Date: 2007-07-06 08:25 am (UTC)no subject
Date: 2007-07-06 09:11 am (UTC)Впрочем, это ещё детские шалости. А вот использования символа равно (=) как оператора присвоения в C и в последующей целой плеяде языков, ставших мейнстриймовыми - это уже
полный пиздецидеологическая диверсия.(no subject)
From:(no subject)
From:(no subject)
From:(no subject)
From: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:
хотя я не знаток английского, не настаиваю:)
no subject
Date: 2007-07-06 12:38 pm (UTC)(no subject)
From:no subject
Date: 2007-07-06 06:46 pm (UTC)