Instruction

Architecture-independent instruction

Members

Variables

address
ulong address;

Address (EIP) of this instruction

bytes
ubyte[] bytes;

Machine bytes of this instruction

mnemonic
string mnemonic;

Ascii text of instruction mnemonic

opStr
string opStr;

Ascii text of instruction operands

Meta