Retrieves instruction's id
Address (EIP) of this instruction
Machine bytes of this instruction
Ascii text of instruction mnemonic
Ascii text of instruction operands
Retrieves instruction's id as plain integer
Returns friendly string representation of an instruction's name
More details about the instruction
Checks whether the instruction belongs to the instruction group group
Checks if the instruction IMPLICITLY uses a particular register
Checks if the instruction IMPLICITLY modifies a particular register
Retrieves both the implicitly and explicitly written registers
Retrieves both the implicitly and explicitly read registers
Class template for architecture-specific instructions
Note that all architecture-specific instances, like X86Instruction, instantiate and derive from this one.