mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-03 11:50:55 +00:00
Tiny comment fix.
This commit is contained in:
parent
f293c936ee
commit
096b583c25
@ -2314,9 +2314,7 @@ NdParseOperand(
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case ND_OPT_Q:
|
case ND_OPT_Q:
|
||||||
// A ModR/M byte follows the opcode and specifies the operand. The operand is either an MMX technology
|
// The rm field inside Mod R/M encodes a MMX register or memory.
|
||||||
// register or a memory address. If it is a memory address, the address is computed from a segment register
|
|
||||||
// and any of the following values: a base register, an index register, a scaling factor, and a displacement
|
|
||||||
if (Instrux->ModRm.mod == 3)
|
if (Instrux->ModRm.mod == 3)
|
||||||
{
|
{
|
||||||
operand->Type = ND_OP_REG;
|
operand->Type = ND_OP_REG;
|
||||||
|
Loading…
Reference in New Issue
Block a user