Table of contents
MOVE
Purpose: Move src to dest
Operation: result = src2
src1 is ignored.
UOP encoding
Encoding: 0x400
Modifiers
DSZ Modifier
DSZ8,DSZ16,DSZ32, DSZ64
Core2 issue
Core2 has sometimes DSZ modifier with value 180 (e.g. ADD.180, which seems to be similar to DSZ32)
TMP1 = MOVE_DSZ32 (CONST , CONST_16_00F ) BL = MOVE_DSZ8 (CONST , CONST_16_0F0 ) ESP_20 = MOVE_DSZ16 (TMPB , ESP_20 , OA_4)
References
Based on Intel x86 ISA
The author is not affiliated with, endorsed by, or sponsored by Intel Corporation or its affiliates. All trademarks, including but not limited to Intel, Pentium, and any other registered or unregistered marks mentioned herein, are the property of their respective owners. Their use in this context is solely for descriptive and informational purposes and constitutes nominative fair use under applicable trademark laws.