C# Класс TUP.AsmResolver.ASM.x86OpCode

Represents a 32-bit assembly opcode of an instruction.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetNormalOperandType ( ) : x86OperandType
GetOverrideOperandType ( ) : x86OperandType
GetRegisterOperandType ( ) : x86OperandType
IsBasedOn ( x86OpCode code ) : bool

Returns a boolean value if the current opcode is based on the given opcode.

ToString ( ) : string

Returns the opcode string.

Приватные методы

Метод Описание
Create ( x86OpCode code ) : x86OpCode
x86OpCode ( ) : System
x86OpCode ( string name, byte opcodebytes, int operandlength, x86OperandType type ) : System
x86OpCode ( string name, byte opcodebytes, int operandlength, x86OperandType type, int variableByteIndex ) : System

Описание методов

GetNormalOperandType() публичный Метод

public GetNormalOperandType ( ) : x86OperandType
Результат x86OperandType

GetOverrideOperandType() публичный Метод

public GetOverrideOperandType ( ) : x86OperandType
Результат x86OperandType

GetRegisterOperandType() публичный Метод

public GetRegisterOperandType ( ) : x86OperandType
Результат x86OperandType

IsBasedOn() публичный Метод

Returns a boolean value if the current opcode is based on the given opcode.
public IsBasedOn ( x86OpCode code ) : bool
code x86OpCode The Opcode to compare with.
Результат bool

ToString() публичный Метод

Returns the opcode string.
public ToString ( ) : string
Результат string