Method | Description | |
---|---|---|
GetNormalOperandType ( ) : x86OperandType | ||
GetOverrideOperandType ( ) : x86OperandType | ||
GetRegisterOperandType ( ) : x86OperandType | ||
IsBasedOn ( |
Returns a boolean value if the current opcode is based on the given opcode.
|
|
ToString ( ) : string |
Returns the opcode string.
|
Method | Description | |
---|---|---|
Create ( |
||
x86OpCode ( ) : System | ||
x86OpCode ( string name, byte opcodebytes, int operandlength, x86OperandType type ) : System | ||
x86OpCode ( string name, byte opcodebytes, int operandlength, x86OperandType type, int variableByteIndex ) : System |
public GetNormalOperandType ( ) : x86OperandType | ||
return | x86OperandType |
public GetOverrideOperandType ( ) : x86OperandType | ||
return | x86OperandType |
public GetRegisterOperandType ( ) : x86OperandType | ||
return | x86OperandType |
public IsBasedOn ( |
||
code | The Opcode to compare with. | |
return | bool |