Свойство | Type | Description | |
---|---|---|---|
operand1 | |||
operand2 |
Méthode | Description | |
---|---|---|
Create ( |
Creates an instance of a x86 instruction without an operand.
|
|
Create ( |
Creates an instance of a x86 instruction with a single operand.
|
|
Create ( |
Creates an instance of a x86 instruction with two operands.
|
|
ToAsmString ( ) : string |
Returns a raw string representation of the instruction.
|
|
ToAsmString ( bool virtualString ) : string |
Returns a string representation of the instruction.
|
|
ToString ( ) : string |
Returns a readable assembly instruction, containing the offset, opcode and operand.
|
Méthode | Description | |
---|---|---|
GenerateBytes ( ) : void | ||
x86Instruction ( ) : System |
public static Create ( |
||
opcode | The opcode to use. | |
Résultat |
public static Create ( |
||
opcode | The opcode to use. | |
operand | The operand to use. | |
Résultat |
public static Create ( |
||
opcode | The opcode to use. | |
operand1 | The first operand to use. | |
operand2 | The second operand to use. | |
Résultat |
public ToAsmString ( bool virtualString ) : string | ||
virtualString | bool | A boolean value that indicates all offsets and operands should be in virtual format. |
Résultat | string |