瀏覽單個文章
youporn
Major Member
 

加入日期: Mar 2012
文章: 196
引用:
作者拿破崙波拿巴
https://www.felixcloutier.com/x86/andn

解說有點看不懂

範例 opcode:
andn eax, ecx, edx

Performs a bitwise logical AND of inverted second operand (the first source operand) with the third operand (the second source operand). The result is stored in the first operand (destination operand).


Operand 1 mod.reg eax
Operand 2 vex.vvvv ecx
Operand 3 mod.r/m edx

到底是 Operand 1 = Operand 3 & Operand 2
還是 Operand 1 = Operand 2 & Operand 3



都不對啊

DEST ← (NOT SRC1) bitwiseAND SRC2;
舊 2019-01-30, 11:29 AM #3
回應時引用此文章
youporn離線中