From 096b583c259ed89e6d90e5b6c21d2f8107c6b0e4 Mon Sep 17 00:00:00 2001 From: "BITDEFENDER\\vlutas" Date: Fri, 2 Jun 2023 11:22:52 +0300 Subject: [PATCH] Tiny comment fix. --- bddisasm/bddisasm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bddisasm/bddisasm.c b/bddisasm/bddisasm.c index 0a3ee4f..0866257 100644 --- a/bddisasm/bddisasm.c +++ b/bddisasm/bddisasm.c @@ -2314,9 +2314,7 @@ NdParseOperand( break; case ND_OPT_Q: - // A ModR/M byte follows the opcode and specifies the operand. The operand is either an MMX technology - // 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 + // The rm field inside Mod R/M encodes a MMX register or memory. if (Instrux->ModRm.mod == 3) { operand->Type = ND_OP_REG;