Operation

IF OperandSize = 16 (* instruction = CWD *)
THEN DX  SignExtend(AX);
ELSE (* OperandSize = 32, instruction = CDQ *)
EDX SignExtend(EAX);
FI;


[Back: Description]
[Next: Related Information]