mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 08:18:36 +03:00
more cleanup
This commit is contained in:
@ -41,7 +41,7 @@ public class LeaR32MHandler : InstructionHandler
|
||||
}
|
||||
|
||||
// Read the ModR/M byte
|
||||
var (mod, reg, rm, sourceOperand) = ModRMDecoder.ReadModRM();
|
||||
var (mod, reg, _, sourceOperand) = ModRMDecoder.ReadModRM();
|
||||
|
||||
// LEA only works with memory operands, not registers
|
||||
if (mod == 3)
|
||||
|
Reference in New Issue
Block a user