C# Класс SharpOS.AOT.X86.Assembly

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AddArrayFields void
AddBSS void
AddData void
AddEntryPoint void
AddExceptionHandlingClauses void
AddHelperFunctions void
AddITableFields void
AddLMUL void
AddLSAR void
AddLSHL void
AddLSHR void
AddMetadata void
AddMethodBoundaries void
AddMultibootHeader void
AddPEHeader void
AddPESection void
AddResources void
AddString string
AddSymbol void
AddSymbols void
AddTypeInfoFields string
AddVTableFields void
BSSAlloc string
BSSAlloc string
DecodeToken void
FormatLabelName string
FreeSpareRegister void
GenerateConflictStub void
GenerateConflictStubPart void
GenerateIMTHelpers void
Get16BitRegister R16Type
Get8BitRegister R8Type
GetAssemblyInstruction void
GetLabelAddress UInt32
GetLabelIndex int
GetMemoryInternal Memory
GetPESectionLabel string
GetRegister SharpOS.AOT.X86.R32Type
GetSpareRegister SharpOS.AOT.X86.R32Type
Patch void
PatchPE void
PatchSymbolOffsets void
Save bool
StaticArray void
StaticArray void

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

Метод Описание
AAA ( ) : void

AAA

AAD ( ) : void

AAD

AAD ( Byte target ) : void

AAD imm8

AAM ( ) : void

AAM

AAM ( Byte target ) : void

AAM imm8

AAS ( ) : void

AAS

ADC ( ByteMemory target, Byte source ) : void

ADC mem8,imm8

ADC ( ByteMemory target, R8Type source ) : void

ADC mem8,reg8

ADC ( DWordMemory target, Byte source ) : void

ADC mem32,imm8

ADC ( DWordMemory target, R32Type source ) : void

ADC mem32,reg32

ADC ( DWordMemory target, UInt32 source ) : void

ADC mem32,imm32

ADC ( R16Type target, Byte source ) : void

ADC rmreg16,imm8

ADC ( R16Type target, R16Type source ) : void

ADC rmreg16,reg16

ADC ( R16Type target, UInt16 source ) : void

ADC rmreg16,imm16

ADC ( R16Type target, WordMemory source ) : void

ADC reg16,mem16

ADC ( R32Type target, Byte source ) : void

ADC rmreg32,imm8

ADC ( R32Type target, DWordMemory source ) : void

ADC reg32,mem32

ADC ( R32Type target, R32Type source ) : void

ADC rmreg32,reg32

ADC ( R32Type target, UInt32 source ) : void

ADC rmreg32,imm32

ADC ( R8Type target, Byte source ) : void

ADC rmreg8,imm8

ADC ( R8Type target, ByteMemory source ) : void

ADC reg8,mem8

ADC ( R8Type target, R8Type source ) : void

ADC rmreg8,reg8

ADC ( WordMemory target, Byte source ) : void

ADC mem16,imm8

ADC ( WordMemory target, R16Type source ) : void

ADC mem16,reg16

ADC ( WordMemory target, UInt16 source ) : void

ADC mem16,imm16

ADD ( ByteMemory target, Byte source ) : void

ADD mem8,imm8

ADD ( ByteMemory target, R8Type source ) : void

ADD mem8,reg8

ADD ( DWordMemory target, Byte source ) : void

ADD mem32,imm8

ADD ( DWordMemory target, R32Type source ) : void

ADD mem32,reg32

ADD ( DWordMemory target, UInt32 source ) : void

ADD mem32,imm32

ADD ( R16Type target, Byte source ) : void

ADD rmreg16,imm8

ADD ( R16Type target, R16Type source ) : void

ADD rmreg16,reg16

ADD ( R16Type target, UInt16 source ) : void

ADD rmreg16,imm16

ADD ( R16Type target, WordMemory source ) : void

ADD reg16,mem16

ADD ( R32Type target, Byte source ) : void

ADD rmreg32,imm8

ADD ( R32Type target, DWordMemory source ) : void

ADD reg32,mem32

ADD ( R32Type target, R32Type source ) : void

ADD rmreg32,reg32

ADD ( R32Type target, UInt32 source ) : void

ADD rmreg32,imm32

ADD ( R8Type target, Byte source ) : void

ADD rmreg8,imm8

ADD ( R8Type target, ByteMemory source ) : void

ADD reg8,mem8

ADD ( R8Type target, R8Type source ) : void

ADD rmreg8,reg8

ADD ( WordMemory target, Byte source ) : void

ADD mem16,imm8

ADD ( WordMemory target, R16Type source ) : void

ADD mem16,reg16

ADD ( WordMemory target, UInt16 source ) : void

ADD mem16,imm16

ADDRESSOF ( string label ) : void

Address of the specified label.

ALIGN ( UInt32 value ) : void

ALIGNs the specified value.

AND ( ByteMemory target, Byte source ) : void

AND mem8,imm8

AND ( ByteMemory target, R8Type source ) : void

AND mem8,reg8

AND ( DWordMemory target, Byte source ) : void

AND mem32,imm8

AND ( DWordMemory target, R32Type source ) : void

AND mem32,reg32

AND ( DWordMemory target, UInt32 source ) : void

AND mem32,imm32

AND ( R16Type target, Byte source ) : void

AND rmreg16,imm8

AND ( R16Type target, R16Type source ) : void

AND rmreg16,reg16

AND ( R16Type target, UInt16 source ) : void

AND rmreg16,imm16

AND ( R16Type target, WordMemory source ) : void

AND reg16,mem16

AND ( R32Type target, Byte source ) : void

AND rmreg32,imm8

AND ( R32Type target, DWordMemory source ) : void

AND reg32,mem32

AND ( R32Type target, R32Type source ) : void

AND rmreg32,reg32

AND ( R32Type target, UInt32 source ) : void

AND rmreg32,imm32

AND ( R8Type target, Byte source ) : void

AND rmreg8,imm8

AND ( R8Type target, ByteMemory source ) : void

AND reg8,mem8

AND ( R8Type target, R8Type source ) : void

AND rmreg8,reg8

AND ( WordMemory target, Byte source ) : void

AND mem16,imm8

AND ( WordMemory target, R16Type source ) : void

AND mem16,reg16

AND ( WordMemory target, UInt16 source ) : void

AND mem16,imm16

ARPL ( R16Type target, R16Type source ) : void

ARPL rmreg16,reg16

ARPL ( WordMemory target, R16Type source ) : void

ARPL mem16,reg16

AddObjectFields ( string _class ) : void

Adds the object fields.

Assembly ( ) : System

Initializes a new instance of the Assembly class.

Assembly ( bool bits32 ) : System

Initializes a new instance of the Assembly class.

BITS32 ( bool value ) : void

BITs the S32.

BOUND ( R16Type target, Memory source ) : void

BOUND reg16,mem

BOUND ( R32Type target, Memory source ) : void

BOUND reg32,mem

BSF ( R16Type target, R16Type source ) : void

BSF reg16,rmreg16

BSF ( R16Type target, WordMemory source ) : void

BSF reg16,mem16

BSF ( R32Type target, DWordMemory source ) : void

BSF reg32,mem32

BSF ( R32Type target, R32Type source ) : void

BSF reg32,rmreg32

BSR ( R16Type target, R16Type source ) : void

BSR reg16,rmreg16

BSR ( R16Type target, WordMemory source ) : void

BSR reg16,mem16

BSR ( R32Type target, DWordMemory source ) : void

BSR reg32,mem32

BSR ( R32Type target, R32Type source ) : void

BSR reg32,rmreg32

BSWAP ( R32Type target ) : void

BSWAP reg32

BT ( DWordMemory target, Byte source ) : void

BT mem32,imm8

BT ( DWordMemory target, R32Type source ) : void

BT mem32,reg32

BT ( R16Type target, Byte source ) : void

BT rmreg16,imm8

BT ( R16Type target, R16Type source ) : void

BT rmreg16,reg16

BT ( R32Type target, Byte source ) : void

BT rmreg32,imm8

BT ( R32Type target, R32Type source ) : void

BT rmreg32,reg32

BT ( WordMemory target, Byte source ) : void

BT mem16,imm8

BT ( WordMemory target, R16Type source ) : void

BT mem16,reg16

BTC ( DWordMemory target, Byte source ) : void

BTC mem32,imm8

BTC ( DWordMemory target, R32Type source ) : void

BTC mem32,reg32

BTC ( R16Type target, Byte source ) : void

BTC rmreg16,imm8

BTC ( R16Type target, R16Type source ) : void

BTC rmreg16,reg16

BTC ( R32Type target, Byte source ) : void

BTC rmreg32,imm8

BTC ( R32Type target, R32Type source ) : void

BTC rmreg32,reg32

BTC ( WordMemory target, Byte source ) : void

BTC mem16,imm8

BTC ( WordMemory target, R16Type source ) : void

BTC mem16,reg16

BTR ( DWordMemory target, Byte source ) : void

BTR mem32,imm8

BTR ( DWordMemory target, R32Type source ) : void

BTR mem32,reg32

BTR ( R16Type target, Byte source ) : void

BTR rmreg16,imm8

BTR ( R16Type target, R16Type source ) : void

BTR rmreg16,reg16

BTR ( R32Type target, Byte source ) : void

BTR rmreg32,imm8

BTR ( R32Type target, R32Type source ) : void

BTR rmreg32,reg32

BTR ( WordMemory target, Byte source ) : void

BTR mem16,imm8

BTR ( WordMemory target, R16Type source ) : void

BTR mem16,reg16

BTS ( DWordMemory target, Byte source ) : void

BTS mem32,imm8

BTS ( DWordMemory target, R32Type source ) : void

BTS mem32,reg32

BTS ( R16Type target, Byte source ) : void

BTS rmreg16,imm8

BTS ( R16Type target, R16Type source ) : void

BTS rmreg16,reg16

BTS ( R32Type target, Byte source ) : void

BTS rmreg32,imm8

BTS ( R32Type target, R32Type source ) : void

BTS rmreg32,reg32

BTS ( WordMemory target, Byte source ) : void

BTS mem16,imm8

BTS ( WordMemory target, R16Type source ) : void

BTS mem16,reg16

CALL ( DWordMemory target ) : void

CALL mem32

CALL ( R16Type target ) : void

CALL rmreg16

CALL ( R32Type target ) : void

CALL rmreg32

CALL ( UInt16 target, UInt16 source ) : void

CALL imm16:imm16

CALL ( UInt16 target, UInt32 source ) : void

CALL imm16:imm32

CALL ( UInt32 target ) : void

CALL imm

CALL ( WordMemory target ) : void

CALL mem16

CALL ( string label ) : void

CALL imm

CALL_FAR ( DWordMemory target ) : void

CALL FAR mem32

CALL_FAR ( WordMemory target ) : void

CALL FAR mem16

CBW ( ) : void

CBW

CDQ ( ) : void

CDQ

CLC ( ) : void

CLC

CLD ( ) : void

CLD

CLFLUSH ( Memory target ) : void

CLFLUSH mem

CLI ( ) : void

CLI

CLTS ( ) : void

CLTS

CMC ( ) : void

CMC

CMOVA ( R16Type target, R16Type source ) : void

CMOVA reg16,rmreg16

CMOVA ( R16Type target, WordMemory source ) : void

CMOVA reg16,mem16

CMOVA ( R32Type target, DWordMemory source ) : void

CMOVA reg32,mem32

CMOVA ( R32Type target, R32Type source ) : void

CMOVA reg32,rmreg32

CMOVAE ( R16Type target, R16Type source ) : void

CMOVAE reg16,rmreg16

CMOVAE ( R16Type target, WordMemory source ) : void

CMOVAE reg16,mem16

CMOVAE ( R32Type target, DWordMemory source ) : void

CMOVAE reg32,mem32

CMOVAE ( R32Type target, R32Type source ) : void

CMOVAE reg32,rmreg32

CMOVB ( R16Type target, R16Type source ) : void

CMOVB reg16,rmreg16

CMOVB ( R16Type target, WordMemory source ) : void

CMOVB reg16,mem16

CMOVB ( R32Type target, DWordMemory source ) : void

CMOVB reg32,mem32

CMOVB ( R32Type target, R32Type source ) : void

CMOVB reg32,rmreg32

CMOVBE ( R16Type target, R16Type source ) : void

CMOVBE reg16,rmreg16

CMOVBE ( R16Type target, WordMemory source ) : void

CMOVBE reg16,mem16

CMOVBE ( R32Type target, DWordMemory source ) : void

CMOVBE reg32,mem32

CMOVBE ( R32Type target, R32Type source ) : void

CMOVBE reg32,rmreg32

CMOVC ( R16Type target, R16Type source ) : void

CMOVC reg16,rmreg16

CMOVC ( R16Type target, WordMemory source ) : void

CMOVC reg16,mem16

CMOVC ( R32Type target, DWordMemory source ) : void

CMOVC reg32,mem32

CMOVC ( R32Type target, R32Type source ) : void

CMOVC reg32,rmreg32

CMOVE ( R16Type target, R16Type source ) : void

CMOVE reg16,rmreg16

CMOVE ( R16Type target, WordMemory source ) : void

CMOVE reg16,mem16

CMOVE ( R32Type target, DWordMemory source ) : void

CMOVE reg32,mem32

CMOVE ( R32Type target, R32Type source ) : void

CMOVE reg32,rmreg32

CMOVG ( R16Type target, R16Type source ) : void

CMOVG reg16,rmreg16

CMOVG ( R16Type target, WordMemory source ) : void

CMOVG reg16,mem16

CMOVG ( R32Type target, DWordMemory source ) : void

CMOVG reg32,mem32

CMOVG ( R32Type target, R32Type source ) : void

CMOVG reg32,rmreg32

CMOVGE ( R16Type target, R16Type source ) : void

CMOVGE reg16,rmreg16

CMOVGE ( R16Type target, WordMemory source ) : void

CMOVGE reg16,mem16

CMOVGE ( R32Type target, DWordMemory source ) : void

CMOVGE reg32,mem32

CMOVGE ( R32Type target, R32Type source ) : void

CMOVGE reg32,rmreg32

CMOVL ( R16Type target, R16Type source ) : void

CMOVL reg16,rmreg16

CMOVL ( R16Type target, WordMemory source ) : void

CMOVL reg16,mem16

CMOVL ( R32Type target, DWordMemory source ) : void

CMOVL reg32,mem32

CMOVL ( R32Type target, R32Type source ) : void

CMOVL reg32,rmreg32

CMOVLE ( R16Type target, R16Type source ) : void

CMOVLE reg16,rmreg16

CMOVLE ( R16Type target, WordMemory source ) : void

CMOVLE reg16,mem16

CMOVLE ( R32Type target, DWordMemory source ) : void

CMOVLE reg32,mem32

CMOVLE ( R32Type target, R32Type source ) : void

CMOVLE reg32,rmreg32

CMOVNA ( R16Type target, R16Type source ) : void

CMOVNA reg16,rmreg16

CMOVNA ( R16Type target, WordMemory source ) : void

CMOVNA reg16,mem16

CMOVNA ( R32Type target, DWordMemory source ) : void

CMOVNA reg32,mem32

CMOVNA ( R32Type target, R32Type source ) : void

CMOVNA reg32,rmreg32

CMOVNAE ( R16Type target, R16Type source ) : void

CMOVNAE reg16,rmreg16

CMOVNAE ( R16Type target, WordMemory source ) : void

CMOVNAE reg16,mem16

CMOVNAE ( R32Type target, DWordMemory source ) : void

CMOVNAE reg32,mem32

CMOVNAE ( R32Type target, R32Type source ) : void

CMOVNAE reg32,rmreg32

CMOVNB ( R16Type target, R16Type source ) : void

CMOVNB reg16,rmreg16

CMOVNB ( R16Type target, WordMemory source ) : void

CMOVNB reg16,mem16

CMOVNB ( R32Type target, DWordMemory source ) : void

CMOVNB reg32,mem32

CMOVNB ( R32Type target, R32Type source ) : void

CMOVNB reg32,rmreg32

CMOVNBE ( R16Type target, R16Type source ) : void

CMOVNBE reg16,rmreg16

CMOVNBE ( R16Type target, WordMemory source ) : void

CMOVNBE reg16,mem16

CMOVNBE ( R32Type target, DWordMemory source ) : void

CMOVNBE reg32,mem32

CMOVNBE ( R32Type target, R32Type source ) : void

CMOVNBE reg32,rmreg32

CMOVNC ( R16Type target, R16Type source ) : void

CMOVNC reg16,rmreg16

CMOVNC ( R16Type target, WordMemory source ) : void

CMOVNC reg16,mem16

CMOVNC ( R32Type target, DWordMemory source ) : void

CMOVNC reg32,mem32

CMOVNC ( R32Type target, R32Type source ) : void

CMOVNC reg32,rmreg32

CMOVNE ( R16Type target, R16Type source ) : void

CMOVNE reg16,rmreg16

CMOVNE ( R16Type target, WordMemory source ) : void

CMOVNE reg16,mem16

CMOVNE ( R32Type target, DWordMemory source ) : void

CMOVNE reg32,mem32

CMOVNE ( R32Type target, R32Type source ) : void

CMOVNE reg32,rmreg32

CMOVNG ( R16Type target, R16Type source ) : void

CMOVNG reg16,rmreg16

CMOVNG ( R16Type target, WordMemory source ) : void

CMOVNG reg16,mem16

CMOVNG ( R32Type target, DWordMemory source ) : void

CMOVNG reg32,mem32

CMOVNG ( R32Type target, R32Type source ) : void

CMOVNG reg32,rmreg32

CMOVNGE ( R16Type target, R16Type source ) : void

CMOVNGE reg16,rmreg16

CMOVNGE ( R16Type target, WordMemory source ) : void

CMOVNGE reg16,mem16

CMOVNGE ( R32Type target, DWordMemory source ) : void

CMOVNGE reg32,mem32

CMOVNGE ( R32Type target, R32Type source ) : void

CMOVNGE reg32,rmreg32

CMOVNL ( R16Type target, R16Type source ) : void

CMOVNL reg16,rmreg16

CMOVNL ( R16Type target, WordMemory source ) : void

CMOVNL reg16,mem16

CMOVNL ( R32Type target, DWordMemory source ) : void

CMOVNL reg32,mem32

CMOVNL ( R32Type target, R32Type source ) : void

CMOVNL reg32,rmreg32

CMOVNLE ( R16Type target, R16Type source ) : void

CMOVNLE reg16,rmreg16

CMOVNLE ( R16Type target, WordMemory source ) : void

CMOVNLE reg16,mem16

CMOVNLE ( R32Type target, DWordMemory source ) : void

CMOVNLE reg32,mem32

CMOVNLE ( R32Type target, R32Type source ) : void

CMOVNLE reg32,rmreg32

CMOVNO ( R16Type target, R16Type source ) : void

CMOVNO reg16,rmreg16

CMOVNO ( R16Type target, WordMemory source ) : void

CMOVNO reg16,mem16

CMOVNO ( R32Type target, DWordMemory source ) : void

CMOVNO reg32,mem32

CMOVNO ( R32Type target, R32Type source ) : void

CMOVNO reg32,rmreg32

CMOVNP ( R16Type target, R16Type source ) : void

CMOVNP reg16,rmreg16

CMOVNP ( R16Type target, WordMemory source ) : void

CMOVNP reg16,mem16

CMOVNP ( R32Type target, DWordMemory source ) : void

CMOVNP reg32,mem32

CMOVNP ( R32Type target, R32Type source ) : void

CMOVNP reg32,rmreg32

CMOVNS ( R16Type target, R16Type source ) : void

CMOVNS reg16,rmreg16

CMOVNS ( R16Type target, WordMemory source ) : void

CMOVNS reg16,mem16

CMOVNS ( R32Type target, DWordMemory source ) : void

CMOVNS reg32,mem32

CMOVNS ( R32Type target, R32Type source ) : void

CMOVNS reg32,rmreg32

CMOVNZ ( R16Type target, R16Type source ) : void

CMOVNZ reg16,rmreg16

CMOVNZ ( R16Type target, WordMemory source ) : void

CMOVNZ reg16,mem16

CMOVNZ ( R32Type target, DWordMemory source ) : void

CMOVNZ reg32,mem32

CMOVNZ ( R32Type target, R32Type source ) : void

CMOVNZ reg32,rmreg32

CMOVO ( R16Type target, R16Type source ) : void

CMOVO reg16,rmreg16

CMOVO ( R16Type target, WordMemory source ) : void

CMOVO reg16,mem16

CMOVO ( R32Type target, DWordMemory source ) : void

CMOVO reg32,mem32

CMOVO ( R32Type target, R32Type source ) : void

CMOVO reg32,rmreg32

CMOVP ( R16Type target, R16Type source ) : void

CMOVP reg16,rmreg16

CMOVP ( R16Type target, WordMemory source ) : void

CMOVP reg16,mem16

CMOVP ( R32Type target, DWordMemory source ) : void

CMOVP reg32,mem32

CMOVP ( R32Type target, R32Type source ) : void

CMOVP reg32,rmreg32

CMOVPE ( R16Type target, R16Type source ) : void

CMOVPE reg16,rmreg16

CMOVPE ( R16Type target, WordMemory source ) : void

CMOVPE reg16,mem16

CMOVPE ( R32Type target, DWordMemory source ) : void

CMOVPE reg32,mem32

CMOVPE ( R32Type target, R32Type source ) : void

CMOVPE reg32,rmreg32

CMOVPO ( R16Type target, R16Type source ) : void

CMOVPO reg16,rmreg16

CMOVPO ( R16Type target, WordMemory source ) : void

CMOVPO reg16,mem16

CMOVPO ( R32Type target, DWordMemory source ) : void

CMOVPO reg32,mem32

CMOVPO ( R32Type target, R32Type source ) : void

CMOVPO reg32,rmreg32

CMOVS ( R16Type target, R16Type source ) : void

CMOVS reg16,rmreg16

CMOVS ( R16Type target, WordMemory source ) : void

CMOVS reg16,mem16

CMOVS ( R32Type target, DWordMemory source ) : void

CMOVS reg32,mem32

CMOVS ( R32Type target, R32Type source ) : void

CMOVS reg32,rmreg32

CMOVZ ( R16Type target, R16Type source ) : void

CMOVZ reg16,rmreg16

CMOVZ ( R16Type target, WordMemory source ) : void

CMOVZ reg16,mem16

CMOVZ ( R32Type target, DWordMemory source ) : void

CMOVZ reg32,mem32

CMOVZ ( R32Type target, R32Type source ) : void

CMOVZ reg32,rmreg32

CMP ( ByteMemory target, Byte source ) : void

CMP mem8,imm8

CMP ( ByteMemory target, R8Type source ) : void

CMP mem8,reg8

CMP ( DWordMemory target, Byte source ) : void

CMP mem32,imm8

CMP ( DWordMemory target, R32Type source ) : void

CMP mem32,reg32

CMP ( DWordMemory target, UInt32 source ) : void

CMP mem32,imm32

CMP ( R16Type target, Byte source ) : void

CMP rmreg16,imm8

CMP ( R16Type target, R16Type source ) : void

CMP rmreg16,reg16

CMP ( R16Type target, UInt16 source ) : void

CMP rmreg16,imm16

CMP ( R16Type target, WordMemory source ) : void

CMP reg16,mem16

CMP ( R32Type target, Byte source ) : void

CMP rmreg32,imm8

CMP ( R32Type target, DWordMemory source ) : void

CMP reg32,mem32

CMP ( R32Type target, R32Type source ) : void

CMP rmreg32,reg32

CMP ( R32Type target, UInt32 source ) : void

CMP rmreg32,imm32

CMP ( R8Type target, Byte source ) : void

CMP rmreg8,imm8

CMP ( R8Type target, ByteMemory source ) : void

CMP reg8,mem8

CMP ( R8Type target, R8Type source ) : void

CMP rmreg8,reg8

CMP ( WordMemory target, Byte source ) : void

CMP mem16,imm8

CMP ( WordMemory target, R16Type source ) : void

CMP mem16,reg16

CMP ( WordMemory target, UInt16 source ) : void

CMP mem16,imm16

CMPSB ( ) : void

CMPSB

CMPSD ( ) : void

CMPSD

CMPSW ( ) : void

CMPSW

CMPXCHG ( ByteMemory target, R8Type source ) : void

CMPXCHG mem8,reg8

CMPXCHG ( DWordMemory target, R32Type source ) : void

CMPXCHG mem32,reg32

CMPXCHG ( R16Type target, R16Type source ) : void

CMPXCHG rmreg16,reg16

CMPXCHG ( R32Type target, R32Type source ) : void

CMPXCHG rmreg32,reg32

CMPXCHG ( R8Type target, R8Type source ) : void

CMPXCHG rmreg8,reg8

CMPXCHG ( WordMemory target, R16Type source ) : void

CMPXCHG mem16,reg16

CMPXCHG8B ( Memory target ) : void

CMPXCHG8B mem

COMMENT ( string value ) : void

LABELs the specified label.

CPUID ( ) : void

CPUID

CWD ( ) : void

CWD

CWDE ( ) : void

CWDE

DAA ( ) : void

DAA

DAS ( ) : void

DAS

DATA ( UInt16 value ) : void

DATAs the specified value.

DATA ( UInt32 value ) : void

DATAs the specified value.

DATA ( byte value ) : void

DATAs the specified value.

DATA ( string value ) : void

Adds an UTF7 string for storage.

DATA ( string name, UInt16 value ) : void

DATAs the specified name.

DATA ( string name, UInt32 value ) : void

DATAs the specified name.

DATA ( string name, byte value ) : void

DATAs the specified name.

DATA ( string name, string values ) : void

DATAs the specified name.

DEC ( ByteMemory target ) : void

DEC mem8

DEC ( DWordMemory target ) : void

DEC mem32

DEC ( R16Type target ) : void

DEC reg16

DEC ( R32Type target ) : void

DEC reg32

DEC ( R8Type target ) : void

DEC rmreg8

DEC ( WordMemory target ) : void

DEC mem16

DIV ( ByteMemory target ) : void

DIV mem8

DIV ( DWordMemory target ) : void

DIV mem32

DIV ( R16Type target ) : void

DIV rmreg16

DIV ( R32Type target ) : void

DIV rmreg32

DIV ( R8Type target ) : void

DIV rmreg8

DIV ( WordMemory target ) : void

DIV mem16

EMMS ( ) : void

EMMS

ENTER ( UInt16 target, Byte source ) : void

ENTER imm16,imm8

Encode ( Engine engine, string target ) : bool

Encodes the specified engine.

Encode ( MemoryStream memoryStream ) : bool

Encodes the specified memory stream.

F2XM1 ( ) : void

F2XM1

FABS ( ) : void

FABS

FADD ( DWordMemory target ) : void

FADD mem32

FADD ( FPType target ) : void

FADD fpureg

FADD ( QWordMemory target ) : void

FADD mem64

FADDP ( FPType target ) : void

FADDP fpureg

FADDP__ST0 ( FPType target ) : void

FADDP fpureg,ST0

FADD_ST0 ( FPType source ) : void

FADD ST0,fpureg

FADD__ST0 ( FPType target ) : void

FADD fpureg,ST0

FBLD ( TWordMemory target ) : void

FBLD mem80

FBSTP ( TWordMemory target ) : void

FBSTP mem80

FCHS ( ) : void

FCHS

FCLEX ( ) : void

FCLEX

FCMOVB ( FPType target ) : void

FCMOVB fpureg

FCMOVBE ( FPType target ) : void

FCMOVBE fpureg

FCMOVBE_ST0 ( FPType source ) : void

FCMOVBE ST0,fpureg

FCMOVB_ST0 ( FPType source ) : void

FCMOVB ST0,fpureg

FCMOVE ( FPType target ) : void

FCMOVE fpureg

FCMOVE_ST0 ( FPType source ) : void

FCMOVE ST0,fpureg

FCMOVNB ( FPType target ) : void

FCMOVNB fpureg

FCMOVNBE ( FPType target ) : void

FCMOVNBE fpureg

FCMOVNBE_ST0 ( FPType source ) : void

FCMOVNBE ST0,fpureg

FCMOVNB_ST0 ( FPType source ) : void

FCMOVNB ST0,fpureg

FCMOVNE ( FPType target ) : void

FCMOVNE fpureg

FCMOVNE_ST0 ( FPType source ) : void

FCMOVNE ST0,fpureg

FCMOVNU ( FPType target ) : void

FCMOVNU fpureg

FCMOVNU_ST0 ( FPType source ) : void

FCMOVNU ST0,fpureg

FCMOVU ( FPType target ) : void

FCMOVU fpureg

FCMOVU_ST0 ( FPType source ) : void

FCMOVU ST0,fpureg

FCOM ( DWordMemory target ) : void

FCOM mem32

FCOM ( FPType target ) : void

FCOM fpureg

FCOM ( QWordMemory target ) : void

FCOM mem64

FCOMI ( FPType target ) : void

FCOMI fpureg

FCOMIP ( FPType target ) : void

FCOMIP fpureg

FCOMIP_ST0 ( FPType source ) : void

FCOMIP ST0,fpureg

FCOMI_ST0 ( FPType source ) : void

FCOMI ST0,fpureg

FCOMP ( DWordMemory target ) : void

FCOMP mem32

FCOMP ( FPType target ) : void

FCOMP fpureg

FCOMP ( QWordMemory target ) : void

FCOMP mem64

FCOMPP ( ) : void

FCOMPP

FCOMP_ST0 ( FPType source ) : void

FCOMP ST0,fpureg

FCOM_ST0 ( FPType source ) : void

FCOM ST0,fpureg

FCOS ( ) : void

FCOS

FDECSTP ( ) : void

FDECSTP

FDISI ( ) : void

FDISI

FDIV ( DWordMemory target ) : void

FDIV mem32

FDIV ( FPType target ) : void

FDIV fpureg

FDIV ( QWordMemory target ) : void

FDIV mem64

FDIVP ( FPType target ) : void

FDIVP fpureg

FDIVP__ST0 ( FPType target ) : void

FDIVP fpureg,ST0

FDIVR ( DWordMemory target ) : void

FDIVR mem32

FDIVR ( FPType target ) : void

FDIVR fpureg

FDIVR ( QWordMemory target ) : void

FDIVR mem64

FDIVRP ( FPType target ) : void

FDIVRP fpureg

FDIVRP__ST0 ( FPType target ) : void

FDIVRP fpureg,ST0

FDIVR_ST0 ( FPType source ) : void

FDIVR ST0,fpureg

FDIVR__ST0 ( FPType target ) : void

FDIVR fpureg,ST0

FDIV_ST0 ( FPType source ) : void

FDIV ST0,fpureg

FDIV__ST0 ( FPType target ) : void

FDIV fpureg,ST0

FENI ( ) : void

FENI

FFREE ( FPType target ) : void

FFREE fpureg

FFREEP ( FPType target ) : void

FFREEP fpureg

FIADD ( DWordMemory target ) : void

FIADD mem32

FIADD ( WordMemory target ) : void

FIADD mem16

FICOM ( DWordMemory target ) : void

FICOM mem32

FICOM ( WordMemory target ) : void

FICOM mem16

FICOMP ( DWordMemory target ) : void

FICOMP mem32

FICOMP ( WordMemory target ) : void

FICOMP mem16

FIDIV ( DWordMemory target ) : void

FIDIV mem32

FIDIV ( WordMemory target ) : void

FIDIV mem16

FIDIVR ( DWordMemory target ) : void

FIDIVR mem32

FIDIVR ( WordMemory target ) : void

FIDIVR mem16

FILD ( DWordMemory target ) : void

FILD mem32

FILD ( QWordMemory target ) : void

FILD mem64

FILD ( WordMemory target ) : void

FILD mem16

FIMUL ( DWordMemory target ) : void

FIMUL mem32

FIMUL ( WordMemory target ) : void

FIMUL mem16

FINCSTP ( ) : void

FINCSTP

FINIT ( ) : void

FINIT

FIST ( DWordMemory target ) : void

FIST mem32

FIST ( WordMemory target ) : void

FIST mem16

FISTP ( DWordMemory target ) : void

FISTP mem32

FISTP ( QWordMemory target ) : void

FISTP mem64

FISTP ( WordMemory target ) : void

FISTP mem16

FISUB ( DWordMemory target ) : void

FISUB mem32

FISUB ( WordMemory target ) : void

FISUB mem16

FISUBR ( DWordMemory target ) : void

FISUBR mem32

FISUBR ( WordMemory target ) : void

FISUBR mem16

FLD ( DWordMemory target ) : void

FLD mem32

FLD ( FPType target ) : void

FLD fpureg

FLD ( QWordMemory target ) : void

FLD mem64

FLD ( TWordMemory target ) : void

FLD mem80

FLD1 ( ) : void

FLD1

FLDCW ( WordMemory target ) : void

FLDCW mem16

FLDENV ( Memory target ) : void

FLDENV mem

FLDL2E ( ) : void

FLDL2E

FLDL2T ( ) : void

FLDL2T

FLDLG2 ( ) : void

FLDLG2

FLDLN2 ( ) : void

FLDLN2

FLDPI ( ) : void

FLDPI

FLDZ ( ) : void

FLDZ

FMUL ( DWordMemory target ) : void

FMUL mem32

FMUL ( FPType target ) : void

FMUL fpureg

FMUL ( QWordMemory target ) : void

FMUL mem64

FMULP ( FPType target ) : void

FMULP fpureg

FMULP__ST0 ( FPType target ) : void

FMULP fpureg,ST0

FMUL_ST0 ( FPType source ) : void

FMUL ST0,fpureg

FMUL__ST0 ( FPType target ) : void

FMUL fpureg,ST0

FNCLEX ( ) : void

FNCLEX

FNDISI ( ) : void

FNDISI

FNENI ( ) : void

FNENI

FNINIT ( ) : void

FNINIT

FNOP ( ) : void

FNOP

FNSAVE ( Memory target ) : void

FNSAVE mem

FNSTCW ( WordMemory target ) : void

FNSTCW mem16

FNSTENV ( Memory target ) : void

FNSTENV mem

FNSTSW ( WordMemory target ) : void

FNSTSW mem16

FNSTSW_AX ( ) : void

FNSTSW AX

FPATAN ( ) : void

FPATAN

FPREM ( ) : void

FPREM

FPREM1 ( ) : void

FPREM1

FPTAN ( ) : void

FPTAN

FRNDINT ( ) : void

FRNDINT

FRSTOR ( Memory target ) : void

FRSTOR mem

FSAVE ( Memory target ) : void

FSAVE mem

FSCALE ( ) : void

FSCALE

FSETPM ( ) : void

FSETPM

FSIN ( ) : void

FSIN

FSINCOS ( ) : void

FSINCOS

FSQRT ( ) : void

FSQRT

FST ( DWordMemory target ) : void

FST mem32

FST ( FPType target ) : void

FST fpureg

FST ( QWordMemory target ) : void

FST mem64

FSTCW ( WordMemory target ) : void

FSTCW mem16

FSTENV ( Memory target ) : void

FSTENV mem

FSTP ( DWordMemory target ) : void

FSTP mem32

FSTP ( FPType target ) : void

FSTP fpureg

FSTP ( QWordMemory target ) : void

FSTP mem64

FSTP ( TWordMemory target ) : void

FSTP mem80

FSTSW ( WordMemory target ) : void

FSTSW mem16

FSTSW_AX ( ) : void

FSTSW AX

FSUB ( DWordMemory target ) : void

FSUB mem32

FSUB ( FPType target ) : void

FSUB fpureg

FSUB ( QWordMemory target ) : void

FSUB mem64

FSUBP ( FPType target ) : void

FSUBP fpureg

FSUBP__ST0 ( FPType target ) : void

FSUBP fpureg,ST0

FSUBR ( DWordMemory target ) : void

FSUBR mem32

FSUBR ( FPType target ) : void

FSUBR fpureg

FSUBR ( QWordMemory target ) : void

FSUBR mem64

FSUBRP ( FPType target ) : void

FSUBRP fpureg

FSUBRP__ST0 ( FPType target ) : void

FSUBRP fpureg,ST0

FSUBR_ST0 ( FPType source ) : void

FSUBR ST0,fpureg

FSUBR__ST0 ( FPType target ) : void

FSUBR fpureg,ST0

FSUB_ST0 ( FPType source ) : void

FSUB ST0,fpureg

FSUB__ST0 ( FPType target ) : void

FSUB fpureg,ST0

FTST ( ) : void

FTST

FUCOM ( FPType target ) : void

FUCOM fpureg

FUCOMI ( FPType target ) : void

FUCOMI fpureg

FUCOMIP ( FPType target ) : void

FUCOMIP fpureg

FUCOMIP_ST0 ( FPType source ) : void

FUCOMIP ST0,fpureg

FUCOMI_ST0 ( FPType source ) : void

FUCOMI ST0,fpureg

FUCOMP ( FPType target ) : void

FUCOMP fpureg

FUCOMPP ( ) : void

FUCOMPP

FUCOMP_ST0 ( FPType source ) : void

FUCOMP ST0,fpureg

FUCOM_ST0 ( FPType source ) : void

FUCOM ST0,fpureg

FWAIT ( ) : void

FWAIT

FXAM ( ) : void

FXAM

FXCH ( ) : void

FXCH

FXCH ( FPType target ) : void

FXCH fpureg

FXCH_ST0 ( FPType source ) : void

FXCH ST0,fpureg

FXCH__ST0 ( FPType target ) : void

FXCH fpureg,ST0

FXRSTOR ( Memory target ) : void

FXRSTOR memory

FXSAVE ( Memory target ) : void

FXSAVE memory

FXTRACT ( ) : void

FXTRACT

FYL2X ( ) : void

FYL2X

FYL2XP1 ( ) : void

FYL2XP1

GetByteMemory ( object value ) : ByteMemory

Gets the byte memory.

GetDWordMemory ( object value ) : DWordMemory

Gets the D word memory.

GetITableLabel ( string value ) : string

Gets the I table label.

GetITableStubLabel ( Class _class, int key ) : string

Gets the I table stub label.

GetITableStubPartLabel ( Class _class, int key, int fromMethod, int toMethod ) : string

Gets the I table stub part label.

GetMemory ( object value ) : Memory

Gets the memory.

GetQWordMemory ( object value ) : QWordMemory

Gets the Q word memory.

GetRegisterSizeType ( string value ) : InternalType

Gets the type of the register size.

GetTWordMemory ( object value ) : TWordMemory

Gets the T word memory.

GetTypeInfoLabel ( string value ) : string

Gets the type info label.

GetVTableLabel ( string value ) : string

Gets the V table label.

GetWordMemory ( object value ) : WordMemory

Gets the word memory.

HLT ( ) : void

HLT

ICEBP ( ) : void

ICEBP

IDIV ( ByteMemory target ) : void

IDIV mem8

IDIV ( DWordMemory target ) : void

IDIV mem32

IDIV ( R16Type target ) : void

IDIV rmreg16

IDIV ( R32Type target ) : void

IDIV rmreg32

IDIV ( R8Type target ) : void

IDIV rmreg8

IDIV ( WordMemory target ) : void

IDIV mem16

IMUL ( ByteMemory target ) : void

IMUL mem8

IMUL ( DWordMemory target ) : void

IMUL mem32

IMUL ( R16Type target ) : void

IMUL rmreg16

IMUL ( R16Type target, Byte source ) : void

IMUL reg16,imm8

IMUL ( R16Type target, R16Type source ) : void

IMUL reg16,rmreg16

IMUL ( R16Type target, R16Type source, Byte value ) : void

IMUL reg16,rmreg16,imm8

IMUL ( R16Type target, R16Type source, UInt16 value ) : void

IMUL reg16,rmreg16,imm16

IMUL ( R16Type target, UInt16 source ) : void

IMUL reg16,imm16

IMUL ( R16Type target, WordMemory source ) : void

IMUL reg16,mem16

IMUL ( R16Type target, WordMemory source, Byte value ) : void

IMUL reg16,mem16,imm8

IMUL ( R16Type target, WordMemory source, UInt16 value ) : void

IMUL reg16,mem16,imm16

IMUL ( R32Type target ) : void

IMUL rmreg32

IMUL ( R32Type target, Byte source ) : void

IMUL reg32,imm8

IMUL ( R32Type target, DWordMemory source ) : void

IMUL reg32,mem32

IMUL ( R32Type target, DWordMemory source, Byte value ) : void

IMUL reg32,mem32,imm8

IMUL ( R32Type target, DWordMemory source, UInt32 value ) : void

IMUL reg32,mem32,imm32

IMUL ( R32Type target, R32Type source ) : void

IMUL reg32,rmreg32

IMUL ( R32Type target, R32Type source, Byte value ) : void

IMUL reg32,rmreg32,imm8

IMUL ( R32Type target, R32Type source, UInt32 value ) : void

IMUL reg32,rmreg32,imm32

IMUL ( R32Type target, UInt32 source ) : void

IMUL reg32,imm32

IMUL ( R8Type target ) : void

IMUL rmreg8

IMUL ( WordMemory target ) : void

IMUL mem16

INC ( ByteMemory target ) : void

INC mem8

INC ( DWordMemory target ) : void

INC mem32

INC ( R16Type target ) : void

INC reg16

INC ( R32Type target ) : void

INC reg32

INC ( R8Type target ) : void

INC rmreg8

INC ( WordMemory target ) : void

INC mem16

INSB ( ) : void

INSB

INSD ( ) : void

INSD

INSW ( ) : void

INSW

INT ( Byte target ) : void

INT imm8

INTO ( ) : void

INTO

INVD ( ) : void

INVD

INVLPG ( Memory target ) : void

INVLPG mem

IN_AL ( Byte source ) : void

IN AL,imm8

IN_AL__DX ( ) : void

IN AL,DX

IN_AX ( Byte source ) : void

IN AX,imm8

IN_AX__DX ( ) : void

IN AX,DX

IN_EAX ( Byte source ) : void

IN EAX,imm8

IN_EAX__DX ( ) : void

IN EAX,DX

IRET ( ) : void

IRET

IRETD ( ) : void

IRETD

IRETW ( ) : void

IRETW

IgnoreTypeContent ( string value ) : bool

Ignores the content of the type.

IsInstruction ( string value ) : bool

Determines whether the specified value is instruction.

IsMemoryAddress ( string value ) : bool

Determines whether the specified value is a memory address.

IsRegister ( string value ) : bool

Determines whether the specified value is register.

JA ( Byte target ) : void

JA imm8

JA ( UInt32 target ) : void

JA NEAR imm

JA ( string label ) : void

JA NEAR imm

JAE ( Byte target ) : void

JAE imm8

JAE ( UInt32 target ) : void

JAE NEAR imm

JAE ( string label ) : void

JAE NEAR imm

JB ( Byte target ) : void

JB imm8

JB ( UInt32 target ) : void

JB NEAR imm

JB ( string label ) : void

JB NEAR imm

JBE ( Byte target ) : void

JBE imm8

JBE ( UInt32 target ) : void

JBE NEAR imm

JBE ( string label ) : void

JBE NEAR imm

JC ( Byte target ) : void

JC imm8

JC ( UInt32 target ) : void

JC NEAR imm

JC ( string label ) : void

JC NEAR imm

JCXZ ( Byte target ) : void

JCXZ imm8

JE ( Byte target ) : void

JE imm8

JE ( UInt32 target ) : void

JE NEAR imm

JE ( string label ) : void

JE NEAR imm

JECXZ ( Byte target ) : void

JECXZ imm8

JG ( Byte target ) : void

JG imm8

JG ( UInt32 target ) : void

JG NEAR imm

JG ( string label ) : void

JG NEAR imm

JGE ( Byte target ) : void

JGE imm8

JGE ( UInt32 target ) : void

JGE NEAR imm

JGE ( string label ) : void

JGE NEAR imm

JL ( Byte target ) : void

JL imm8

JL ( UInt32 target ) : void

JL NEAR imm

JL ( string label ) : void

JL NEAR imm

JLE ( Byte target ) : void

JLE imm8

JLE ( UInt32 target ) : void

JLE NEAR imm

JLE ( string label ) : void

JLE NEAR imm

JMP ( Byte target ) : void

JMP imm8

JMP ( DWordMemory target ) : void

JMP mem32

JMP ( R16Type target ) : void

JMP rmreg16

JMP ( R32Type target ) : void

JMP rmreg32

JMP ( UInt16 target, UInt16 source ) : void

JMP imm16:imm16

JMP ( UInt16 target, UInt32 source ) : void

JMP imm16:imm32

JMP ( UInt32 target ) : void

JMP imm

JMP ( WordMemory target ) : void

JMP mem16

JMP ( string label ) : void

JMP imm

JMP ( ushort target, string label ) : void

JMP imm16:imm32

JMP_FAR ( DWordMemory target ) : void

JMP FAR mem32

JMP_FAR ( Memory target ) : void

JMP FAR mem

JNA ( Byte target ) : void

JNA imm8

JNA ( UInt32 target ) : void

JNA NEAR imm

JNA ( string label ) : void

JNA NEAR imm

JNAE ( Byte target ) : void

JNAE imm8

JNAE ( UInt32 target ) : void

JNAE NEAR imm

JNAE ( string label ) : void

JNAE NEAR imm

JNB ( Byte target ) : void

JNB imm8

JNB ( UInt32 target ) : void

JNB NEAR imm

JNB ( string label ) : void

JNB NEAR imm

JNBE ( Byte target ) : void

JNBE imm8

JNBE ( UInt32 target ) : void

JNBE NEAR imm

JNBE ( string label ) : void

JNBE NEAR imm

JNC ( Byte target ) : void

JNC imm8

JNC ( UInt32 target ) : void

JNC NEAR imm

JNC ( string label ) : void

JNC NEAR imm

JNE ( Byte target ) : void

JNE imm8

JNE ( UInt32 target ) : void

JNE NEAR imm

JNE ( string label ) : void

JNE NEAR imm

JNG ( Byte target ) : void

JNG imm8

JNG ( UInt32 target ) : void

JNG NEAR imm

JNG ( string label ) : void

JNG NEAR imm

JNGE ( Byte target ) : void

JNGE imm8

JNGE ( UInt32 target ) : void

JNGE NEAR imm

JNGE ( string label ) : void

JNGE NEAR imm

JNL ( Byte target ) : void

JNL imm8

JNL ( UInt32 target ) : void

JNL NEAR imm

JNL ( string label ) : void

JNL NEAR imm

JNLE ( Byte target ) : void

JNLE imm8

JNLE ( UInt32 target ) : void

JNLE NEAR imm

JNLE ( string label ) : void

JNLE NEAR imm

JNO ( Byte target ) : void

JNO imm8

JNO ( UInt32 target ) : void

JNO NEAR imm

JNO ( string label ) : void

JNO NEAR imm

JNP ( Byte target ) : void

JNP imm8

JNP ( UInt32 target ) : void

JNP NEAR imm

JNP ( string label ) : void

JNP NEAR imm

JNS ( Byte target ) : void

JNS imm8

JNS ( UInt32 target ) : void

JNS NEAR imm

JNS ( string label ) : void

JNS NEAR imm

JNZ ( Byte target ) : void

JNZ imm8

JNZ ( UInt32 target ) : void

JNZ NEAR imm

JNZ ( string label ) : void

JNZ NEAR imm

JO ( Byte target ) : void

JO imm8

JO ( UInt32 target ) : void

JO NEAR imm

JO ( string label ) : void

JO NEAR imm

JP ( Byte target ) : void

JP imm8

JP ( UInt32 target ) : void

JP NEAR imm

JP ( string label ) : void

JP NEAR imm

JPE ( Byte target ) : void

JPE imm8

JPE ( UInt32 target ) : void

JPE NEAR imm

JPE ( string label ) : void

JPE NEAR imm

JPO ( Byte target ) : void

JPO imm8

JPO ( UInt32 target ) : void

JPO NEAR imm

JPO ( string label ) : void

JPO NEAR imm

JS ( Byte target ) : void

JS imm8

JS ( UInt32 target ) : void

JS NEAR imm

JS ( string label ) : void

JS NEAR imm

JZ ( Byte target ) : void

JZ imm8

JZ ( UInt32 target ) : void

JZ NEAR imm

JZ ( string label ) : void

JZ NEAR imm

LABEL ( string label ) : void

LABELs the specified label.

LAHF ( ) : void

LAHF

LAR ( R16Type target, R16Type source ) : void

LAR reg16,rmreg16

LAR ( R16Type target, WordMemory source ) : void

LAR reg16,mem16

LAR ( R32Type target, DWordMemory source ) : void

LAR reg32,mem32

LAR ( R32Type target, R32Type source ) : void

LAR reg32,rmreg32

LDS ( R16Type target, Memory source ) : void

LDS reg16,mem

LDS ( R32Type target, Memory source ) : void

LDS reg32,mem

LEA ( R16Type target, Memory source ) : void

LEA reg16,mem

LEA ( R32Type target, Memory source ) : void

LEA reg32,mem

LEAVE ( ) : void

LEAVE

LES ( R16Type target, Memory source ) : void

LES reg16,mem

LES ( R32Type target, Memory source ) : void

LES reg32,mem

LFENCE ( ) : void

LFENCE

LFS ( R16Type target, Memory source ) : void

LFS reg16,mem

LFS ( R32Type target, Memory source ) : void

LFS reg32,mem

LGDT ( Memory target ) : void

LGDT mem

LGS ( R16Type target, Memory source ) : void

LGS reg16,mem

LGS ( R32Type target, Memory source ) : void

LGS reg32,mem

LIDT ( Memory target ) : void

LIDT mem

LLDT ( R16Type target ) : void

LLDT rmreg16

LLDT ( WordMemory target ) : void

LLDT mem16

LMSW ( R16Type target ) : void

LMSW rmreg16

LMSW ( WordMemory target ) : void

LMSW mem16

LOCK ( ) : void

LOCK

LODSB ( ) : void

LODSB

LODSD ( ) : void

LODSD

LODSW ( ) : void

LODSW

LOOP ( Byte target ) : void

LOOP imm8

LOOPE ( Byte target ) : void

LOOPE imm8

LOOPNE ( Byte target ) : void

LOOPNE imm8

LOOPNZ ( Byte target ) : void

LOOPNZ imm8

LOOPZ ( Byte target ) : void

LOOPZ imm8

LSL ( R16Type target, R16Type source ) : void

LSL reg16,rmreg16

LSL ( R16Type target, WordMemory source ) : void

LSL reg16,mem16

LSL ( R32Type target, DWordMemory source ) : void

LSL reg32,mem32

LSL ( R32Type target, R32Type source ) : void

LSL reg32,rmreg32

LSS ( R16Type target, Memory source ) : void

LSS reg16,mem

LSS ( R32Type target, Memory source ) : void

LSS reg32,mem

LTR ( R16Type target ) : void

LTR rmreg16

LTR ( WordMemory target ) : void

LTR mem16

MFENCE ( ) : void

MFENCE

MOV ( ByteMemory target, Byte source ) : void

MOV mem8,imm8

MOV ( ByteMemory target, R8Type source ) : void

MOV mem8,reg8

MOV ( CRType target, R32Type source ) : void

MOV CR0/2/3/4,reg32

MOV ( DRType target, R32Type source ) : void

MOV DR0/1/2/3/6/7,reg32

MOV ( DWordMemory target, R32Type source ) : void

MOV mem32,reg32

MOV ( DWordMemory target, SegType source ) : void

MOV mem32,segreg

MOV ( DWordMemory target, UInt32 source ) : void

MOV mem32,imm32

MOV ( R16Type target, R16Type source ) : void

MOV rmreg16,reg16

MOV ( R16Type target, SegType source ) : void

MOV rmreg16,segreg

MOV ( R16Type target, UInt16 source ) : void

MOV reg16,imm16

MOV ( R16Type target, WordMemory source ) : void

MOV reg16,mem16

MOV ( R16Type target, string label ) : void

MOVs the specified target.

MOV ( R32Type target, CRType source ) : void

MOV reg32,CR0/2/3/4

MOV ( R32Type target, DRType source ) : void

MOV reg32,DR0/1/2/3/6/7

MOV ( R32Type target, DWordMemory source ) : void

MOV reg32,mem32

MOV ( R32Type target, R32Type source ) : void

MOV rmreg32,reg32

MOV ( R32Type target, SegType source ) : void

MOV rmreg32,segreg

MOV ( R32Type target, TRType source ) : void

MOV reg32,TR3/4/5/6/7

MOV ( R32Type target, UInt32 source ) : void

MOV reg32,imm32

MOV ( R32Type target, string label ) : void

MOVs the specified target.

MOV ( R8Type target, Byte source ) : void

MOV reg8,imm8

MOV ( R8Type target, ByteMemory source ) : void

MOV reg8,mem8

MOV ( R8Type target, R8Type source ) : void

MOV rmreg8,reg8

MOV ( SegType target, DWordMemory source ) : void

MOV segreg,mem32

MOV ( SegType target, R16Type source ) : void

MOV segreg,rmreg16

MOV ( SegType target, R32Type source ) : void

MOV segreg,rmreg32

MOV ( SegType target, WordMemory source ) : void

MOV segreg,mem16

MOV ( TRType target, R32Type source ) : void

MOV TR3/4/5/6/7,reg32

MOV ( WordMemory target, R16Type source ) : void

MOV mem16,reg16

MOV ( WordMemory target, SegType source ) : void

MOV mem16,segreg

MOV ( WordMemory target, UInt16 source ) : void

MOV mem16,imm16

MOVSB ( ) : void

MOVSB

MOVSD ( ) : void

MOVSD

MOVSW ( ) : void

MOVSW

MOVSX ( R16Type target, ByteMemory source ) : void

MOVSX reg16,mem8

MOVSX ( R16Type target, R8Type source ) : void

MOVSX reg16,rmreg8

MOVSX ( R32Type target, ByteMemory source ) : void

MOVSX reg32,mem8

MOVSX ( R32Type target, R16Type source ) : void

MOVSX reg32,rmreg16

MOVSX ( R32Type target, R8Type source ) : void

MOVSX reg32,rmreg8

MOVSX ( R32Type target, WordMemory source ) : void

MOVSX reg32,mem16

MOVZX ( R16Type target, ByteMemory source ) : void

MOVZX reg16,mem8

MOVZX ( R16Type target, R8Type source ) : void

MOVZX reg16,rmreg8

MOVZX ( R32Type target, ByteMemory source ) : void

MOVZX reg32,mem8

MOVZX ( R32Type target, R16Type source ) : void

MOVZX reg32,rmreg16

MOVZX ( R32Type target, R8Type source ) : void

MOVZX reg32,rmreg8

MOVZX ( R32Type target, WordMemory source ) : void

MOVZX reg32,mem16

MOV_AL ( byte source ) : void

MOV AL,memoffs8

MOV_AX ( UInt16 source ) : void

MOV AX,memoffs16

MOV_EAX ( UInt32 source ) : void

MOV EAX,memoffs32

MOV__AL ( byte target ) : void

MOV memoffs8,AL

MOV__AX ( UInt16 target ) : void

MOV memoffs16,AX

MOV__EAX ( UInt32 target ) : void

MOV memoffs32,EAX

MUL ( ByteMemory target ) : void

MUL mem8

MUL ( DWordMemory target ) : void

MUL mem32

MUL ( R16Type target ) : void

MUL rmreg16

MUL ( R32Type target ) : void

MUL rmreg32

MUL ( R8Type target ) : void

MUL rmreg8

MUL ( WordMemory target ) : void

MUL mem16

NEG ( ByteMemory target ) : void

NEG mem8

NEG ( DWordMemory target ) : void

NEG mem32

NEG ( R16Type target ) : void

NEG rmreg16

NEG ( R32Type target ) : void

NEG rmreg32

NEG ( R8Type target ) : void

NEG rmreg8

NEG ( WordMemory target ) : void

NEG mem16

NOP ( ) : void

NOP

NOT ( ByteMemory target ) : void

NOT mem8

NOT ( DWordMemory target ) : void

NOT mem32

NOT ( R16Type target ) : void

NOT rmreg16

NOT ( R32Type target ) : void

NOT rmreg32

NOT ( R8Type target ) : void

NOT rmreg8

NOT ( WordMemory target ) : void

NOT mem16

OFFSET ( UInt32 value ) : void

OFFSETs the specified value.

OR ( ByteMemory target, Byte source ) : void

OR mem8,imm8

OR ( ByteMemory target, R8Type source ) : void

OR mem8,reg8

OR ( DWordMemory target, Byte source ) : void

OR mem32,imm8

OR ( DWordMemory target, R32Type source ) : void

OR mem32,reg32

OR ( DWordMemory target, UInt32 source ) : void

OR mem32,imm32

OR ( R16Type target, Byte source ) : void

OR rmreg16,imm8

OR ( R16Type target, R16Type source ) : void

OR rmreg16,reg16

OR ( R16Type target, UInt16 source ) : void

OR rmreg16,imm16

OR ( R16Type target, WordMemory source ) : void

OR reg16,mem16

OR ( R32Type target, Byte source ) : void

OR rmreg32,imm8

OR ( R32Type target, DWordMemory source ) : void

OR reg32,mem32

OR ( R32Type target, R32Type source ) : void

OR rmreg32,reg32

OR ( R32Type target, UInt32 source ) : void

OR rmreg32,imm32

OR ( R8Type target, Byte source ) : void

OR rmreg8,imm8

OR ( R8Type target, ByteMemory source ) : void

OR reg8,mem8

OR ( R8Type target, R8Type source ) : void

OR rmreg8,reg8

OR ( WordMemory target, Byte source ) : void

OR mem16,imm8

OR ( WordMemory target, R16Type source ) : void

OR mem16,reg16

OR ( WordMemory target, UInt16 source ) : void

OR mem16,imm16

ORG ( UInt32 value ) : void

ORGs the specified value.

OUTSB ( ) : void

OUTSB

OUTSD ( ) : void

OUTSD

OUTSW ( ) : void

OUTSW

OUT_DX__AL ( ) : void

OUT DX,AL

OUT_DX__AX ( ) : void

OUT DX,AX

OUT_DX__EAX ( ) : void

OUT DX,EAX

OUT__AL ( Byte target ) : void

OUT imm8,AL

OUT__AX ( Byte target ) : void

OUT imm8,AX

OUT__EAX ( Byte target ) : void

OUT imm8,EAX

PAUSE ( ) : void

PAUSE

POP ( DWordMemory target ) : void

POP mem32

POP ( R16Type target ) : void

POP reg16

POP ( R32Type target ) : void

POP reg32

POP ( SegType target ) : void

POP segreg

POP ( WordMemory target ) : void

POP mem16

POPA ( ) : void

POPA

POPAD ( ) : void

POPAD

POPAW ( ) : void

POPAW

POPF ( ) : void

POPF

POPFD ( ) : void

POPFD

POPFW ( ) : void

POPFW

PREFETCHNTA ( Memory target ) : void

PREFETCHNTA m8

PREFETCHT0 ( Memory target ) : void

PREFETCHT0 m8

PREFETCHT1 ( Memory target ) : void

PREFETCHT1 m8

PREFETCHT2 ( Memory target ) : void

PREFETCHT2 m8

PUSH ( Byte target ) : void

PUSH imm8

PUSH ( DWordMemory target ) : void

PUSH mem32

PUSH ( R16Type target ) : void

PUSH reg16

PUSH ( R32Type target ) : void

PUSH reg32

PUSH ( SegType target ) : void

PUSH segreg

PUSH ( UInt16 target ) : void

PUSH imm16

PUSH ( UInt32 target ) : void

PUSH imm32

PUSH ( WordMemory target ) : void

PUSH mem16

PUSHA ( ) : void

PUSHA

PUSHAD ( ) : void

PUSHAD

PUSHAW ( ) : void

PUSHAW

PUSHF ( ) : void

PUSHF

PUSHFD ( ) : void

PUSHFD

PUSHFW ( ) : void

PUSHFW

RCL ( ByteMemory target, Byte source ) : void

RCL mem8,imm8

RCL ( DWordMemory target, Byte source ) : void

RCL mem32,imm8

RCL ( R16Type target, Byte source ) : void

RCL rmreg16,imm8

RCL ( R32Type target, Byte source ) : void

RCL rmreg32,imm8

RCL ( R8Type target, Byte source ) : void

RCL rmreg8,imm8

RCL ( WordMemory target, Byte source ) : void

RCL mem16,imm8

RCL__CL ( ByteMemory target ) : void

RCL mem8,CL

RCL__CL ( DWordMemory target ) : void

RCL mem32,CL

RCL__CL ( R16Type target ) : void

RCL rmreg16,CL

RCL__CL ( R32Type target ) : void

RCL rmreg32,CL

RCL__CL ( R8Type target ) : void

RCL rmreg8,CL

RCL__CL ( WordMemory target ) : void

RCL mem16,CL

RCR ( ByteMemory target, Byte source ) : void

RCR mem8,imm8

RCR ( DWordMemory target, Byte source ) : void

RCR mem32,imm8

RCR ( R16Type target, Byte source ) : void

RCR rmreg16,imm8

RCR ( R32Type target, Byte source ) : void

RCR rmreg32,imm8

RCR ( R8Type target, Byte source ) : void

RCR rmreg8,imm8

RCR ( WordMemory target, Byte source ) : void

RCR mem16,imm8

RCR__CL ( ByteMemory target ) : void

RCR mem8,CL

RCR__CL ( DWordMemory target ) : void

RCR mem32,CL

RCR__CL ( R16Type target ) : void

RCR rmreg16,CL

RCR__CL ( R32Type target ) : void

RCR rmreg32,CL

RCR__CL ( R8Type target ) : void

RCR rmreg8,CL

RCR__CL ( WordMemory target ) : void

RCR mem16,CL

RDMSR ( ) : void

RDMSR

RDPMC ( ) : void

RDPMC

RDTSC ( ) : void

RDTSC

REP ( ) : void

REP

REPE ( ) : void

REPE

REPNE ( ) : void

REPNE

REPNZ ( ) : void

REPNZ

REPZ ( ) : void

REPZ

RET ( ) : void

RET

RET ( UInt16 target ) : void

RET imm16

RETF ( ) : void

RETF

RETF ( UInt16 target ) : void

RETF imm16

RETN ( ) : void

RETN

RETN ( UInt16 target ) : void

RETN imm16

ROL ( ByteMemory target, Byte source ) : void

ROL mem8,imm8

ROL ( DWordMemory target, Byte source ) : void

ROL mem32,imm8

ROL ( R16Type target, Byte source ) : void

ROL rmreg16,imm8

ROL ( R32Type target, Byte source ) : void

ROL rmreg32,imm8

ROL ( R8Type target, Byte source ) : void

ROL rmreg8,imm8

ROL ( WordMemory target, Byte source ) : void

ROL mem16,imm8

ROL__CL ( ByteMemory target ) : void

ROL mem8,CL

ROL__CL ( DWordMemory target ) : void

ROL mem32,CL

ROL__CL ( R16Type target ) : void

ROL rmreg16,CL

ROL__CL ( R32Type target ) : void

ROL rmreg32,CL

ROL__CL ( R8Type target ) : void

ROL rmreg8,CL

ROL__CL ( WordMemory target ) : void

ROL mem16,CL

ROR ( ByteMemory target, Byte source ) : void

ROR mem8,imm8

ROR ( DWordMemory target, Byte source ) : void

ROR mem32,imm8

ROR ( R16Type target, Byte source ) : void

ROR rmreg16,imm8

ROR ( R32Type target, Byte source ) : void

ROR rmreg32,imm8

ROR ( R8Type target, Byte source ) : void

ROR rmreg8,imm8

ROR ( WordMemory target, Byte source ) : void

ROR mem16,imm8

ROR__CL ( ByteMemory target ) : void

ROR mem8,CL

ROR__CL ( DWordMemory target ) : void

ROR mem32,CL

ROR__CL ( R16Type target ) : void

ROR rmreg16,CL

ROR__CL ( R32Type target ) : void

ROR rmreg32,CL

ROR__CL ( R8Type target ) : void

ROR rmreg8,CL

ROR__CL ( WordMemory target ) : void

ROR mem16,CL

RSM ( ) : void

RSM

SAHF ( ) : void

SAHF

SAL ( ByteMemory target, Byte source ) : void

SAL mem8,imm8

SAL ( DWordMemory target, Byte source ) : void

SAL mem32,imm8

SAL ( R16Type target, Byte source ) : void

SAL rmreg16,imm8

SAL ( R32Type target, Byte source ) : void

SAL rmreg32,imm8

SAL ( R8Type target, Byte source ) : void

SAL rmreg8,imm8

SAL ( WordMemory target, Byte source ) : void

SAL mem16,imm8

SALC ( ) : void

SALC

SAL__CL ( ByteMemory target ) : void

SAL mem8,CL

SAL__CL ( DWordMemory target ) : void

SAL mem32,CL

SAL__CL ( R16Type target ) : void

SAL rmreg16,CL

SAL__CL ( R32Type target ) : void

SAL rmreg32,CL

SAL__CL ( R8Type target ) : void

SAL rmreg8,CL

SAL__CL ( WordMemory target ) : void

SAL mem16,CL

SAR ( ByteMemory target, Byte source ) : void

SAR mem8,imm8

SAR ( DWordMemory target, Byte source ) : void

SAR mem32,imm8

SAR ( R16Type target, Byte source ) : void

SAR rmreg16,imm8

SAR ( R32Type target, Byte source ) : void

SAR rmreg32,imm8

SAR ( R8Type target, Byte source ) : void

SAR rmreg8,imm8

SAR ( WordMemory target, Byte source ) : void

SAR mem16,imm8

SAR__CL ( ByteMemory target ) : void

SAR mem8,CL

SAR__CL ( DWordMemory target ) : void

SAR mem32,CL

SAR__CL ( R16Type target ) : void

SAR rmreg16,CL

SAR__CL ( R32Type target ) : void

SAR rmreg32,CL

SAR__CL ( R8Type target ) : void

SAR rmreg8,CL

SAR__CL ( WordMemory target ) : void

SAR mem16,CL

SBB ( ByteMemory target, Byte source ) : void

SBB mem8,imm8

SBB ( ByteMemory target, R8Type source ) : void

SBB mem8,reg8

SBB ( DWordMemory target, Byte source ) : void

SBB mem32,imm8

SBB ( DWordMemory target, R32Type source ) : void

SBB mem32,reg32

SBB ( DWordMemory target, UInt32 source ) : void

SBB mem32,imm32

SBB ( R16Type target, Byte source ) : void

SBB rmreg16,imm8

SBB ( R16Type target, R16Type source ) : void

SBB rmreg16,reg16

SBB ( R16Type target, UInt16 source ) : void

SBB rmreg16,imm16

SBB ( R16Type target, WordMemory source ) : void

SBB reg16,mem16

SBB ( R32Type target, Byte source ) : void

SBB rmreg32,imm8

SBB ( R32Type target, DWordMemory source ) : void

SBB reg32,mem32

SBB ( R32Type target, R32Type source ) : void

SBB rmreg32,reg32

SBB ( R32Type target, UInt32 source ) : void

SBB rmreg32,imm32

SBB ( R8Type target, Byte source ) : void

SBB rmreg8,imm8

SBB ( R8Type target, ByteMemory source ) : void

SBB reg8,mem8

SBB ( R8Type target, R8Type source ) : void

SBB rmreg8,reg8

SBB ( WordMemory target, Byte source ) : void

SBB mem16,imm8

SBB ( WordMemory target, R16Type source ) : void

SBB mem16,reg16

SBB ( WordMemory target, UInt16 source ) : void

SBB mem16,imm16

SCASB ( ) : void

SCASB

SCASD ( ) : void

SCASD

SCASW ( ) : void

SCASW

SETA ( ByteMemory target ) : void

SETA mem8

SETA ( R8Type target ) : void

SETA rmreg8

SETAE ( ByteMemory target ) : void

SETAE mem8

SETAE ( R8Type target ) : void

SETAE rmreg8

SETB ( ByteMemory target ) : void

SETB mem8

SETB ( R8Type target ) : void

SETB rmreg8

SETBE ( ByteMemory target ) : void

SETBE mem8

SETBE ( R8Type target ) : void

SETBE rmreg8

SETC ( ByteMemory target ) : void

SETC mem8

SETC ( R8Type target ) : void

SETC rmreg8

SETE ( ByteMemory target ) : void

SETE mem8

SETE ( R8Type target ) : void

SETE rmreg8

SETG ( ByteMemory target ) : void

SETG mem8

SETG ( R8Type target ) : void

SETG rmreg8

SETGE ( ByteMemory target ) : void

SETGE mem8

SETGE ( R8Type target ) : void

SETGE rmreg8

SETL ( ByteMemory target ) : void

SETL mem8

SETL ( R8Type target ) : void

SETL rmreg8

SETLE ( ByteMemory target ) : void

SETLE mem8

SETLE ( R8Type target ) : void

SETLE rmreg8

SETNA ( ByteMemory target ) : void

SETNA mem8

SETNA ( R8Type target ) : void

SETNA rmreg8

SETNAE ( ByteMemory target ) : void

SETNAE mem8

SETNAE ( R8Type target ) : void

SETNAE rmreg8

SETNB ( ByteMemory target ) : void

SETNB mem8

SETNB ( R8Type target ) : void

SETNB rmreg8

SETNBE ( ByteMemory target ) : void

SETNBE mem8

SETNBE ( R8Type target ) : void

SETNBE rmreg8

SETNC ( ByteMemory target ) : void

SETNC mem8

SETNC ( R8Type target ) : void

SETNC rmreg8

SETNE ( ByteMemory target ) : void

SETNE mem8

SETNE ( R8Type target ) : void

SETNE rmreg8

SETNG ( ByteMemory target ) : void

SETNG mem8

SETNG ( R8Type target ) : void

SETNG rmreg8

SETNGE ( ByteMemory target ) : void

SETNGE mem8

SETNGE ( R8Type target ) : void

SETNGE rmreg8

SETNL ( ByteMemory target ) : void

SETNL mem8

SETNL ( R8Type target ) : void

SETNL rmreg8

SETNLE ( ByteMemory target ) : void

SETNLE mem8

SETNLE ( R8Type target ) : void

SETNLE rmreg8

SETNO ( ByteMemory target ) : void

SETNO mem8

SETNO ( R8Type target ) : void

SETNO rmreg8

SETNP ( ByteMemory target ) : void

SETNP mem8

SETNP ( R8Type target ) : void

SETNP rmreg8

SETNS ( ByteMemory target ) : void

SETNS mem8

SETNS ( R8Type target ) : void

SETNS rmreg8

SETNZ ( ByteMemory target ) : void

SETNZ mem8

SETNZ ( R8Type target ) : void

SETNZ rmreg8

SETO ( ByteMemory target ) : void

SETO mem8

SETO ( R8Type target ) : void

SETO rmreg8

SETP ( ByteMemory target ) : void

SETP mem8

SETP ( R8Type target ) : void

SETP rmreg8

SETPE ( ByteMemory target ) : void

SETPE mem8

SETPE ( R8Type target ) : void

SETPE rmreg8

SETPO ( ByteMemory target ) : void

SETPO mem8

SETPO ( R8Type target ) : void

SETPO rmreg8

SETS ( ByteMemory target ) : void

SETS mem8

SETS ( R8Type target ) : void

SETS rmreg8

SETZ ( ByteMemory target ) : void

SETZ mem8

SETZ ( R8Type target ) : void

SETZ rmreg8

SFENCE ( ) : void

SFENCE

SGDT ( Memory target ) : void

SGDT mem

SHL ( ByteMemory target, Byte source ) : void

SHL mem8,imm8

SHL ( DWordMemory target, Byte source ) : void

SHL mem32,imm8

SHL ( R16Type target, Byte source ) : void

SHL rmreg16,imm8

SHL ( R32Type target, Byte source ) : void

SHL rmreg32,imm8

SHL ( R8Type target, Byte source ) : void

SHL rmreg8,imm8

SHL ( WordMemory target, Byte source ) : void

SHL mem16,imm8

SHLD ( DWordMemory target, R32Type source, Byte value ) : void

SHLD mem32,reg32,imm8

SHLD ( R16Type target, R16Type source, Byte value ) : void

SHLD rmreg16,reg16,imm8

SHLD ( R32Type target, R32Type source, Byte value ) : void

SHLD rmreg32,reg32,imm8

SHLD ( WordMemory target, R16Type source, Byte value ) : void

SHLD mem16,reg16,imm8

SHLD___CL ( DWordMemory target, R32Type source ) : void

SHLD mem32,reg32,CL

SHLD___CL ( R16Type target, R16Type source ) : void

SHLD rmreg16,reg16,CL

SHLD___CL ( R32Type target, R32Type source ) : void

SHLD rmreg32,reg32,CL

SHLD___CL ( WordMemory target, R16Type source ) : void

SHLD mem16,reg16,CL

SHL__CL ( ByteMemory target ) : void

SHL mem8,CL

SHL__CL ( DWordMemory target ) : void

SHL mem32,CL

SHL__CL ( R16Type target ) : void

SHL rmreg16,CL

SHL__CL ( R32Type target ) : void

SHL rmreg32,CL

SHL__CL ( R8Type target ) : void

SHL rmreg8,CL

SHL__CL ( WordMemory target ) : void

SHL mem16,CL

SHR ( ByteMemory target, Byte source ) : void

SHR mem8,imm8

SHR ( DWordMemory target, Byte source ) : void

SHR mem32,imm8

SHR ( R16Type target, Byte source ) : void

SHR rmreg16,imm8

SHR ( R32Type target, Byte source ) : void

SHR rmreg32,imm8

SHR ( R8Type target, Byte source ) : void

SHR rmreg8,imm8

SHR ( WordMemory target, Byte source ) : void

SHR mem16,imm8

SHRD ( DWordMemory target, R32Type source, Byte value ) : void

SHRD mem32,reg32,imm8

SHRD ( R16Type target, R16Type source, Byte value ) : void

SHRD rmreg16,reg16,imm8

SHRD ( R32Type target, R32Type source, Byte value ) : void

SHRD rmreg32,reg32,imm8

SHRD ( WordMemory target, R16Type source, Byte value ) : void

SHRD mem16,reg16,imm8

SHRD___CL ( DWordMemory target, R32Type source ) : void

SHRD mem32,reg32,CL

SHRD___CL ( R16Type target, R16Type source ) : void

SHRD rmreg16,reg16,CL

SHRD___CL ( R32Type target, R32Type source ) : void

SHRD rmreg32,reg32,CL

SHRD___CL ( WordMemory target, R16Type source ) : void

SHRD mem16,reg16,CL

SHR__CL ( ByteMemory target ) : void

SHR mem8,CL

SHR__CL ( DWordMemory target ) : void

SHR mem32,CL

SHR__CL ( R16Type target ) : void

SHR rmreg16,CL

SHR__CL ( R32Type target ) : void

SHR rmreg32,CL

SHR__CL ( R8Type target ) : void

SHR rmreg8,CL

SHR__CL ( WordMemory target ) : void

SHR mem16,CL

SIDT ( Memory target ) : void

SIDT mem

SLDT ( R16Type target ) : void

SLDT rmreg16

SLDT ( WordMemory target ) : void

SLDT mem16

SMSW ( R16Type target ) : void

SMSW rmreg16

SMSW ( WordMemory target ) : void

SMSW mem16

STC ( ) : void

STC

STD ( ) : void

STD

STI ( ) : void

STI

STOSB ( ) : void

STOSB

STOSD ( ) : void

STOSD

STOSW ( ) : void

STOSW

STR ( R16Type target ) : void

STR rmreg16

STR ( WordMemory target ) : void

STR mem16

SUB ( ByteMemory target, Byte source ) : void

SUB mem8,imm8

SUB ( ByteMemory target, R8Type source ) : void

SUB mem8,reg8

SUB ( DWordMemory target, Byte source ) : void

SUB mem32,imm8

SUB ( DWordMemory target, R32Type source ) : void

SUB mem32,reg32

SUB ( DWordMemory target, UInt32 source ) : void

SUB mem32,imm32

SUB ( R16Type target, Byte source ) : void

SUB rmreg16,imm8

SUB ( R16Type target, R16Type source ) : void

SUB rmreg16,reg16

SUB ( R16Type target, UInt16 source ) : void

SUB rmreg16,imm16

SUB ( R16Type target, WordMemory source ) : void

SUB reg16,mem16

SUB ( R32Type target, Byte source ) : void

SUB rmreg32,imm8

SUB ( R32Type target, DWordMemory source ) : void

SUB reg32,mem32

SUB ( R32Type target, R32Type source ) : void

SUB rmreg32,reg32

SUB ( R32Type target, UInt32 source ) : void

SUB rmreg32,imm32

SUB ( R8Type target, Byte source ) : void

SUB rmreg8,imm8

SUB ( R8Type target, ByteMemory source ) : void

SUB reg8,mem8

SUB ( R8Type target, R8Type source ) : void

SUB rmreg8,reg8

SUB ( WordMemory target, Byte source ) : void

SUB mem16,imm8

SUB ( WordMemory target, R16Type source ) : void

SUB mem16,reg16

SUB ( WordMemory target, UInt16 source ) : void

SUB mem16,imm16

SYSCALL ( ) : void

SYSCALL

SYSENTER ( ) : void

SYSENTER

SYSEXIT ( ) : void

SYSEXIT

SYSRET ( ) : void

SYSRET

Spill ( InternalType type ) : bool

Spills the specified type.

TEST ( ByteMemory target, Byte source ) : void

TEST mem8,imm8

TEST ( ByteMemory target, R8Type source ) : void

TEST mem8,reg8

TEST ( DWordMemory target, R32Type source ) : void

TEST mem32,reg32

TEST ( DWordMemory target, UInt32 source ) : void

TEST mem32,imm32

TEST ( R16Type target, R16Type source ) : void

TEST rmreg16,reg16

TEST ( R16Type target, UInt16 source ) : void

TEST rmreg16,imm16

TEST ( R32Type target, R32Type source ) : void

TEST rmreg32,reg32

TEST ( R32Type target, UInt32 source ) : void

TEST rmreg32,imm32

TEST ( R8Type target, Byte source ) : void

TEST rmreg8,imm8

TEST ( R8Type target, R8Type source ) : void

TEST rmreg8,reg8

TEST ( WordMemory target, R16Type source ) : void

TEST mem16,reg16

TEST ( WordMemory target, UInt16 source ) : void

TEST mem16,imm16

TIMES ( UInt32 length, Byte value ) : void

TIMESs the specified length.

ToString ( ) : string

Returns a that represents the current .

UTF16 ( string value ) : void

Adds an UTF16 string for storage.

VERR ( R16Type target ) : void

VERR rmreg16

VERR ( WordMemory target ) : void

VERR mem16

VERW ( R16Type target ) : void

VERW rmreg16

VERW ( WordMemory target ) : void

VERW mem16

WAIT ( ) : void

WAIT

WBINVD ( ) : void

WBINVD

WRMSR ( ) : void

WRMSR

XADD ( ByteMemory target, R8Type source ) : void

XADD mem8,reg8

XADD ( DWordMemory target, R32Type source ) : void

XADD mem32,reg32

XADD ( R16Type target, R16Type source ) : void

XADD rmreg16,reg16

XADD ( R32Type target, R32Type source ) : void

XADD rmreg32,reg32

XADD ( R8Type target, R8Type source ) : void

XADD rmreg8,reg8

XADD ( WordMemory target, R16Type source ) : void

XADD mem16,reg16

XCHG ( ByteMemory target, R8Type source ) : void

XCHG mem8,reg8

XCHG ( DWordMemory target, R32Type source ) : void

XCHG mem32,reg32

XCHG ( R16Type target, R16Type source ) : void

XCHG reg16,rmreg16

XCHG ( R16Type target, WordMemory source ) : void

XCHG reg16,mem16

XCHG ( R32Type target, DWordMemory source ) : void

XCHG reg32,mem32

XCHG ( R32Type target, R32Type source ) : void

XCHG reg32,rmreg32

XCHG ( R8Type target, ByteMemory source ) : void

XCHG reg8,mem8

XCHG ( R8Type target, R8Type source ) : void

XCHG reg8,rmreg8

XCHG ( WordMemory target, R16Type source ) : void

XCHG mem16,reg16

XLAT ( ) : void

XLAT

XLATB ( ) : void

XLATB

XOR ( ByteMemory target, Byte source ) : void

XOR mem8,imm8

XOR ( ByteMemory target, R8Type source ) : void

XOR mem8,reg8

XOR ( DWordMemory target, Byte source ) : void

XOR mem32,imm8

XOR ( DWordMemory target, R32Type source ) : void

XOR mem32,reg32

XOR ( DWordMemory target, UInt32 source ) : void

XOR mem32,imm32

XOR ( R16Type target, Byte source ) : void

XOR rmreg16,imm8

XOR ( R16Type target, R16Type source ) : void

XOR rmreg16,reg16

XOR ( R16Type target, UInt16 source ) : void

XOR rmreg16,imm16

XOR ( R16Type target, WordMemory source ) : void

XOR reg16,mem16

XOR ( R32Type target, Byte source ) : void

XOR rmreg32,imm8

XOR ( R32Type target, DWordMemory source ) : void

XOR reg32,mem32

XOR ( R32Type target, R32Type source ) : void

XOR rmreg32,reg32

XOR ( R32Type target, UInt32 source ) : void

XOR rmreg32,imm32

XOR ( R8Type target, Byte source ) : void

XOR rmreg8,imm8

XOR ( R8Type target, ByteMemory source ) : void

XOR reg8,mem8

XOR ( R8Type target, R8Type source ) : void

XOR rmreg8,reg8

XOR ( WordMemory target, Byte source ) : void

XOR mem16,imm8

XOR ( WordMemory target, R16Type source ) : void

XOR mem16,reg16

XOR ( WordMemory target, UInt16 source ) : void

XOR mem16,imm16

this ( int index ) : Instruction

Gets the SharpOS.AOT.X86.Instruction at the specified index.

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

Метод Описание
AddArrayFields ( int len ) : void
AddBSS ( ) : void

Adds the stack.

AddData ( ) : void

Adds the data.

AddEntryPoint ( ) : void

Adds the entry point to the kernel during the encoding process.

AddExceptionHandlingClauses ( Method method ) : void

Adds the exception handling clauses.

AddHelperFunctions ( ) : void

Adds the helper functions.

AddITableFields ( Class _class ) : void
AddLMUL ( ) : void
AddLSAR ( ) : void

Adds the LSAR.

AddLSHL ( ) : void

Adds the LSHL.

AddLSHR ( ) : void

Adds the LSHR.

AddMetadata ( ) : void
AddMethodBoundaries ( ) : void

Adds the method boundaries.

AddMultibootHeader ( ) : void

Adds the multiboot header.

AddPEHeader ( ) : void
AddPESection ( string id, uint characteristics ) : void
AddResources ( ) : void
AddString ( string value ) : string

Adds the string.

AddSymbol ( COFF symbol ) : void

Adds a COFF Symbol.

AddSymbols ( ) : void

Adds the encoded COFF symbol data.

AddTypeInfoFields ( Class _class ) : string
AddVTableFields ( Class _class, string typeInfoLabel ) : void
BSSAlloc ( string label, uint size ) : string
BSSAlloc ( uint size ) : string

Allocates of memory in the BSS Section.

DecodeToken ( uint token, uint &type, uint &rid ) : void
FormatLabelName ( string value ) : string

Formats the name of the label.

FreeSpareRegister ( SharpOS register ) : void

Frees the spare register.

GenerateConflictStub ( Class _class, int key ) : void
GenerateConflictStubPart ( Class _class, int key, List methods, int rangeStart, int rangeEnd ) : void
GenerateIMTHelpers ( Class _class ) : void
Get16BitRegister ( SharpOS register ) : R16Type

Get16s the bit register.

Get8BitRegister ( SharpOS register ) : R8Type

Get8s the bit register.

GetAssemblyInstruction ( SharpOS method, object operands, string parameterTypes ) : void

Emits an x86 instruction (represented by an SharpOS.X86.Instruction object) for the given 'Asm' stub call instruction.

GetLabelAddress ( string label ) : UInt32

Gets the address of the given data label.

GetLabelIndex ( string label ) : int

Gets the index of the given data label.

GetMemoryInternal ( object value ) : Memory

Gets the memory internal.

GetPESectionLabel ( string prefix, string type ) : string
GetRegister ( int i ) : SharpOS.AOT.X86.R32Type

Gets the register.

GetSpareRegister ( ) : SharpOS.AOT.X86.R32Type

Gets the spare register.

Patch ( ) : void

Patches the specified memory stream.

PatchPE ( ) : void
PatchSymbolOffsets ( ) : void
Save ( string fileName ) : bool

Saves the specified target.

StaticArray ( string name, byte arr ) : void
StaticArray ( string name, uint arr ) : void

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

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

AAA
public AAA ( ) : void
Результат void

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

AAD
public AAD ( ) : void
Результат void

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

AAD imm8
public AAD ( Byte target ) : void
target Byte
Результат void

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

AAM
public AAM ( ) : void
Результат void

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

AAM imm8
public AAM ( Byte target ) : void
target Byte
Результат void

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

AAS
public AAS ( ) : void
Результат void

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

ADC mem8,imm8
public ADC ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

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

ADC mem8,reg8
public ADC ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
Результат void

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

ADC mem32,imm8
public ADC ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

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

ADC mem32,reg32
public ADC ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

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

ADC mem32,imm32
public ADC ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source System.UInt32
Результат void

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

ADC rmreg16,imm8
public ADC ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

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

ADC rmreg16,reg16
public ADC ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

ADC rmreg16,imm16
public ADC ( R16Type target, UInt16 source ) : void
target R16Type
source System.UInt16
Результат void

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

ADC reg16,mem16
public ADC ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

ADC rmreg32,imm8
public ADC ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

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

ADC reg32,mem32
public ADC ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

ADC rmreg32,reg32
public ADC ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

ADC rmreg32,imm32
public ADC ( R32Type target, UInt32 source ) : void
target R32Type
source System.UInt32
Результат void

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

ADC rmreg8,imm8
public ADC ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

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

ADC reg8,mem8
public ADC ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
Результат void

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

ADC rmreg8,reg8
public ADC ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
Результат void

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

ADC mem16,imm8
public ADC ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

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

ADC mem16,reg16
public ADC ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

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

ADC mem16,imm16
public ADC ( WordMemory target, UInt16 source ) : void
target WordMemory
source System.UInt16
Результат void

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

ADD mem8,imm8
public ADD ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

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

ADD mem8,reg8
public ADD ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
Результат void

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

ADD mem32,imm8
public ADD ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

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

ADD mem32,reg32
public ADD ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

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

ADD mem32,imm32
public ADD ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source System.UInt32
Результат void

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

ADD rmreg16,imm8
public ADD ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

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

ADD rmreg16,reg16
public ADD ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

ADD rmreg16,imm16
public ADD ( R16Type target, UInt16 source ) : void
target R16Type
source System.UInt16
Результат void

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

ADD reg16,mem16
public ADD ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

ADD rmreg32,imm8
public ADD ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

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

ADD reg32,mem32
public ADD ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

ADD rmreg32,reg32
public ADD ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

ADD rmreg32,imm32
public ADD ( R32Type target, UInt32 source ) : void
target R32Type
source System.UInt32
Результат void

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

ADD rmreg8,imm8
public ADD ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

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

ADD reg8,mem8
public ADD ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
Результат void

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

ADD rmreg8,reg8
public ADD ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
Результат void

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

ADD mem16,imm8
public ADD ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

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

ADD mem16,reg16
public ADD ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

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

ADD mem16,imm16
public ADD ( WordMemory target, UInt16 source ) : void
target WordMemory
source System.UInt16
Результат void

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

Address of the specified label.
public ADDRESSOF ( string label ) : void
label string The label.
Результат void

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

ALIGNs the specified value.
public ALIGN ( UInt32 value ) : void
value System.UInt32 The value.
Результат void

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

AND mem8,imm8
public AND ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

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

AND mem8,reg8
public AND ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
Результат void

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

AND mem32,imm8
public AND ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

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

AND mem32,reg32
public AND ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

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

AND mem32,imm32
public AND ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source System.UInt32
Результат void

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

AND rmreg16,imm8
public AND ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

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

AND rmreg16,reg16
public AND ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

AND rmreg16,imm16
public AND ( R16Type target, UInt16 source ) : void
target R16Type
source System.UInt16
Результат void

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

AND reg16,mem16
public AND ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

AND rmreg32,imm8
public AND ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

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

AND reg32,mem32
public AND ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

AND rmreg32,reg32
public AND ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

AND rmreg32,imm32
public AND ( R32Type target, UInt32 source ) : void
target R32Type
source System.UInt32
Результат void

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

AND rmreg8,imm8
public AND ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

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

AND reg8,mem8
public AND ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
Результат void

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

AND rmreg8,reg8
public AND ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
Результат void

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

AND mem16,imm8
public AND ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

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

AND mem16,reg16
public AND ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

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

AND mem16,imm16
public AND ( WordMemory target, UInt16 source ) : void
target WordMemory
source System.UInt16
Результат void

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

ARPL rmreg16,reg16
public ARPL ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

ARPL mem16,reg16
public ARPL ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

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

Adds the object fields.
public AddObjectFields ( string _class ) : void
_class string The _class.
Результат void

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

Initializes a new instance of the Assembly class.
public Assembly ( ) : System
Результат System

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

Initializes a new instance of the Assembly class.
public Assembly ( bool bits32 ) : System
bits32 bool if set to true [bits32].
Результат System

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

BITs the S32.
public BITS32 ( bool value ) : void
value bool if set to true [value].
Результат void

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

BOUND reg16,mem
public BOUND ( R16Type target, Memory source ) : void
target R16Type
source Memory
Результат void

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

BOUND reg32,mem
public BOUND ( R32Type target, Memory source ) : void
target R32Type
source Memory
Результат void

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

BSF reg16,rmreg16
public BSF ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

BSF reg16,mem16
public BSF ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

BSF reg32,mem32
public BSF ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

BSF reg32,rmreg32
public BSF ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

BSR reg16,rmreg16
public BSR ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

BSR reg16,mem16
public BSR ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

BSR reg32,mem32
public BSR ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

BSR reg32,rmreg32
public BSR ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

BSWAP reg32
public BSWAP ( R32Type target ) : void
target R32Type
Результат void

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

BT mem32,imm8
public BT ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

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

BT mem32,reg32
public BT ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

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

BT rmreg16,imm8
public BT ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

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

BT rmreg16,reg16
public BT ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

BT rmreg32,imm8
public BT ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

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

BT rmreg32,reg32
public BT ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

BT mem16,imm8
public BT ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

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

BT mem16,reg16
public BT ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

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

BTC mem32,imm8
public BTC ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

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

BTC mem32,reg32
public BTC ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

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

BTC rmreg16,imm8
public BTC ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

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

BTC rmreg16,reg16
public BTC ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

BTC rmreg32,imm8
public BTC ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

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

BTC rmreg32,reg32
public BTC ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

BTC mem16,imm8
public BTC ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

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

BTC mem16,reg16
public BTC ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

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

BTR mem32,imm8
public BTR ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

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

BTR mem32,reg32
public BTR ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

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

BTR rmreg16,imm8
public BTR ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

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

BTR rmreg16,reg16
public BTR ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

BTR rmreg32,imm8
public BTR ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

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

BTR rmreg32,reg32
public BTR ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

BTR mem16,imm8
public BTR ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

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

BTR mem16,reg16
public BTR ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

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

BTS mem32,imm8
public BTS ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

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

BTS mem32,reg32
public BTS ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

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

BTS rmreg16,imm8
public BTS ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

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

BTS rmreg16,reg16
public BTS ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

BTS rmreg32,imm8
public BTS ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

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

BTS rmreg32,reg32
public BTS ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

BTS mem16,imm8
public BTS ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

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

BTS mem16,reg16
public BTS ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

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

CALL mem32
public CALL ( DWordMemory target ) : void
target DWordMemory
Результат void

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

CALL rmreg16
public CALL ( R16Type target ) : void
target R16Type
Результат void

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

CALL rmreg32
public CALL ( R32Type target ) : void
target R32Type
Результат void

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

CALL imm16:imm16
public CALL ( UInt16 target, UInt16 source ) : void
target System.UInt16
source System.UInt16
Результат void

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

CALL imm16:imm32
public CALL ( UInt16 target, UInt32 source ) : void
target System.UInt16
source System.UInt32
Результат void

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

CALL imm
public CALL ( UInt32 target ) : void
target System.UInt32
Результат void

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

CALL mem16
public CALL ( WordMemory target ) : void
target WordMemory
Результат void

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

CALL imm
public CALL ( string label ) : void
label string
Результат void

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

CALL FAR mem32
public CALL_FAR ( DWordMemory target ) : void
target DWordMemory
Результат void

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

CALL FAR mem16
public CALL_FAR ( WordMemory target ) : void
target WordMemory
Результат void

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

CBW
public CBW ( ) : void
Результат void

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

CDQ
public CDQ ( ) : void
Результат void

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

CLC
public CLC ( ) : void
Результат void

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

CLD
public CLD ( ) : void
Результат void

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

CLFLUSH mem
public CLFLUSH ( Memory target ) : void
target Memory
Результат void

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

CLI
public CLI ( ) : void
Результат void

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

CLTS
public CLTS ( ) : void
Результат void

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

CMC
public CMC ( ) : void
Результат void

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

CMOVA reg16,rmreg16
public CMOVA ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVA reg16,mem16
public CMOVA ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVA reg32,mem32
public CMOVA ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVA reg32,rmreg32
public CMOVA ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVAE reg16,rmreg16
public CMOVAE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVAE reg16,mem16
public CMOVAE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVAE reg32,mem32
public CMOVAE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVAE reg32,rmreg32
public CMOVAE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVB reg16,rmreg16
public CMOVB ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVB reg16,mem16
public CMOVB ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVB reg32,mem32
public CMOVB ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVB reg32,rmreg32
public CMOVB ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVBE reg16,rmreg16
public CMOVBE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVBE reg16,mem16
public CMOVBE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVBE reg32,mem32
public CMOVBE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVBE reg32,rmreg32
public CMOVBE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVC reg16,rmreg16
public CMOVC ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVC reg16,mem16
public CMOVC ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVC reg32,mem32
public CMOVC ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVC reg32,rmreg32
public CMOVC ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVE reg16,rmreg16
public CMOVE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVE reg16,mem16
public CMOVE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVE reg32,mem32
public CMOVE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVE reg32,rmreg32
public CMOVE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVG reg16,rmreg16
public CMOVG ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVG reg16,mem16
public CMOVG ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVG reg32,mem32
public CMOVG ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVG reg32,rmreg32
public CMOVG ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVGE reg16,rmreg16
public CMOVGE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVGE reg16,mem16
public CMOVGE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVGE reg32,mem32
public CMOVGE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVGE reg32,rmreg32
public CMOVGE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVL reg16,rmreg16
public CMOVL ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVL reg16,mem16
public CMOVL ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVL reg32,mem32
public CMOVL ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVL reg32,rmreg32
public CMOVL ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVLE reg16,rmreg16
public CMOVLE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVLE reg16,mem16
public CMOVLE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVLE reg32,mem32
public CMOVLE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVLE reg32,rmreg32
public CMOVLE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVNA reg16,rmreg16
public CMOVNA ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVNA reg16,mem16
public CMOVNA ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVNA reg32,mem32
public CMOVNA ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVNA reg32,rmreg32
public CMOVNA ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVNAE reg16,rmreg16
public CMOVNAE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVNAE reg16,mem16
public CMOVNAE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVNAE reg32,mem32
public CMOVNAE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVNAE reg32,rmreg32
public CMOVNAE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVNB reg16,rmreg16
public CMOVNB ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVNB reg16,mem16
public CMOVNB ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVNB reg32,mem32
public CMOVNB ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVNB reg32,rmreg32
public CMOVNB ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVNBE reg16,rmreg16
public CMOVNBE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVNBE reg16,mem16
public CMOVNBE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVNBE reg32,mem32
public CMOVNBE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVNBE reg32,rmreg32
public CMOVNBE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVNC reg16,rmreg16
public CMOVNC ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVNC reg16,mem16
public CMOVNC ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVNC reg32,mem32
public CMOVNC ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVNC reg32,rmreg32
public CMOVNC ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVNE reg16,rmreg16
public CMOVNE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVNE reg16,mem16
public CMOVNE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVNE reg32,mem32
public CMOVNE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVNE reg32,rmreg32
public CMOVNE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVNG reg16,rmreg16
public CMOVNG ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVNG reg16,mem16
public CMOVNG ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVNG reg32,mem32
public CMOVNG ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVNG reg32,rmreg32
public CMOVNG ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVNGE reg16,rmreg16
public CMOVNGE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVNGE reg16,mem16
public CMOVNGE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVNGE reg32,mem32
public CMOVNGE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVNGE reg32,rmreg32
public CMOVNGE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVNL reg16,rmreg16
public CMOVNL ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVNL reg16,mem16
public CMOVNL ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVNL reg32,mem32
public CMOVNL ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVNL reg32,rmreg32
public CMOVNL ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVNLE reg16,rmreg16
public CMOVNLE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVNLE reg16,mem16
public CMOVNLE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVNLE reg32,mem32
public CMOVNLE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVNLE reg32,rmreg32
public CMOVNLE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVNO reg16,rmreg16
public CMOVNO ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVNO reg16,mem16
public CMOVNO ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVNO reg32,mem32
public CMOVNO ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVNO reg32,rmreg32
public CMOVNO ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVNP reg16,rmreg16
public CMOVNP ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVNP reg16,mem16
public CMOVNP ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVNP reg32,mem32
public CMOVNP ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVNP reg32,rmreg32
public CMOVNP ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVNS reg16,rmreg16
public CMOVNS ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVNS reg16,mem16
public CMOVNS ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVNS reg32,mem32
public CMOVNS ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVNS reg32,rmreg32
public CMOVNS ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVNZ reg16,rmreg16
public CMOVNZ ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVNZ reg16,mem16
public CMOVNZ ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVNZ reg32,mem32
public CMOVNZ ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVNZ reg32,rmreg32
public CMOVNZ ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVO reg16,rmreg16
public CMOVO ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVO reg16,mem16
public CMOVO ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVO reg32,mem32
public CMOVO ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVO reg32,rmreg32
public CMOVO ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVP reg16,rmreg16
public CMOVP ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVP reg16,mem16
public CMOVP ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVP reg32,mem32
public CMOVP ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVP reg32,rmreg32
public CMOVP ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVPE reg16,rmreg16
public CMOVPE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVPE reg16,mem16
public CMOVPE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVPE reg32,mem32
public CMOVPE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVPE reg32,rmreg32
public CMOVPE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVPO reg16,rmreg16
public CMOVPO ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVPO reg16,mem16
public CMOVPO ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVPO reg32,mem32
public CMOVPO ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVPO reg32,rmreg32
public CMOVPO ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVS reg16,rmreg16
public CMOVS ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVS reg16,mem16
public CMOVS ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVS reg32,mem32
public CMOVS ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVS reg32,rmreg32
public CMOVS ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMOVZ reg16,rmreg16
public CMOVZ ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMOVZ reg16,mem16
public CMOVZ ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMOVZ reg32,mem32
public CMOVZ ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMOVZ reg32,rmreg32
public CMOVZ ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMP mem8,imm8
public CMP ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

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

CMP mem8,reg8
public CMP ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
Результат void

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

CMP mem32,imm8
public CMP ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

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

CMP mem32,reg32
public CMP ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

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

CMP mem32,imm32
public CMP ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source UInt32
Результат void

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

CMP rmreg16,imm8
public CMP ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

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

CMP rmreg16,reg16
public CMP ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMP rmreg16,imm16
public CMP ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
Результат void

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

CMP reg16,mem16
public CMP ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

CMP rmreg32,imm8
public CMP ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

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

CMP reg32,mem32
public CMP ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

CMP rmreg32,reg32
public CMP ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMP rmreg32,imm32
public CMP ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
Результат void

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

CMP rmreg8,imm8
public CMP ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

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

CMP reg8,mem8
public CMP ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
Результат void

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

CMP rmreg8,reg8
public CMP ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
Результат void

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

CMP mem16,imm8
public CMP ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

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

CMP mem16,reg16
public CMP ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

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

CMP mem16,imm16
public CMP ( WordMemory target, UInt16 source ) : void
target WordMemory
source UInt16
Результат void

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

CMPSB
public CMPSB ( ) : void
Результат void

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

CMPSD
public CMPSD ( ) : void
Результат void

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

CMPSW
public CMPSW ( ) : void
Результат void

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

CMPXCHG mem8,reg8
public CMPXCHG ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
Результат void

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

CMPXCHG mem32,reg32
public CMPXCHG ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

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

CMPXCHG rmreg16,reg16
public CMPXCHG ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

CMPXCHG rmreg32,reg32
public CMPXCHG ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

CMPXCHG rmreg8,reg8
public CMPXCHG ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
Результат void

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

CMPXCHG mem16,reg16
public CMPXCHG ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

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

CMPXCHG8B mem
public CMPXCHG8B ( Memory target ) : void
target Memory
Результат void

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

LABELs the specified label.
public COMMENT ( string value ) : void
value string The value.
Результат void

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

CPUID
public CPUID ( ) : void
Результат void

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

CWD
public CWD ( ) : void
Результат void

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

CWDE
public CWDE ( ) : void
Результат void

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

DAA
public DAA ( ) : void
Результат void

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

DAS
public DAS ( ) : void
Результат void

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

DATAs the specified value.
public DATA ( UInt16 value ) : void
value UInt16 The value.
Результат void

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

DATAs the specified value.
public DATA ( UInt32 value ) : void
value UInt32 The value.
Результат void

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

DATAs the specified value.
public DATA ( byte value ) : void
value byte The value.
Результат void

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

Adds an UTF7 string for storage.
public DATA ( string value ) : void
value string The value.
Результат void

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

DATAs the specified name.
public DATA ( string name, UInt16 value ) : void
name string The name.
value UInt16 The value.
Результат void

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

DATAs the specified name.
public DATA ( string name, UInt32 value ) : void
name string The name.
value UInt32 The value.
Результат void

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

DATAs the specified name.
public DATA ( string name, byte value ) : void
name string The name.
value byte The value.
Результат void

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

DATAs the specified name.
public DATA ( string name, string values ) : void
name string The name.
values string The values.
Результат void

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

DEC mem8
public DEC ( ByteMemory target ) : void
target ByteMemory
Результат void

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

DEC mem32
public DEC ( DWordMemory target ) : void
target DWordMemory
Результат void

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

DEC reg16
public DEC ( R16Type target ) : void
target R16Type
Результат void

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

DEC reg32
public DEC ( R32Type target ) : void
target R32Type
Результат void

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

DEC rmreg8
public DEC ( R8Type target ) : void
target R8Type
Результат void

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

DEC mem16
public DEC ( WordMemory target ) : void
target WordMemory
Результат void

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

DIV mem8
public DIV ( ByteMemory target ) : void
target ByteMemory
Результат void

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

DIV mem32
public DIV ( DWordMemory target ) : void
target DWordMemory
Результат void

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

DIV rmreg16
public DIV ( R16Type target ) : void
target R16Type
Результат void

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

DIV rmreg32
public DIV ( R32Type target ) : void
target R32Type
Результат void

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

DIV rmreg8
public DIV ( R8Type target ) : void
target R8Type
Результат void

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

DIV mem16
public DIV ( WordMemory target ) : void
target WordMemory
Результат void

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

EMMS
public EMMS ( ) : void
Результат void

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

ENTER imm16,imm8
public ENTER ( UInt16 target, Byte source ) : void
target UInt16
source Byte
Результат void

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

Encodes the specified engine.
public Encode ( Engine engine, string target ) : bool
engine Engine The engine.
target string The target.
Результат bool

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

Encodes the specified memory stream.
public Encode ( MemoryStream memoryStream ) : bool
memoryStream MemoryStream The memory stream.
Результат bool

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

F2XM1
public F2XM1 ( ) : void
Результат void

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

FABS
public FABS ( ) : void
Результат void

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

FADD mem32
public FADD ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FADD fpureg
public FADD ( FPType target ) : void
target FPType
Результат void

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

FADD mem64
public FADD ( QWordMemory target ) : void
target QWordMemory
Результат void

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

FADDP fpureg
public FADDP ( FPType target ) : void
target FPType
Результат void

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

FADDP fpureg,ST0
public FADDP__ST0 ( FPType target ) : void
target FPType
Результат void

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

FADD ST0,fpureg
public FADD_ST0 ( FPType source ) : void
source FPType
Результат void

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

FADD fpureg,ST0
public FADD__ST0 ( FPType target ) : void
target FPType
Результат void

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

FBLD mem80
public FBLD ( TWordMemory target ) : void
target TWordMemory
Результат void

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

FBSTP mem80
public FBSTP ( TWordMemory target ) : void
target TWordMemory
Результат void

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

FCHS
public FCHS ( ) : void
Результат void

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

FCLEX
public FCLEX ( ) : void
Результат void

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

FCMOVB fpureg
public FCMOVB ( FPType target ) : void
target FPType
Результат void

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

FCMOVBE fpureg
public FCMOVBE ( FPType target ) : void
target FPType
Результат void

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

FCMOVBE ST0,fpureg
public FCMOVBE_ST0 ( FPType source ) : void
source FPType
Результат void

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

FCMOVB ST0,fpureg
public FCMOVB_ST0 ( FPType source ) : void
source FPType
Результат void

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

FCMOVE fpureg
public FCMOVE ( FPType target ) : void
target FPType
Результат void

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

FCMOVE ST0,fpureg
public FCMOVE_ST0 ( FPType source ) : void
source FPType
Результат void

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

FCMOVNB fpureg
public FCMOVNB ( FPType target ) : void
target FPType
Результат void

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

FCMOVNBE fpureg
public FCMOVNBE ( FPType target ) : void
target FPType
Результат void

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

FCMOVNBE ST0,fpureg
public FCMOVNBE_ST0 ( FPType source ) : void
source FPType
Результат void

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

FCMOVNB ST0,fpureg
public FCMOVNB_ST0 ( FPType source ) : void
source FPType
Результат void

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

FCMOVNE fpureg
public FCMOVNE ( FPType target ) : void
target FPType
Результат void

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

FCMOVNE ST0,fpureg
public FCMOVNE_ST0 ( FPType source ) : void
source FPType
Результат void

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

FCMOVNU fpureg
public FCMOVNU ( FPType target ) : void
target FPType
Результат void

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

FCMOVNU ST0,fpureg
public FCMOVNU_ST0 ( FPType source ) : void
source FPType
Результат void

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

FCMOVU fpureg
public FCMOVU ( FPType target ) : void
target FPType
Результат void

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

FCMOVU ST0,fpureg
public FCMOVU_ST0 ( FPType source ) : void
source FPType
Результат void

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

FCOM mem32
public FCOM ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FCOM fpureg
public FCOM ( FPType target ) : void
target FPType
Результат void

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

FCOM mem64
public FCOM ( QWordMemory target ) : void
target QWordMemory
Результат void

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

FCOMI fpureg
public FCOMI ( FPType target ) : void
target FPType
Результат void

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

FCOMIP fpureg
public FCOMIP ( FPType target ) : void
target FPType
Результат void

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

FCOMIP ST0,fpureg
public FCOMIP_ST0 ( FPType source ) : void
source FPType
Результат void

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

FCOMI ST0,fpureg
public FCOMI_ST0 ( FPType source ) : void
source FPType
Результат void

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

FCOMP mem32
public FCOMP ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FCOMP fpureg
public FCOMP ( FPType target ) : void
target FPType
Результат void

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

FCOMP mem64
public FCOMP ( QWordMemory target ) : void
target QWordMemory
Результат void

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

FCOMPP
public FCOMPP ( ) : void
Результат void

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

FCOMP ST0,fpureg
public FCOMP_ST0 ( FPType source ) : void
source FPType
Результат void

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

FCOM ST0,fpureg
public FCOM_ST0 ( FPType source ) : void
source FPType
Результат void

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

FCOS
public FCOS ( ) : void
Результат void

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

FDECSTP
public FDECSTP ( ) : void
Результат void

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

FDISI
public FDISI ( ) : void
Результат void

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

FDIV mem32
public FDIV ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FDIV fpureg
public FDIV ( FPType target ) : void
target FPType
Результат void

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

FDIV mem64
public FDIV ( QWordMemory target ) : void
target QWordMemory
Результат void

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

FDIVP fpureg
public FDIVP ( FPType target ) : void
target FPType
Результат void

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

FDIVP fpureg,ST0
public FDIVP__ST0 ( FPType target ) : void
target FPType
Результат void

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

FDIVR mem32
public FDIVR ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FDIVR fpureg
public FDIVR ( FPType target ) : void
target FPType
Результат void

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

FDIVR mem64
public FDIVR ( QWordMemory target ) : void
target QWordMemory
Результат void

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

FDIVRP fpureg
public FDIVRP ( FPType target ) : void
target FPType
Результат void

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

FDIVRP fpureg,ST0
public FDIVRP__ST0 ( FPType target ) : void
target FPType
Результат void

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

FDIVR ST0,fpureg
public FDIVR_ST0 ( FPType source ) : void
source FPType
Результат void

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

FDIVR fpureg,ST0
public FDIVR__ST0 ( FPType target ) : void
target FPType
Результат void

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

FDIV ST0,fpureg
public FDIV_ST0 ( FPType source ) : void
source FPType
Результат void

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

FDIV fpureg,ST0
public FDIV__ST0 ( FPType target ) : void
target FPType
Результат void

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

FENI
public FENI ( ) : void
Результат void

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

FFREE fpureg
public FFREE ( FPType target ) : void
target FPType
Результат void

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

FFREEP fpureg
public FFREEP ( FPType target ) : void
target FPType
Результат void

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

FIADD mem32
public FIADD ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FIADD mem16
public FIADD ( WordMemory target ) : void
target WordMemory
Результат void

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

FICOM mem32
public FICOM ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FICOM mem16
public FICOM ( WordMemory target ) : void
target WordMemory
Результат void

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

FICOMP mem32
public FICOMP ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FICOMP mem16
public FICOMP ( WordMemory target ) : void
target WordMemory
Результат void

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

FIDIV mem32
public FIDIV ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FIDIV mem16
public FIDIV ( WordMemory target ) : void
target WordMemory
Результат void

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

FIDIVR mem32
public FIDIVR ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FIDIVR mem16
public FIDIVR ( WordMemory target ) : void
target WordMemory
Результат void

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

FILD mem32
public FILD ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FILD mem64
public FILD ( QWordMemory target ) : void
target QWordMemory
Результат void

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

FILD mem16
public FILD ( WordMemory target ) : void
target WordMemory
Результат void

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

FIMUL mem32
public FIMUL ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FIMUL mem16
public FIMUL ( WordMemory target ) : void
target WordMemory
Результат void

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

FINCSTP
public FINCSTP ( ) : void
Результат void

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

FINIT
public FINIT ( ) : void
Результат void

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

FIST mem32
public FIST ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FIST mem16
public FIST ( WordMemory target ) : void
target WordMemory
Результат void

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

FISTP mem32
public FISTP ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FISTP mem64
public FISTP ( QWordMemory target ) : void
target QWordMemory
Результат void

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

FISTP mem16
public FISTP ( WordMemory target ) : void
target WordMemory
Результат void

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

FISUB mem32
public FISUB ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FISUB mem16
public FISUB ( WordMemory target ) : void
target WordMemory
Результат void

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

FISUBR mem32
public FISUBR ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FISUBR mem16
public FISUBR ( WordMemory target ) : void
target WordMemory
Результат void

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

FLD mem32
public FLD ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FLD fpureg
public FLD ( FPType target ) : void
target FPType
Результат void

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

FLD mem64
public FLD ( QWordMemory target ) : void
target QWordMemory
Результат void

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

FLD mem80
public FLD ( TWordMemory target ) : void
target TWordMemory
Результат void

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

FLD1
public FLD1 ( ) : void
Результат void

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

FLDCW mem16
public FLDCW ( WordMemory target ) : void
target WordMemory
Результат void

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

FLDENV mem
public FLDENV ( Memory target ) : void
target Memory
Результат void

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

FLDL2E
public FLDL2E ( ) : void
Результат void

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

FLDL2T
public FLDL2T ( ) : void
Результат void

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

FLDLG2
public FLDLG2 ( ) : void
Результат void

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

FLDLN2
public FLDLN2 ( ) : void
Результат void

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

FLDPI
public FLDPI ( ) : void
Результат void

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

FLDZ
public FLDZ ( ) : void
Результат void

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

FMUL mem32
public FMUL ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FMUL fpureg
public FMUL ( FPType target ) : void
target FPType
Результат void

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

FMUL mem64
public FMUL ( QWordMemory target ) : void
target QWordMemory
Результат void

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

FMULP fpureg
public FMULP ( FPType target ) : void
target FPType
Результат void

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

FMULP fpureg,ST0
public FMULP__ST0 ( FPType target ) : void
target FPType
Результат void

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

FMUL ST0,fpureg
public FMUL_ST0 ( FPType source ) : void
source FPType
Результат void

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

FMUL fpureg,ST0
public FMUL__ST0 ( FPType target ) : void
target FPType
Результат void

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

FNCLEX
public FNCLEX ( ) : void
Результат void

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

FNDISI
public FNDISI ( ) : void
Результат void

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

FNENI
public FNENI ( ) : void
Результат void

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

FNINIT
public FNINIT ( ) : void
Результат void

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

FNOP
public FNOP ( ) : void
Результат void

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

FNSAVE mem
public FNSAVE ( Memory target ) : void
target Memory
Результат void

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

FNSTCW mem16
public FNSTCW ( WordMemory target ) : void
target WordMemory
Результат void

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

FNSTENV mem
public FNSTENV ( Memory target ) : void
target Memory
Результат void

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

FNSTSW mem16
public FNSTSW ( WordMemory target ) : void
target WordMemory
Результат void

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

FNSTSW AX
public FNSTSW_AX ( ) : void
Результат void

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

FPATAN
public FPATAN ( ) : void
Результат void

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

FPREM
public FPREM ( ) : void
Результат void

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

FPREM1
public FPREM1 ( ) : void
Результат void

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

FPTAN
public FPTAN ( ) : void
Результат void

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

FRNDINT
public FRNDINT ( ) : void
Результат void

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

FRSTOR mem
public FRSTOR ( Memory target ) : void
target Memory
Результат void

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

FSAVE mem
public FSAVE ( Memory target ) : void
target Memory
Результат void

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

FSCALE
public FSCALE ( ) : void
Результат void

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

FSETPM
public FSETPM ( ) : void
Результат void

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

FSIN
public FSIN ( ) : void
Результат void

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

FSINCOS
public FSINCOS ( ) : void
Результат void

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

FSQRT
public FSQRT ( ) : void
Результат void

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

FST mem32
public FST ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FST fpureg
public FST ( FPType target ) : void
target FPType
Результат void

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

FST mem64
public FST ( QWordMemory target ) : void
target QWordMemory
Результат void

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

FSTCW mem16
public FSTCW ( WordMemory target ) : void
target WordMemory
Результат void

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

FSTENV mem
public FSTENV ( Memory target ) : void
target Memory
Результат void

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

FSTP mem32
public FSTP ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FSTP fpureg
public FSTP ( FPType target ) : void
target FPType
Результат void

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

FSTP mem64
public FSTP ( QWordMemory target ) : void
target QWordMemory
Результат void

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

FSTP mem80
public FSTP ( TWordMemory target ) : void
target TWordMemory
Результат void

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

FSTSW mem16
public FSTSW ( WordMemory target ) : void
target WordMemory
Результат void

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

FSTSW AX
public FSTSW_AX ( ) : void
Результат void

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

FSUB mem32
public FSUB ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FSUB fpureg
public FSUB ( FPType target ) : void
target FPType
Результат void

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

FSUB mem64
public FSUB ( QWordMemory target ) : void
target QWordMemory
Результат void

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

FSUBP fpureg
public FSUBP ( FPType target ) : void
target FPType
Результат void

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

FSUBP fpureg,ST0
public FSUBP__ST0 ( FPType target ) : void
target FPType
Результат void

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

FSUBR mem32
public FSUBR ( DWordMemory target ) : void
target DWordMemory
Результат void

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

FSUBR fpureg
public FSUBR ( FPType target ) : void
target FPType
Результат void

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

FSUBR mem64
public FSUBR ( QWordMemory target ) : void
target QWordMemory
Результат void

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

FSUBRP fpureg
public FSUBRP ( FPType target ) : void
target FPType
Результат void

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

FSUBRP fpureg,ST0
public FSUBRP__ST0 ( FPType target ) : void
target FPType
Результат void

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

FSUBR ST0,fpureg
public FSUBR_ST0 ( FPType source ) : void
source FPType
Результат void

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

FSUBR fpureg,ST0
public FSUBR__ST0 ( FPType target ) : void
target FPType
Результат void

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

FSUB ST0,fpureg
public FSUB_ST0 ( FPType source ) : void
source FPType
Результат void

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

FSUB fpureg,ST0
public FSUB__ST0 ( FPType target ) : void
target FPType
Результат void

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

FTST
public FTST ( ) : void
Результат void

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

FUCOM fpureg
public FUCOM ( FPType target ) : void
target FPType
Результат void

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

FUCOMI fpureg
public FUCOMI ( FPType target ) : void
target FPType
Результат void

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

FUCOMIP fpureg
public FUCOMIP ( FPType target ) : void
target FPType
Результат void

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

FUCOMIP ST0,fpureg
public FUCOMIP_ST0 ( FPType source ) : void
source FPType
Результат void

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

FUCOMI ST0,fpureg
public FUCOMI_ST0 ( FPType source ) : void
source FPType
Результат void

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

FUCOMP fpureg
public FUCOMP ( FPType target ) : void
target FPType
Результат void

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

FUCOMPP
public FUCOMPP ( ) : void
Результат void

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

FUCOMP ST0,fpureg
public FUCOMP_ST0 ( FPType source ) : void
source FPType
Результат void

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

FUCOM ST0,fpureg
public FUCOM_ST0 ( FPType source ) : void
source FPType
Результат void

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

FWAIT
public FWAIT ( ) : void
Результат void

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

FXAM
public FXAM ( ) : void
Результат void

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

FXCH
public FXCH ( ) : void
Результат void

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

FXCH fpureg
public FXCH ( FPType target ) : void
target FPType
Результат void

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

FXCH ST0,fpureg
public FXCH_ST0 ( FPType source ) : void
source FPType
Результат void

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

FXCH fpureg,ST0
public FXCH__ST0 ( FPType target ) : void
target FPType
Результат void

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

FXRSTOR memory
public FXRSTOR ( Memory target ) : void
target Memory
Результат void

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

FXSAVE memory
public FXSAVE ( Memory target ) : void
target Memory
Результат void

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

FXTRACT
public FXTRACT ( ) : void
Результат void

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

FYL2X
public FYL2X ( ) : void
Результат void

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

FYL2XP1
public FYL2XP1 ( ) : void
Результат void

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

Gets the byte memory.
public GetByteMemory ( object value ) : ByteMemory
value object The value.
Результат ByteMemory

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

Gets the D word memory.
public GetDWordMemory ( object value ) : DWordMemory
value object The value.
Результат DWordMemory

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

Gets the I table label.
public GetITableLabel ( string value ) : string
value string The value.
Результат string

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

Gets the I table stub label.
public GetITableStubLabel ( Class _class, int key ) : string
_class Class The _class.
key int The key.
Результат string

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

Gets the I table stub part label.
public GetITableStubPartLabel ( Class _class, int key, int fromMethod, int toMethod ) : string
_class Class The _class.
key int The key.
fromMethod int From method.
toMethod int To method.
Результат string

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

Gets the memory.
public GetMemory ( object value ) : Memory
value object The value.
Результат Memory

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

Gets the Q word memory.
public GetQWordMemory ( object value ) : QWordMemory
value object The value.
Результат QWordMemory

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

Gets the type of the register size.
public GetRegisterSizeType ( string value ) : InternalType
value string The value.
Результат InternalType

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

Gets the T word memory.
public GetTWordMemory ( object value ) : TWordMemory
value object The value.
Результат TWordMemory

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

Gets the type info label.
public GetTypeInfoLabel ( string value ) : string
value string The value.
Результат string

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

Gets the V table label.
public GetVTableLabel ( string value ) : string
value string The value.
Результат string

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

Gets the word memory.
public GetWordMemory ( object value ) : WordMemory
value object The value.
Результат WordMemory

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

HLT
public HLT ( ) : void
Результат void

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

ICEBP
public ICEBP ( ) : void
Результат void

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

IDIV mem8
public IDIV ( ByteMemory target ) : void
target ByteMemory
Результат void

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

IDIV mem32
public IDIV ( DWordMemory target ) : void
target DWordMemory
Результат void

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

IDIV rmreg16
public IDIV ( R16Type target ) : void
target R16Type
Результат void

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

IDIV rmreg32
public IDIV ( R32Type target ) : void
target R32Type
Результат void

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

IDIV rmreg8
public IDIV ( R8Type target ) : void
target R8Type
Результат void

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

IDIV mem16
public IDIV ( WordMemory target ) : void
target WordMemory
Результат void

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

IMUL mem8
public IMUL ( ByteMemory target ) : void
target ByteMemory
Результат void

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

IMUL mem32
public IMUL ( DWordMemory target ) : void
target DWordMemory
Результат void

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

IMUL rmreg16
public IMUL ( R16Type target ) : void
target R16Type
Результат void

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

IMUL reg16,imm8
public IMUL ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

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

IMUL reg16,rmreg16
public IMUL ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

IMUL reg16,rmreg16,imm8
public IMUL ( R16Type target, R16Type source, Byte value ) : void
target R16Type
source R16Type
value Byte
Результат void

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

IMUL reg16,rmreg16,imm16
public IMUL ( R16Type target, R16Type source, UInt16 value ) : void
target R16Type
source R16Type
value UInt16
Результат void

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

IMUL reg16,imm16
public IMUL ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
Результат void

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

IMUL reg16,mem16
public IMUL ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

IMUL reg16,mem16,imm8
public IMUL ( R16Type target, WordMemory source, Byte value ) : void
target R16Type
source WordMemory
value Byte
Результат void

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

IMUL reg16,mem16,imm16
public IMUL ( R16Type target, WordMemory source, UInt16 value ) : void
target R16Type
source WordMemory
value UInt16
Результат void

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

IMUL rmreg32
public IMUL ( R32Type target ) : void
target R32Type
Результат void

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

IMUL reg32,imm8
public IMUL ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

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

IMUL reg32,mem32
public IMUL ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

IMUL reg32,mem32,imm8
public IMUL ( R32Type target, DWordMemory source, Byte value ) : void
target R32Type
source DWordMemory
value Byte
Результат void

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

IMUL reg32,mem32,imm32
public IMUL ( R32Type target, DWordMemory source, UInt32 value ) : void
target R32Type
source DWordMemory
value UInt32
Результат void

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

IMUL reg32,rmreg32
public IMUL ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

IMUL reg32,rmreg32,imm8
public IMUL ( R32Type target, R32Type source, Byte value ) : void
target R32Type
source R32Type
value Byte
Результат void

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

IMUL reg32,rmreg32,imm32
public IMUL ( R32Type target, R32Type source, UInt32 value ) : void
target R32Type
source R32Type
value UInt32
Результат void

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

IMUL reg32,imm32
public IMUL ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
Результат void

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

IMUL rmreg8
public IMUL ( R8Type target ) : void
target R8Type
Результат void

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

IMUL mem16
public IMUL ( WordMemory target ) : void
target WordMemory
Результат void

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

INC mem8
public INC ( ByteMemory target ) : void
target ByteMemory
Результат void

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

INC mem32
public INC ( DWordMemory target ) : void
target DWordMemory
Результат void

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

INC reg16
public INC ( R16Type target ) : void
target R16Type
Результат void

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

INC reg32
public INC ( R32Type target ) : void
target R32Type
Результат void

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

INC rmreg8
public INC ( R8Type target ) : void
target R8Type
Результат void

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

INC mem16
public INC ( WordMemory target ) : void
target WordMemory
Результат void

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

INSB
public INSB ( ) : void
Результат void

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

INSD
public INSD ( ) : void
Результат void

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

INSW
public INSW ( ) : void
Результат void

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

INT imm8
public INT ( Byte target ) : void
target Byte
Результат void

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

INTO
public INTO ( ) : void
Результат void

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

INVD
public INVD ( ) : void
Результат void

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

INVLPG mem
public INVLPG ( Memory target ) : void
target Memory
Результат void

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

IN AL,imm8
public IN_AL ( Byte source ) : void
source Byte
Результат void

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

IN AL,DX
public IN_AL__DX ( ) : void
Результат void

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

IN AX,imm8
public IN_AX ( Byte source ) : void
source Byte
Результат void

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

IN AX,DX
public IN_AX__DX ( ) : void
Результат void

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

IN EAX,imm8
public IN_EAX ( Byte source ) : void
source Byte
Результат void

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

IN EAX,DX
public IN_EAX__DX ( ) : void
Результат void

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

IRET
public IRET ( ) : void
Результат void

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

IRETD
public IRETD ( ) : void
Результат void

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

IRETW
public IRETW ( ) : void
Результат void

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

Ignores the content of the type.
public IgnoreTypeContent ( string value ) : bool
value string The value.
Результат bool

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

Determines whether the specified value is instruction.
public IsInstruction ( string value ) : bool
value string The value.
Результат bool

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

Determines whether the specified value is a memory address.
public IsMemoryAddress ( string value ) : bool
value string The value.
Результат bool

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

Determines whether the specified value is register.
public IsRegister ( string value ) : bool
value string The value.
Результат bool

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

JA imm8
public JA ( Byte target ) : void
target Byte
Результат void

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

JA NEAR imm
public JA ( UInt32 target ) : void
target UInt32
Результат void

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

JA NEAR imm
public JA ( string label ) : void
label string
Результат void

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

JAE imm8
public JAE ( Byte target ) : void
target Byte
Результат void

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

JAE NEAR imm
public JAE ( UInt32 target ) : void
target UInt32
Результат void

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

JAE NEAR imm
public JAE ( string label ) : void
label string
Результат void

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

JB imm8
public JB ( Byte target ) : void
target Byte
Результат void

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

JB NEAR imm
public JB ( UInt32 target ) : void
target UInt32
Результат void

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

JB NEAR imm
public JB ( string label ) : void
label string
Результат void

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

JBE imm8
public JBE ( Byte target ) : void
target Byte
Результат void

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

JBE NEAR imm
public JBE ( UInt32 target ) : void
target UInt32
Результат void

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

JBE NEAR imm
public JBE ( string label ) : void
label string
Результат void

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

JC imm8
public JC ( Byte target ) : void
target Byte
Результат void

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

JC NEAR imm
public JC ( UInt32 target ) : void
target UInt32
Результат void

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

JC NEAR imm
public JC ( string label ) : void
label string
Результат void

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

JCXZ imm8
public JCXZ ( Byte target ) : void
target Byte
Результат void

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

JE imm8
public JE ( Byte target ) : void
target Byte
Результат void

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

JE NEAR imm
public JE ( UInt32 target ) : void
target UInt32
Результат void

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

JE NEAR imm
public JE ( string label ) : void
label string
Результат void

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

JECXZ imm8
public JECXZ ( Byte target ) : void
target Byte
Результат void

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

JG imm8
public JG ( Byte target ) : void
target Byte
Результат void

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

JG NEAR imm
public JG ( UInt32 target ) : void
target UInt32
Результат void

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

JG NEAR imm
public JG ( string label ) : void
label string
Результат void

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

JGE imm8
public JGE ( Byte target ) : void
target Byte
Результат void

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

JGE NEAR imm
public JGE ( UInt32 target ) : void
target UInt32
Результат void

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

JGE NEAR imm
public JGE ( string label ) : void
label string
Результат void

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

JL imm8
public JL ( Byte target ) : void
target Byte
Результат void

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

JL NEAR imm
public JL ( UInt32 target ) : void
target UInt32
Результат void

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

JL NEAR imm
public JL ( string label ) : void
label string
Результат void

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

JLE imm8
public JLE ( Byte target ) : void
target Byte
Результат void

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

JLE NEAR imm
public JLE ( UInt32 target ) : void
target UInt32
Результат void

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

JLE NEAR imm
public JLE ( string label ) : void
label string
Результат void

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

JMP imm8
public JMP ( Byte target ) : void
target Byte
Результат void

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

JMP mem32
public JMP ( DWordMemory target ) : void
target DWordMemory
Результат void

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

JMP rmreg16
public JMP ( R16Type target ) : void
target R16Type
Результат void

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

JMP rmreg32
public JMP ( R32Type target ) : void
target R32Type
Результат void

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

JMP imm16:imm16
public JMP ( UInt16 target, UInt16 source ) : void
target UInt16
source UInt16
Результат void

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

JMP imm16:imm32
public JMP ( UInt16 target, UInt32 source ) : void
target UInt16
source UInt32
Результат void

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

JMP imm
public JMP ( UInt32 target ) : void
target UInt32
Результат void

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

JMP mem16
public JMP ( WordMemory target ) : void
target WordMemory
Результат void

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

JMP imm
public JMP ( string label ) : void
label string
Результат void

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

JMP imm16:imm32
public JMP ( ushort target, string label ) : void
target ushort
label string
Результат void

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

JMP FAR mem32
public JMP_FAR ( DWordMemory target ) : void
target DWordMemory
Результат void

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

JMP FAR mem
public JMP_FAR ( Memory target ) : void
target Memory
Результат void

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

JNA imm8
public JNA ( Byte target ) : void
target Byte
Результат void

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

JNA NEAR imm
public JNA ( UInt32 target ) : void
target UInt32
Результат void

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

JNA NEAR imm
public JNA ( string label ) : void
label string
Результат void

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

JNAE imm8
public JNAE ( Byte target ) : void
target Byte
Результат void

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

JNAE NEAR imm
public JNAE ( UInt32 target ) : void
target UInt32
Результат void

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

JNAE NEAR imm
public JNAE ( string label ) : void
label string
Результат void

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

JNB imm8
public JNB ( Byte target ) : void
target Byte
Результат void

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

JNB NEAR imm
public JNB ( UInt32 target ) : void
target UInt32
Результат void

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

JNB NEAR imm
public JNB ( string label ) : void
label string
Результат void

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

JNBE imm8
public JNBE ( Byte target ) : void
target Byte
Результат void

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

JNBE NEAR imm
public JNBE ( UInt32 target ) : void
target UInt32
Результат void

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

JNBE NEAR imm
public JNBE ( string label ) : void
label string
Результат void

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

JNC imm8
public JNC ( Byte target ) : void
target Byte
Результат void

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

JNC NEAR imm
public JNC ( UInt32 target ) : void
target UInt32
Результат void

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

JNC NEAR imm
public JNC ( string label ) : void
label string
Результат void

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

JNE imm8
public JNE ( Byte target ) : void
target Byte
Результат void

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

JNE NEAR imm
public JNE ( UInt32 target ) : void
target UInt32
Результат void

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

JNE NEAR imm
public JNE ( string label ) : void
label string
Результат void

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

JNG imm8
public JNG ( Byte target ) : void
target Byte
Результат void

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

JNG NEAR imm
public JNG ( UInt32 target ) : void
target UInt32
Результат void

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

JNG NEAR imm
public JNG ( string label ) : void
label string
Результат void

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

JNGE imm8
public JNGE ( Byte target ) : void
target Byte
Результат void

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

JNGE NEAR imm
public JNGE ( UInt32 target ) : void
target UInt32
Результат void

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

JNGE NEAR imm
public JNGE ( string label ) : void
label string
Результат void

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

JNL imm8
public JNL ( Byte target ) : void
target Byte
Результат void

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

JNL NEAR imm
public JNL ( UInt32 target ) : void
target UInt32
Результат void

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

JNL NEAR imm
public JNL ( string label ) : void
label string
Результат void

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

JNLE imm8
public JNLE ( Byte target ) : void
target Byte
Результат void

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

JNLE NEAR imm
public JNLE ( UInt32 target ) : void
target UInt32
Результат void

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

JNLE NEAR imm
public JNLE ( string label ) : void
label string
Результат void

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

JNO imm8
public JNO ( Byte target ) : void
target Byte
Результат void

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

JNO NEAR imm
public JNO ( UInt32 target ) : void
target UInt32
Результат void

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

JNO NEAR imm
public JNO ( string label ) : void
label string
Результат void

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

JNP imm8
public JNP ( Byte target ) : void
target Byte
Результат void

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

JNP NEAR imm
public JNP ( UInt32 target ) : void
target UInt32
Результат void

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

JNP NEAR imm
public JNP ( string label ) : void
label string
Результат void

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

JNS imm8
public JNS ( Byte target ) : void
target Byte
Результат void

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

JNS NEAR imm
public JNS ( UInt32 target ) : void
target UInt32
Результат void

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

JNS NEAR imm
public JNS ( string label ) : void
label string
Результат void

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

JNZ imm8
public JNZ ( Byte target ) : void
target Byte
Результат void

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

JNZ NEAR imm
public JNZ ( UInt32 target ) : void
target UInt32
Результат void

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

JNZ NEAR imm
public JNZ ( string label ) : void
label string
Результат void

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

JO imm8
public JO ( Byte target ) : void
target Byte
Результат void

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

JO NEAR imm
public JO ( UInt32 target ) : void
target UInt32
Результат void

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

JO NEAR imm
public JO ( string label ) : void
label string
Результат void

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

JP imm8
public JP ( Byte target ) : void
target Byte
Результат void

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

JP NEAR imm
public JP ( UInt32 target ) : void
target UInt32
Результат void

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

JP NEAR imm
public JP ( string label ) : void
label string
Результат void

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

JPE imm8
public JPE ( Byte target ) : void
target Byte
Результат void

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

JPE NEAR imm
public JPE ( UInt32 target ) : void
target UInt32
Результат void

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

JPE NEAR imm
public JPE ( string label ) : void
label string
Результат void

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

JPO imm8
public JPO ( Byte target ) : void
target Byte
Результат void

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

JPO NEAR imm
public JPO ( UInt32 target ) : void
target UInt32
Результат void

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

JPO NEAR imm
public JPO ( string label ) : void
label string
Результат void

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

JS imm8
public JS ( Byte target ) : void
target Byte
Результат void

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

JS NEAR imm
public JS ( UInt32 target ) : void
target UInt32
Результат void

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

JS NEAR imm
public JS ( string label ) : void
label string
Результат void

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

JZ imm8
public JZ ( Byte target ) : void
target Byte
Результат void

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

JZ NEAR imm
public JZ ( UInt32 target ) : void
target UInt32
Результат void

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

JZ NEAR imm
public JZ ( string label ) : void
label string
Результат void

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

LABELs the specified label.
public LABEL ( string label ) : void
label string The label.
Результат void

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

LAHF
public LAHF ( ) : void
Результат void

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

LAR reg16,rmreg16
public LAR ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

LAR reg16,mem16
public LAR ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

LAR reg32,mem32
public LAR ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

LAR reg32,rmreg32
public LAR ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

LDS reg16,mem
public LDS ( R16Type target, Memory source ) : void
target R16Type
source Memory
Результат void

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

LDS reg32,mem
public LDS ( R32Type target, Memory source ) : void
target R32Type
source Memory
Результат void

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

LEA reg16,mem
public LEA ( R16Type target, Memory source ) : void
target R16Type
source Memory
Результат void

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

LEA reg32,mem
public LEA ( R32Type target, Memory source ) : void
target R32Type
source Memory
Результат void

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

LEAVE
public LEAVE ( ) : void
Результат void

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

LES reg16,mem
public LES ( R16Type target, Memory source ) : void
target R16Type
source Memory
Результат void

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

LES reg32,mem
public LES ( R32Type target, Memory source ) : void
target R32Type
source Memory
Результат void

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

LFENCE
public LFENCE ( ) : void
Результат void

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

LFS reg16,mem
public LFS ( R16Type target, Memory source ) : void
target R16Type
source Memory
Результат void

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

LFS reg32,mem
public LFS ( R32Type target, Memory source ) : void
target R32Type
source Memory
Результат void

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

LGDT mem
public LGDT ( Memory target ) : void
target Memory
Результат void

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

LGS reg16,mem
public LGS ( R16Type target, Memory source ) : void
target R16Type
source Memory
Результат void

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

LGS reg32,mem
public LGS ( R32Type target, Memory source ) : void
target R32Type
source Memory
Результат void

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

LIDT mem
public LIDT ( Memory target ) : void
target Memory
Результат void

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

LLDT rmreg16
public LLDT ( R16Type target ) : void
target R16Type
Результат void

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

LLDT mem16
public LLDT ( WordMemory target ) : void
target WordMemory
Результат void

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

LMSW rmreg16
public LMSW ( R16Type target ) : void
target R16Type
Результат void

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

LMSW mem16
public LMSW ( WordMemory target ) : void
target WordMemory
Результат void

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

LOCK
public LOCK ( ) : void
Результат void

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

LODSB
public LODSB ( ) : void
Результат void

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

LODSD
public LODSD ( ) : void
Результат void

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

LODSW
public LODSW ( ) : void
Результат void

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

LOOP imm8
public LOOP ( Byte target ) : void
target Byte
Результат void

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

LOOPE imm8
public LOOPE ( Byte target ) : void
target Byte
Результат void

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

LOOPNE imm8
public LOOPNE ( Byte target ) : void
target Byte
Результат void

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

LOOPNZ imm8
public LOOPNZ ( Byte target ) : void
target Byte
Результат void

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

LOOPZ imm8
public LOOPZ ( Byte target ) : void
target Byte
Результат void

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

LSL reg16,rmreg16
public LSL ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

LSL reg16,mem16
public LSL ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

LSL reg32,mem32
public LSL ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

LSL reg32,rmreg32
public LSL ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

LSS reg16,mem
public LSS ( R16Type target, Memory source ) : void
target R16Type
source Memory
Результат void

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

LSS reg32,mem
public LSS ( R32Type target, Memory source ) : void
target R32Type
source Memory
Результат void

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

LTR rmreg16
public LTR ( R16Type target ) : void
target R16Type
Результат void

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

LTR mem16
public LTR ( WordMemory target ) : void
target WordMemory
Результат void

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

MFENCE
public MFENCE ( ) : void
Результат void

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

MOV mem8,imm8
public MOV ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

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

MOV mem8,reg8
public MOV ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
Результат void

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

MOV CR0/2/3/4,reg32
public MOV ( CRType target, R32Type source ) : void
target CRType
source R32Type
Результат void

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

MOV DR0/1/2/3/6/7,reg32
public MOV ( DRType target, R32Type source ) : void
target DRType
source R32Type
Результат void

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

MOV mem32,reg32
public MOV ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

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

MOV mem32,segreg
public MOV ( DWordMemory target, SegType source ) : void
target DWordMemory
source SegType
Результат void

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

MOV mem32,imm32
public MOV ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source UInt32
Результат void

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

MOV rmreg16,reg16
public MOV ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

MOV rmreg16,segreg
public MOV ( R16Type target, SegType source ) : void
target R16Type
source SegType
Результат void

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

MOV reg16,imm16
public MOV ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
Результат void

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

MOV reg16,mem16
public MOV ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

MOVs the specified target.
public MOV ( R16Type target, string label ) : void
target R16Type The target.
label string The label.
Результат void

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

MOV reg32,CR0/2/3/4
public MOV ( R32Type target, CRType source ) : void
target R32Type
source CRType
Результат void

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

MOV reg32,DR0/1/2/3/6/7
public MOV ( R32Type target, DRType source ) : void
target R32Type
source DRType
Результат void

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

MOV reg32,mem32
public MOV ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

MOV rmreg32,reg32
public MOV ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

MOV rmreg32,segreg
public MOV ( R32Type target, SegType source ) : void
target R32Type
source SegType
Результат void

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

MOV reg32,TR3/4/5/6/7
public MOV ( R32Type target, TRType source ) : void
target R32Type
source TRType
Результат void

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

MOV reg32,imm32
public MOV ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
Результат void

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

MOVs the specified target.
public MOV ( R32Type target, string label ) : void
target R32Type The target.
label string The label.
Результат void

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

MOV reg8,imm8
public MOV ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

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

MOV reg8,mem8
public MOV ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
Результат void

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

MOV rmreg8,reg8
public MOV ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
Результат void

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

MOV segreg,mem32
public MOV ( SegType target, DWordMemory source ) : void
target SegType
source DWordMemory
Результат void

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

MOV segreg,rmreg16
public MOV ( SegType target, R16Type source ) : void
target SegType
source R16Type
Результат void

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

MOV segreg,rmreg32
public MOV ( SegType target, R32Type source ) : void
target SegType
source R32Type
Результат void

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

MOV segreg,mem16
public MOV ( SegType target, WordMemory source ) : void
target SegType
source WordMemory
Результат void

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

MOV TR3/4/5/6/7,reg32
public MOV ( TRType target, R32Type source ) : void
target TRType
source R32Type
Результат void

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

MOV mem16,reg16
public MOV ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

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

MOV mem16,segreg
public MOV ( WordMemory target, SegType source ) : void
target WordMemory
source SegType
Результат void

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

MOV mem16,imm16
public MOV ( WordMemory target, UInt16 source ) : void
target WordMemory
source UInt16
Результат void

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

MOVSB
public MOVSB ( ) : void
Результат void

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

MOVSD
public MOVSD ( ) : void
Результат void

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

MOVSW
public MOVSW ( ) : void
Результат void

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

MOVSX reg16,mem8
public MOVSX ( R16Type target, ByteMemory source ) : void
target R16Type
source ByteMemory
Результат void

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

MOVSX reg16,rmreg8
public MOVSX ( R16Type target, R8Type source ) : void
target R16Type
source R8Type
Результат void

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

MOVSX reg32,mem8
public MOVSX ( R32Type target, ByteMemory source ) : void
target R32Type
source ByteMemory
Результат void

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

MOVSX reg32,rmreg16
public MOVSX ( R32Type target, R16Type source ) : void
target R32Type
source R16Type
Результат void

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

MOVSX reg32,rmreg8
public MOVSX ( R32Type target, R8Type source ) : void
target R32Type
source R8Type
Результат void

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

MOVSX reg32,mem16
public MOVSX ( R32Type target, WordMemory source ) : void
target R32Type
source WordMemory
Результат void

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

MOVZX reg16,mem8
public MOVZX ( R16Type target, ByteMemory source ) : void
target R16Type
source ByteMemory
Результат void

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

MOVZX reg16,rmreg8
public MOVZX ( R16Type target, R8Type source ) : void
target R16Type
source R8Type
Результат void

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

MOVZX reg32,mem8
public MOVZX ( R32Type target, ByteMemory source ) : void
target R32Type
source ByteMemory
Результат void

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

MOVZX reg32,rmreg16
public MOVZX ( R32Type target, R16Type source ) : void
target R32Type
source R16Type
Результат void

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

MOVZX reg32,rmreg8
public MOVZX ( R32Type target, R8Type source ) : void
target R32Type
source R8Type
Результат void

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

MOVZX reg32,mem16
public MOVZX ( R32Type target, WordMemory source ) : void
target R32Type
source WordMemory
Результат void

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

MOV AL,memoffs8
public MOV_AL ( byte source ) : void
source byte
Результат void

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

MOV AX,memoffs16
public MOV_AX ( UInt16 source ) : void
source UInt16
Результат void

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

MOV EAX,memoffs32
public MOV_EAX ( UInt32 source ) : void
source UInt32
Результат void

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

MOV memoffs8,AL
public MOV__AL ( byte target ) : void
target byte
Результат void

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

MOV memoffs16,AX
public MOV__AX ( UInt16 target ) : void
target UInt16
Результат void

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

MOV memoffs32,EAX
public MOV__EAX ( UInt32 target ) : void
target UInt32
Результат void

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

MUL mem8
public MUL ( ByteMemory target ) : void
target ByteMemory
Результат void

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

MUL mem32
public MUL ( DWordMemory target ) : void
target DWordMemory
Результат void

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

MUL rmreg16
public MUL ( R16Type target ) : void
target R16Type
Результат void

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

MUL rmreg32
public MUL ( R32Type target ) : void
target R32Type
Результат void

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

MUL rmreg8
public MUL ( R8Type target ) : void
target R8Type
Результат void

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

MUL mem16
public MUL ( WordMemory target ) : void
target WordMemory
Результат void

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

NEG mem8
public NEG ( ByteMemory target ) : void
target ByteMemory
Результат void

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

NEG mem32
public NEG ( DWordMemory target ) : void
target DWordMemory
Результат void

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

NEG rmreg16
public NEG ( R16Type target ) : void
target R16Type
Результат void

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

NEG rmreg32
public NEG ( R32Type target ) : void
target R32Type
Результат void

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

NEG rmreg8
public NEG ( R8Type target ) : void
target R8Type
Результат void

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

NEG mem16
public NEG ( WordMemory target ) : void
target WordMemory
Результат void

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

NOP
public NOP ( ) : void
Результат void

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

NOT mem8
public NOT ( ByteMemory target ) : void
target ByteMemory
Результат void

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

NOT mem32
public NOT ( DWordMemory target ) : void
target DWordMemory
Результат void

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

NOT rmreg16
public NOT ( R16Type target ) : void
target R16Type
Результат void

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

NOT rmreg32
public NOT ( R32Type target ) : void
target R32Type
Результат void

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

NOT rmreg8
public NOT ( R8Type target ) : void
target R8Type
Результат void

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

NOT mem16
public NOT ( WordMemory target ) : void
target WordMemory
Результат void

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

OFFSETs the specified value.
public OFFSET ( UInt32 value ) : void
value UInt32 The value.
Результат void

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

OR mem8,imm8
public OR ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

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

OR mem8,reg8
public OR ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
Результат void

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

OR mem32,imm8
public OR ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

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

OR mem32,reg32
public OR ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

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

OR mem32,imm32
public OR ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source UInt32
Результат void

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

OR rmreg16,imm8
public OR ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

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

OR rmreg16,reg16
public OR ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

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

OR rmreg16,imm16
public OR ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
Результат void

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

OR reg16,mem16
public OR ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

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

OR rmreg32,imm8
public OR ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

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

OR reg32,mem32
public OR ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

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

OR rmreg32,reg32
public OR ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

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

OR rmreg32,imm32
public OR ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
Результат void

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

OR rmreg8,imm8
public OR ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

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

OR reg8,mem8
public OR ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
Результат void

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

OR rmreg8,reg8
public OR ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
Результат void

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

OR mem16,imm8
public OR ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

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

OR mem16,reg16
public OR ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

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

OR mem16,imm16
public OR ( WordMemory target, UInt16 source ) : void
target WordMemory
source UInt16
Результат void

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

ORGs the specified value.
public ORG ( UInt32 value ) : void
value UInt32 The value.
Результат void

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

OUTSB
public OUTSB ( ) : void
Результат void

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

OUTSD
public OUTSD ( ) : void
Результат void

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

OUTSW
public OUTSW ( ) : void
Результат void

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

OUT DX,AL
public OUT_DX__AL ( ) : void
Результат void

OUT_DX__AX() публичный Метод

OUT DX,AX
public OUT_DX__AX ( ) : void
Результат void

OUT_DX__EAX() публичный Метод

OUT DX,EAX
public OUT_DX__EAX ( ) : void
Результат void

OUT__AL() публичный Метод

OUT imm8,AL
public OUT__AL ( Byte target ) : void
target Byte
Результат void

OUT__AX() публичный Метод

OUT imm8,AX
public OUT__AX ( Byte target ) : void
target Byte
Результат void

OUT__EAX() публичный Метод

OUT imm8,EAX
public OUT__EAX ( Byte target ) : void
target Byte
Результат void

PAUSE() публичный Метод

PAUSE
public PAUSE ( ) : void
Результат void

POP() публичный Метод

POP mem32
public POP ( DWordMemory target ) : void
target DWordMemory
Результат void

POP() публичный Метод

POP reg16
public POP ( R16Type target ) : void
target R16Type
Результат void

POP() публичный Метод

POP reg32
public POP ( R32Type target ) : void
target R32Type
Результат void

POP() публичный Метод

POP segreg
public POP ( SegType target ) : void
target SegType
Результат void

POP() публичный Метод

POP mem16
public POP ( WordMemory target ) : void
target WordMemory
Результат void

POPA() публичный Метод

POPA
public POPA ( ) : void
Результат void

POPAD() публичный Метод

POPAD
public POPAD ( ) : void
Результат void

POPAW() публичный Метод

POPAW
public POPAW ( ) : void
Результат void

POPF() публичный Метод

POPF
public POPF ( ) : void
Результат void

POPFD() публичный Метод

POPFD
public POPFD ( ) : void
Результат void

POPFW() публичный Метод

POPFW
public POPFW ( ) : void
Результат void

PREFETCHNTA() публичный Метод

PREFETCHNTA m8
public PREFETCHNTA ( Memory target ) : void
target Memory
Результат void

PREFETCHT0() публичный Метод

PREFETCHT0 m8
public PREFETCHT0 ( Memory target ) : void
target Memory
Результат void

PREFETCHT1() публичный Метод

PREFETCHT1 m8
public PREFETCHT1 ( Memory target ) : void
target Memory
Результат void

PREFETCHT2() публичный Метод

PREFETCHT2 m8
public PREFETCHT2 ( Memory target ) : void
target Memory
Результат void

PUSH() публичный Метод

PUSH imm8
public PUSH ( Byte target ) : void
target Byte
Результат void

PUSH() публичный Метод

PUSH mem32
public PUSH ( DWordMemory target ) : void
target DWordMemory
Результат void

PUSH() публичный Метод

PUSH reg16
public PUSH ( R16Type target ) : void
target R16Type
Результат void

PUSH() публичный Метод

PUSH reg32
public PUSH ( R32Type target ) : void
target R32Type
Результат void

PUSH() публичный Метод

PUSH segreg
public PUSH ( SegType target ) : void
target SegType
Результат void

PUSH() публичный Метод

PUSH imm16
public PUSH ( UInt16 target ) : void
target UInt16
Результат void

PUSH() публичный Метод

PUSH imm32
public PUSH ( UInt32 target ) : void
target UInt32
Результат void

PUSH() публичный Метод

PUSH mem16
public PUSH ( WordMemory target ) : void
target WordMemory
Результат void

PUSHA() публичный Метод

PUSHA
public PUSHA ( ) : void
Результат void

PUSHAD() публичный Метод

PUSHAD
public PUSHAD ( ) : void
Результат void

PUSHAW() публичный Метод

PUSHAW
public PUSHAW ( ) : void
Результат void

PUSHF() публичный Метод

PUSHF
public PUSHF ( ) : void
Результат void

PUSHFD() публичный Метод

PUSHFD
public PUSHFD ( ) : void
Результат void

PUSHFW() публичный Метод

PUSHFW
public PUSHFW ( ) : void
Результат void

RCL() публичный Метод

RCL mem8,imm8
public RCL ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

RCL() публичный Метод

RCL mem32,imm8
public RCL ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

RCL() публичный Метод

RCL rmreg16,imm8
public RCL ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

RCL() публичный Метод

RCL rmreg32,imm8
public RCL ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

RCL() публичный Метод

RCL rmreg8,imm8
public RCL ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

RCL() публичный Метод

RCL mem16,imm8
public RCL ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

RCL__CL() публичный Метод

RCL mem8,CL
public RCL__CL ( ByteMemory target ) : void
target ByteMemory
Результат void

RCL__CL() публичный Метод

RCL mem32,CL
public RCL__CL ( DWordMemory target ) : void
target DWordMemory
Результат void

RCL__CL() публичный Метод

RCL rmreg16,CL
public RCL__CL ( R16Type target ) : void
target R16Type
Результат void

RCL__CL() публичный Метод

RCL rmreg32,CL
public RCL__CL ( R32Type target ) : void
target R32Type
Результат void

RCL__CL() публичный Метод

RCL rmreg8,CL
public RCL__CL ( R8Type target ) : void
target R8Type
Результат void

RCL__CL() публичный Метод

RCL mem16,CL
public RCL__CL ( WordMemory target ) : void
target WordMemory
Результат void

RCR() публичный Метод

RCR mem8,imm8
public RCR ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

RCR() публичный Метод

RCR mem32,imm8
public RCR ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

RCR() публичный Метод

RCR rmreg16,imm8
public RCR ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

RCR() публичный Метод

RCR rmreg32,imm8
public RCR ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

RCR() публичный Метод

RCR rmreg8,imm8
public RCR ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

RCR() публичный Метод

RCR mem16,imm8
public RCR ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

RCR__CL() публичный Метод

RCR mem8,CL
public RCR__CL ( ByteMemory target ) : void
target ByteMemory
Результат void

RCR__CL() публичный Метод

RCR mem32,CL
public RCR__CL ( DWordMemory target ) : void
target DWordMemory
Результат void

RCR__CL() публичный Метод

RCR rmreg16,CL
public RCR__CL ( R16Type target ) : void
target R16Type
Результат void

RCR__CL() публичный Метод

RCR rmreg32,CL
public RCR__CL ( R32Type target ) : void
target R32Type
Результат void

RCR__CL() публичный Метод

RCR rmreg8,CL
public RCR__CL ( R8Type target ) : void
target R8Type
Результат void

RCR__CL() публичный Метод

RCR mem16,CL
public RCR__CL ( WordMemory target ) : void
target WordMemory
Результат void

RDMSR() публичный Метод

RDMSR
public RDMSR ( ) : void
Результат void

RDPMC() публичный Метод

RDPMC
public RDPMC ( ) : void
Результат void

RDTSC() публичный Метод

RDTSC
public RDTSC ( ) : void
Результат void

REP() публичный Метод

REP
public REP ( ) : void
Результат void

REPE() публичный Метод

REPE
public REPE ( ) : void
Результат void

REPNE() публичный Метод

REPNE
public REPNE ( ) : void
Результат void

REPNZ() публичный Метод

REPNZ
public REPNZ ( ) : void
Результат void

REPZ() публичный Метод

REPZ
public REPZ ( ) : void
Результат void

RET() публичный Метод

RET
public RET ( ) : void
Результат void

RET() публичный Метод

RET imm16
public RET ( UInt16 target ) : void
target UInt16
Результат void

RETF() публичный Метод

RETF
public RETF ( ) : void
Результат void

RETF() публичный Метод

RETF imm16
public RETF ( UInt16 target ) : void
target UInt16
Результат void

RETN() публичный Метод

RETN
public RETN ( ) : void
Результат void

RETN() публичный Метод

RETN imm16
public RETN ( UInt16 target ) : void
target UInt16
Результат void

ROL() публичный Метод

ROL mem8,imm8
public ROL ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

ROL() публичный Метод

ROL mem32,imm8
public ROL ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

ROL() публичный Метод

ROL rmreg16,imm8
public ROL ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

ROL() публичный Метод

ROL rmreg32,imm8
public ROL ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

ROL() публичный Метод

ROL rmreg8,imm8
public ROL ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

ROL() публичный Метод

ROL mem16,imm8
public ROL ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

ROL__CL() публичный Метод

ROL mem8,CL
public ROL__CL ( ByteMemory target ) : void
target ByteMemory
Результат void

ROL__CL() публичный Метод

ROL mem32,CL
public ROL__CL ( DWordMemory target ) : void
target DWordMemory
Результат void

ROL__CL() публичный Метод

ROL rmreg16,CL
public ROL__CL ( R16Type target ) : void
target R16Type
Результат void

ROL__CL() публичный Метод

ROL rmreg32,CL
public ROL__CL ( R32Type target ) : void
target R32Type
Результат void

ROL__CL() публичный Метод

ROL rmreg8,CL
public ROL__CL ( R8Type target ) : void
target R8Type
Результат void

ROL__CL() публичный Метод

ROL mem16,CL
public ROL__CL ( WordMemory target ) : void
target WordMemory
Результат void

ROR() публичный Метод

ROR mem8,imm8
public ROR ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

ROR() публичный Метод

ROR mem32,imm8
public ROR ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

ROR() публичный Метод

ROR rmreg16,imm8
public ROR ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

ROR() публичный Метод

ROR rmreg32,imm8
public ROR ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

ROR() публичный Метод

ROR rmreg8,imm8
public ROR ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

ROR() публичный Метод

ROR mem16,imm8
public ROR ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

ROR__CL() публичный Метод

ROR mem8,CL
public ROR__CL ( ByteMemory target ) : void
target ByteMemory
Результат void

ROR__CL() публичный Метод

ROR mem32,CL
public ROR__CL ( DWordMemory target ) : void
target DWordMemory
Результат void

ROR__CL() публичный Метод

ROR rmreg16,CL
public ROR__CL ( R16Type target ) : void
target R16Type
Результат void

ROR__CL() публичный Метод

ROR rmreg32,CL
public ROR__CL ( R32Type target ) : void
target R32Type
Результат void

ROR__CL() публичный Метод

ROR rmreg8,CL
public ROR__CL ( R8Type target ) : void
target R8Type
Результат void

ROR__CL() публичный Метод

ROR mem16,CL
public ROR__CL ( WordMemory target ) : void
target WordMemory
Результат void

RSM() публичный Метод

RSM
public RSM ( ) : void
Результат void

SAHF() публичный Метод

SAHF
public SAHF ( ) : void
Результат void

SAL() публичный Метод

SAL mem8,imm8
public SAL ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

SAL() публичный Метод

SAL mem32,imm8
public SAL ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

SAL() публичный Метод

SAL rmreg16,imm8
public SAL ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

SAL() публичный Метод

SAL rmreg32,imm8
public SAL ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

SAL() публичный Метод

SAL rmreg8,imm8
public SAL ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

SAL() публичный Метод

SAL mem16,imm8
public SAL ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

SALC() публичный Метод

SALC
public SALC ( ) : void
Результат void

SAL__CL() публичный Метод

SAL mem8,CL
public SAL__CL ( ByteMemory target ) : void
target ByteMemory
Результат void

SAL__CL() публичный Метод

SAL mem32,CL
public SAL__CL ( DWordMemory target ) : void
target DWordMemory
Результат void

SAL__CL() публичный Метод

SAL rmreg16,CL
public SAL__CL ( R16Type target ) : void
target R16Type
Результат void

SAL__CL() публичный Метод

SAL rmreg32,CL
public SAL__CL ( R32Type target ) : void
target R32Type
Результат void

SAL__CL() публичный Метод

SAL rmreg8,CL
public SAL__CL ( R8Type target ) : void
target R8Type
Результат void

SAL__CL() публичный Метод

SAL mem16,CL
public SAL__CL ( WordMemory target ) : void
target WordMemory
Результат void

SAR() публичный Метод

SAR mem8,imm8
public SAR ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

SAR() публичный Метод

SAR mem32,imm8
public SAR ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

SAR() публичный Метод

SAR rmreg16,imm8
public SAR ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

SAR() публичный Метод

SAR rmreg32,imm8
public SAR ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

SAR() публичный Метод

SAR rmreg8,imm8
public SAR ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

SAR() публичный Метод

SAR mem16,imm8
public SAR ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

SAR__CL() публичный Метод

SAR mem8,CL
public SAR__CL ( ByteMemory target ) : void
target ByteMemory
Результат void

SAR__CL() публичный Метод

SAR mem32,CL
public SAR__CL ( DWordMemory target ) : void
target DWordMemory
Результат void

SAR__CL() публичный Метод

SAR rmreg16,CL
public SAR__CL ( R16Type target ) : void
target R16Type
Результат void

SAR__CL() публичный Метод

SAR rmreg32,CL
public SAR__CL ( R32Type target ) : void
target R32Type
Результат void

SAR__CL() публичный Метод

SAR rmreg8,CL
public SAR__CL ( R8Type target ) : void
target R8Type
Результат void

SAR__CL() публичный Метод

SAR mem16,CL
public SAR__CL ( WordMemory target ) : void
target WordMemory
Результат void

SBB() публичный Метод

SBB mem8,imm8
public SBB ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

SBB() публичный Метод

SBB mem8,reg8
public SBB ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
Результат void

SBB() публичный Метод

SBB mem32,imm8
public SBB ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

SBB() публичный Метод

SBB mem32,reg32
public SBB ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

SBB() публичный Метод

SBB mem32,imm32
public SBB ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source UInt32
Результат void

SBB() публичный Метод

SBB rmreg16,imm8
public SBB ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

SBB() публичный Метод

SBB rmreg16,reg16
public SBB ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

SBB() публичный Метод

SBB rmreg16,imm16
public SBB ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
Результат void

SBB() публичный Метод

SBB reg16,mem16
public SBB ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

SBB() публичный Метод

SBB rmreg32,imm8
public SBB ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

SBB() публичный Метод

SBB reg32,mem32
public SBB ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

SBB() публичный Метод

SBB rmreg32,reg32
public SBB ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

SBB() публичный Метод

SBB rmreg32,imm32
public SBB ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
Результат void

SBB() публичный Метод

SBB rmreg8,imm8
public SBB ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

SBB() публичный Метод

SBB reg8,mem8
public SBB ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
Результат void

SBB() публичный Метод

SBB rmreg8,reg8
public SBB ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
Результат void

SBB() публичный Метод

SBB mem16,imm8
public SBB ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

SBB() публичный Метод

SBB mem16,reg16
public SBB ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

SBB() публичный Метод

SBB mem16,imm16
public SBB ( WordMemory target, UInt16 source ) : void
target WordMemory
source UInt16
Результат void

SCASB() публичный Метод

SCASB
public SCASB ( ) : void
Результат void

SCASD() публичный Метод

SCASD
public SCASD ( ) : void
Результат void

SCASW() публичный Метод

SCASW
public SCASW ( ) : void
Результат void

SETA() публичный Метод

SETA mem8
public SETA ( ByteMemory target ) : void
target ByteMemory
Результат void

SETA() публичный Метод

SETA rmreg8
public SETA ( R8Type target ) : void
target R8Type
Результат void

SETAE() публичный Метод

SETAE mem8
public SETAE ( ByteMemory target ) : void
target ByteMemory
Результат void

SETAE() публичный Метод

SETAE rmreg8
public SETAE ( R8Type target ) : void
target R8Type
Результат void

SETB() публичный Метод

SETB mem8
public SETB ( ByteMemory target ) : void
target ByteMemory
Результат void

SETB() публичный Метод

SETB rmreg8
public SETB ( R8Type target ) : void
target R8Type
Результат void

SETBE() публичный Метод

SETBE mem8
public SETBE ( ByteMemory target ) : void
target ByteMemory
Результат void

SETBE() публичный Метод

SETBE rmreg8
public SETBE ( R8Type target ) : void
target R8Type
Результат void

SETC() публичный Метод

SETC mem8
public SETC ( ByteMemory target ) : void
target ByteMemory
Результат void

SETC() публичный Метод

SETC rmreg8
public SETC ( R8Type target ) : void
target R8Type
Результат void

SETE() публичный Метод

SETE mem8
public SETE ( ByteMemory target ) : void
target ByteMemory
Результат void

SETE() публичный Метод

SETE rmreg8
public SETE ( R8Type target ) : void
target R8Type
Результат void

SETG() публичный Метод

SETG mem8
public SETG ( ByteMemory target ) : void
target ByteMemory
Результат void

SETG() публичный Метод

SETG rmreg8
public SETG ( R8Type target ) : void
target R8Type
Результат void

SETGE() публичный Метод

SETGE mem8
public SETGE ( ByteMemory target ) : void
target ByteMemory
Результат void

SETGE() публичный Метод

SETGE rmreg8
public SETGE ( R8Type target ) : void
target R8Type
Результат void

SETL() публичный Метод

SETL mem8
public SETL ( ByteMemory target ) : void
target ByteMemory
Результат void

SETL() публичный Метод

SETL rmreg8
public SETL ( R8Type target ) : void
target R8Type
Результат void

SETLE() публичный Метод

SETLE mem8
public SETLE ( ByteMemory target ) : void
target ByteMemory
Результат void

SETLE() публичный Метод

SETLE rmreg8
public SETLE ( R8Type target ) : void
target R8Type
Результат void

SETNA() публичный Метод

SETNA mem8
public SETNA ( ByteMemory target ) : void
target ByteMemory
Результат void

SETNA() публичный Метод

SETNA rmreg8
public SETNA ( R8Type target ) : void
target R8Type
Результат void

SETNAE() публичный Метод

SETNAE mem8
public SETNAE ( ByteMemory target ) : void
target ByteMemory
Результат void

SETNAE() публичный Метод

SETNAE rmreg8
public SETNAE ( R8Type target ) : void
target R8Type
Результат void

SETNB() публичный Метод

SETNB mem8
public SETNB ( ByteMemory target ) : void
target ByteMemory
Результат void

SETNB() публичный Метод

SETNB rmreg8
public SETNB ( R8Type target ) : void
target R8Type
Результат void

SETNBE() публичный Метод

SETNBE mem8
public SETNBE ( ByteMemory target ) : void
target ByteMemory
Результат void

SETNBE() публичный Метод

SETNBE rmreg8
public SETNBE ( R8Type target ) : void
target R8Type
Результат void

SETNC() публичный Метод

SETNC mem8
public SETNC ( ByteMemory target ) : void
target ByteMemory
Результат void

SETNC() публичный Метод

SETNC rmreg8
public SETNC ( R8Type target ) : void
target R8Type
Результат void

SETNE() публичный Метод

SETNE mem8
public SETNE ( ByteMemory target ) : void
target ByteMemory
Результат void

SETNE() публичный Метод

SETNE rmreg8
public SETNE ( R8Type target ) : void
target R8Type
Результат void

SETNG() публичный Метод

SETNG mem8
public SETNG ( ByteMemory target ) : void
target ByteMemory
Результат void

SETNG() публичный Метод

SETNG rmreg8
public SETNG ( R8Type target ) : void
target R8Type
Результат void

SETNGE() публичный Метод

SETNGE mem8
public SETNGE ( ByteMemory target ) : void
target ByteMemory
Результат void

SETNGE() публичный Метод

SETNGE rmreg8
public SETNGE ( R8Type target ) : void
target R8Type
Результат void

SETNL() публичный Метод

SETNL mem8
public SETNL ( ByteMemory target ) : void
target ByteMemory
Результат void

SETNL() публичный Метод

SETNL rmreg8
public SETNL ( R8Type target ) : void
target R8Type
Результат void

SETNLE() публичный Метод

SETNLE mem8
public SETNLE ( ByteMemory target ) : void
target ByteMemory
Результат void

SETNLE() публичный Метод

SETNLE rmreg8
public SETNLE ( R8Type target ) : void
target R8Type
Результат void

SETNO() публичный Метод

SETNO mem8
public SETNO ( ByteMemory target ) : void
target ByteMemory
Результат void

SETNO() публичный Метод

SETNO rmreg8
public SETNO ( R8Type target ) : void
target R8Type
Результат void

SETNP() публичный Метод

SETNP mem8
public SETNP ( ByteMemory target ) : void
target ByteMemory
Результат void

SETNP() публичный Метод

SETNP rmreg8
public SETNP ( R8Type target ) : void
target R8Type
Результат void

SETNS() публичный Метод

SETNS mem8
public SETNS ( ByteMemory target ) : void
target ByteMemory
Результат void

SETNS() публичный Метод

SETNS rmreg8
public SETNS ( R8Type target ) : void
target R8Type
Результат void

SETNZ() публичный Метод

SETNZ mem8
public SETNZ ( ByteMemory target ) : void
target ByteMemory
Результат void

SETNZ() публичный Метод

SETNZ rmreg8
public SETNZ ( R8Type target ) : void
target R8Type
Результат void

SETO() публичный Метод

SETO mem8
public SETO ( ByteMemory target ) : void
target ByteMemory
Результат void

SETO() публичный Метод

SETO rmreg8
public SETO ( R8Type target ) : void
target R8Type
Результат void

SETP() публичный Метод

SETP mem8
public SETP ( ByteMemory target ) : void
target ByteMemory
Результат void

SETP() публичный Метод

SETP rmreg8
public SETP ( R8Type target ) : void
target R8Type
Результат void

SETPE() публичный Метод

SETPE mem8
public SETPE ( ByteMemory target ) : void
target ByteMemory
Результат void

SETPE() публичный Метод

SETPE rmreg8
public SETPE ( R8Type target ) : void
target R8Type
Результат void

SETPO() публичный Метод

SETPO mem8
public SETPO ( ByteMemory target ) : void
target ByteMemory
Результат void

SETPO() публичный Метод

SETPO rmreg8
public SETPO ( R8Type target ) : void
target R8Type
Результат void

SETS() публичный Метод

SETS mem8
public SETS ( ByteMemory target ) : void
target ByteMemory
Результат void

SETS() публичный Метод

SETS rmreg8
public SETS ( R8Type target ) : void
target R8Type
Результат void

SETZ() публичный Метод

SETZ mem8
public SETZ ( ByteMemory target ) : void
target ByteMemory
Результат void

SETZ() публичный Метод

SETZ rmreg8
public SETZ ( R8Type target ) : void
target R8Type
Результат void

SFENCE() публичный Метод

SFENCE
public SFENCE ( ) : void
Результат void

SGDT() публичный Метод

SGDT mem
public SGDT ( Memory target ) : void
target Memory
Результат void

SHL() публичный Метод

SHL mem8,imm8
public SHL ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

SHL() публичный Метод

SHL mem32,imm8
public SHL ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

SHL() публичный Метод

SHL rmreg16,imm8
public SHL ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

SHL() публичный Метод

SHL rmreg32,imm8
public SHL ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

SHL() публичный Метод

SHL rmreg8,imm8
public SHL ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

SHL() публичный Метод

SHL mem16,imm8
public SHL ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

SHLD() публичный Метод

SHLD mem32,reg32,imm8
public SHLD ( DWordMemory target, R32Type source, Byte value ) : void
target DWordMemory
source R32Type
value Byte
Результат void

SHLD() публичный Метод

SHLD rmreg16,reg16,imm8
public SHLD ( R16Type target, R16Type source, Byte value ) : void
target R16Type
source R16Type
value Byte
Результат void

SHLD() публичный Метод

SHLD rmreg32,reg32,imm8
public SHLD ( R32Type target, R32Type source, Byte value ) : void
target R32Type
source R32Type
value Byte
Результат void

SHLD() публичный Метод

SHLD mem16,reg16,imm8
public SHLD ( WordMemory target, R16Type source, Byte value ) : void
target WordMemory
source R16Type
value Byte
Результат void

SHLD___CL() публичный Метод

SHLD mem32,reg32,CL
public SHLD___CL ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

SHLD___CL() публичный Метод

SHLD rmreg16,reg16,CL
public SHLD___CL ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

SHLD___CL() публичный Метод

SHLD rmreg32,reg32,CL
public SHLD___CL ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

SHLD___CL() публичный Метод

SHLD mem16,reg16,CL
public SHLD___CL ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

SHL__CL() публичный Метод

SHL mem8,CL
public SHL__CL ( ByteMemory target ) : void
target ByteMemory
Результат void

SHL__CL() публичный Метод

SHL mem32,CL
public SHL__CL ( DWordMemory target ) : void
target DWordMemory
Результат void

SHL__CL() публичный Метод

SHL rmreg16,CL
public SHL__CL ( R16Type target ) : void
target R16Type
Результат void

SHL__CL() публичный Метод

SHL rmreg32,CL
public SHL__CL ( R32Type target ) : void
target R32Type
Результат void

SHL__CL() публичный Метод

SHL rmreg8,CL
public SHL__CL ( R8Type target ) : void
target R8Type
Результат void

SHL__CL() публичный Метод

SHL mem16,CL
public SHL__CL ( WordMemory target ) : void
target WordMemory
Результат void

SHR() публичный Метод

SHR mem8,imm8
public SHR ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

SHR() публичный Метод

SHR mem32,imm8
public SHR ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

SHR() публичный Метод

SHR rmreg16,imm8
public SHR ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

SHR() публичный Метод

SHR rmreg32,imm8
public SHR ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

SHR() публичный Метод

SHR rmreg8,imm8
public SHR ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

SHR() публичный Метод

SHR mem16,imm8
public SHR ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

SHRD() публичный Метод

SHRD mem32,reg32,imm8
public SHRD ( DWordMemory target, R32Type source, Byte value ) : void
target DWordMemory
source R32Type
value Byte
Результат void

SHRD() публичный Метод

SHRD rmreg16,reg16,imm8
public SHRD ( R16Type target, R16Type source, Byte value ) : void
target R16Type
source R16Type
value Byte
Результат void

SHRD() публичный Метод

SHRD rmreg32,reg32,imm8
public SHRD ( R32Type target, R32Type source, Byte value ) : void
target R32Type
source R32Type
value Byte
Результат void

SHRD() публичный Метод

SHRD mem16,reg16,imm8
public SHRD ( WordMemory target, R16Type source, Byte value ) : void
target WordMemory
source R16Type
value Byte
Результат void

SHRD___CL() публичный Метод

SHRD mem32,reg32,CL
public SHRD___CL ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

SHRD___CL() публичный Метод

SHRD rmreg16,reg16,CL
public SHRD___CL ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

SHRD___CL() публичный Метод

SHRD rmreg32,reg32,CL
public SHRD___CL ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

SHRD___CL() публичный Метод

SHRD mem16,reg16,CL
public SHRD___CL ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

SHR__CL() публичный Метод

SHR mem8,CL
public SHR__CL ( ByteMemory target ) : void
target ByteMemory
Результат void

SHR__CL() публичный Метод

SHR mem32,CL
public SHR__CL ( DWordMemory target ) : void
target DWordMemory
Результат void

SHR__CL() публичный Метод

SHR rmreg16,CL
public SHR__CL ( R16Type target ) : void
target R16Type
Результат void

SHR__CL() публичный Метод

SHR rmreg32,CL
public SHR__CL ( R32Type target ) : void
target R32Type
Результат void

SHR__CL() публичный Метод

SHR rmreg8,CL
public SHR__CL ( R8Type target ) : void
target R8Type
Результат void

SHR__CL() публичный Метод

SHR mem16,CL
public SHR__CL ( WordMemory target ) : void
target WordMemory
Результат void

SIDT() публичный Метод

SIDT mem
public SIDT ( Memory target ) : void
target Memory
Результат void

SLDT() публичный Метод

SLDT rmreg16
public SLDT ( R16Type target ) : void
target R16Type
Результат void

SLDT() публичный Метод

SLDT mem16
public SLDT ( WordMemory target ) : void
target WordMemory
Результат void

SMSW() публичный Метод

SMSW rmreg16
public SMSW ( R16Type target ) : void
target R16Type
Результат void

SMSW() публичный Метод

SMSW mem16
public SMSW ( WordMemory target ) : void
target WordMemory
Результат void

STC() публичный Метод

STC
public STC ( ) : void
Результат void

STD() публичный Метод

STD
public STD ( ) : void
Результат void

STI() публичный Метод

STI
public STI ( ) : void
Результат void

STOSB() публичный Метод

STOSB
public STOSB ( ) : void
Результат void

STOSD() публичный Метод

STOSD
public STOSD ( ) : void
Результат void

STOSW() публичный Метод

STOSW
public STOSW ( ) : void
Результат void

STR() публичный Метод

STR rmreg16
public STR ( R16Type target ) : void
target R16Type
Результат void

STR() публичный Метод

STR mem16
public STR ( WordMemory target ) : void
target WordMemory
Результат void

SUB() публичный Метод

SUB mem8,imm8
public SUB ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

SUB() публичный Метод

SUB mem8,reg8
public SUB ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
Результат void

SUB() публичный Метод

SUB mem32,imm8
public SUB ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

SUB() публичный Метод

SUB mem32,reg32
public SUB ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

SUB() публичный Метод

SUB mem32,imm32
public SUB ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source UInt32
Результат void

SUB() публичный Метод

SUB rmreg16,imm8
public SUB ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

SUB() публичный Метод

SUB rmreg16,reg16
public SUB ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

SUB() публичный Метод

SUB rmreg16,imm16
public SUB ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
Результат void

SUB() публичный Метод

SUB reg16,mem16
public SUB ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

SUB() публичный Метод

SUB rmreg32,imm8
public SUB ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

SUB() публичный Метод

SUB reg32,mem32
public SUB ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

SUB() публичный Метод

SUB rmreg32,reg32
public SUB ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

SUB() публичный Метод

SUB rmreg32,imm32
public SUB ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
Результат void

SUB() публичный Метод

SUB rmreg8,imm8
public SUB ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

SUB() публичный Метод

SUB reg8,mem8
public SUB ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
Результат void

SUB() публичный Метод

SUB rmreg8,reg8
public SUB ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
Результат void

SUB() публичный Метод

SUB mem16,imm8
public SUB ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

SUB() публичный Метод

SUB mem16,reg16
public SUB ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

SUB() публичный Метод

SUB mem16,imm16
public SUB ( WordMemory target, UInt16 source ) : void
target WordMemory
source UInt16
Результат void

SYSCALL() публичный Метод

SYSCALL
public SYSCALL ( ) : void
Результат void

SYSENTER() публичный Метод

SYSENTER
public SYSENTER ( ) : void
Результат void

SYSEXIT() публичный Метод

SYSEXIT
public SYSEXIT ( ) : void
Результат void

SYSRET() публичный Метод

SYSRET
public SYSRET ( ) : void
Результат void

Spill() публичный Метод

Spills the specified type.
public Spill ( InternalType type ) : bool
type InternalType The type.
Результат bool

TEST() публичный Метод

TEST mem8,imm8
public TEST ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

TEST() публичный Метод

TEST mem8,reg8
public TEST ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
Результат void

TEST() публичный Метод

TEST mem32,reg32
public TEST ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

TEST() публичный Метод

TEST mem32,imm32
public TEST ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source UInt32
Результат void

TEST() публичный Метод

TEST rmreg16,reg16
public TEST ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

TEST() публичный Метод

TEST rmreg16,imm16
public TEST ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
Результат void

TEST() публичный Метод

TEST rmreg32,reg32
public TEST ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

TEST() публичный Метод

TEST rmreg32,imm32
public TEST ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
Результат void

TEST() публичный Метод

TEST rmreg8,imm8
public TEST ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

TEST() публичный Метод

TEST rmreg8,reg8
public TEST ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
Результат void

TEST() публичный Метод

TEST mem16,reg16
public TEST ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

TEST() публичный Метод

TEST mem16,imm16
public TEST ( WordMemory target, UInt16 source ) : void
target WordMemory
source UInt16
Результат void

TIMES() публичный Метод

TIMESs the specified length.
public TIMES ( UInt32 length, Byte value ) : void
length UInt32 The length.
value Byte The value.
Результат void

ToString() публичный Метод

Returns a that represents the current .
public ToString ( ) : string
Результат string

UTF16() публичный Метод

Adds an UTF16 string for storage.
public UTF16 ( string value ) : void
value string The value.
Результат void

VERR() публичный Метод

VERR rmreg16
public VERR ( R16Type target ) : void
target R16Type
Результат void

VERR() публичный Метод

VERR mem16
public VERR ( WordMemory target ) : void
target WordMemory
Результат void

VERW() публичный Метод

VERW rmreg16
public VERW ( R16Type target ) : void
target R16Type
Результат void

VERW() публичный Метод

VERW mem16
public VERW ( WordMemory target ) : void
target WordMemory
Результат void

WAIT() публичный Метод

WAIT
public WAIT ( ) : void
Результат void

WBINVD() публичный Метод

WBINVD
public WBINVD ( ) : void
Результат void

WRMSR() публичный Метод

WRMSR
public WRMSR ( ) : void
Результат void

XADD() публичный Метод

XADD mem8,reg8
public XADD ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
Результат void

XADD() публичный Метод

XADD mem32,reg32
public XADD ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

XADD() публичный Метод

XADD rmreg16,reg16
public XADD ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

XADD() публичный Метод

XADD rmreg32,reg32
public XADD ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

XADD() публичный Метод

XADD rmreg8,reg8
public XADD ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
Результат void

XADD() публичный Метод

XADD mem16,reg16
public XADD ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

XCHG() публичный Метод

XCHG mem8,reg8
public XCHG ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
Результат void

XCHG() публичный Метод

XCHG mem32,reg32
public XCHG ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

XCHG() публичный Метод

XCHG reg16,rmreg16
public XCHG ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

XCHG() публичный Метод

XCHG reg16,mem16
public XCHG ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

XCHG() публичный Метод

XCHG reg32,mem32
public XCHG ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

XCHG() публичный Метод

XCHG reg32,rmreg32
public XCHG ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

XCHG() публичный Метод

XCHG reg8,mem8
public XCHG ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
Результат void

XCHG() публичный Метод

XCHG reg8,rmreg8
public XCHG ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
Результат void

XCHG() публичный Метод

XCHG mem16,reg16
public XCHG ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

XLAT() публичный Метод

XLAT
public XLAT ( ) : void
Результат void

XLATB() публичный Метод

XLATB
public XLATB ( ) : void
Результат void

XOR() публичный Метод

XOR mem8,imm8
public XOR ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
Результат void

XOR() публичный Метод

XOR mem8,reg8
public XOR ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
Результат void

XOR() публичный Метод

XOR mem32,imm8
public XOR ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
Результат void

XOR() публичный Метод

XOR mem32,reg32
public XOR ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
Результат void

XOR() публичный Метод

XOR mem32,imm32
public XOR ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source UInt32
Результат void

XOR() публичный Метод

XOR rmreg16,imm8
public XOR ( R16Type target, Byte source ) : void
target R16Type
source Byte
Результат void

XOR() публичный Метод

XOR rmreg16,reg16
public XOR ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
Результат void

XOR() публичный Метод

XOR rmreg16,imm16
public XOR ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
Результат void

XOR() публичный Метод

XOR reg16,mem16
public XOR ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
Результат void

XOR() публичный Метод

XOR rmreg32,imm8
public XOR ( R32Type target, Byte source ) : void
target R32Type
source Byte
Результат void

XOR() публичный Метод

XOR reg32,mem32
public XOR ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
Результат void

XOR() публичный Метод

XOR rmreg32,reg32
public XOR ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
Результат void

XOR() публичный Метод

XOR rmreg32,imm32
public XOR ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
Результат void

XOR() публичный Метод

XOR rmreg8,imm8
public XOR ( R8Type target, Byte source ) : void
target R8Type
source Byte
Результат void

XOR() публичный Метод

XOR reg8,mem8
public XOR ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
Результат void

XOR() публичный Метод

XOR rmreg8,reg8
public XOR ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
Результат void

XOR() публичный Метод

XOR mem16,imm8
public XOR ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
Результат void

XOR() публичный Метод

XOR mem16,reg16
public XOR ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
Результат void

XOR() публичный Метод

XOR mem16,imm16
public XOR ( WordMemory target, UInt16 source ) : void
target WordMemory
source UInt16
Результат void

this() публичный Метод

Gets the SharpOS.AOT.X86.Instruction at the specified index.
public this ( int index ) : Instruction
index int
Результат Instruction