C# 클래스 SharpOS.AOT.X86.Asm

This class encapsulates machine code stubs, that when used by kernel code, and then AOTed, are expressed as their respective machine language operations.
파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
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 reg16,mem16

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 reg32,mem32

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 ( R8Type target, byte source ) : void

ADC reg8,mem8

ADC ( UInt16 target, Byte source ) : void

ADC mem16,imm8

ADC ( UInt16 target, R16Type source ) : void

ADC mem16,reg16

ADC ( UInt16 target, UInt16 source ) : void

ADC mem16,imm16

ADC ( UInt32 target, Byte source ) : void

ADC mem32,imm8

ADC ( UInt32 target, R32Type source ) : void

ADC mem32,reg32

ADC ( UInt32 target, UInt32 source ) : void

ADC mem32,imm32

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

ADC ( byte target, Byte source ) : void

ADC mem8,imm8

ADC ( byte target, R8Type source ) : void

ADC mem8,reg8

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 reg16,mem16

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 reg32,mem32

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 ( R8Type target, byte source ) : void

ADD reg8,mem8

ADD ( UInt16 target, Byte source ) : void

ADD mem16,imm8

ADD ( UInt16 target, R16Type source ) : void

ADD mem16,reg16

ADD ( UInt16 target, UInt16 source ) : void

ADD mem16,imm16

ADD ( UInt32 target, Byte source ) : void

ADD mem32,imm8

ADD ( UInt32 target, R32Type source ) : void

ADD mem32,reg32

ADD ( UInt32 target, UInt32 source ) : void

ADD mem32,imm32

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

ADD ( byte target, Byte source ) : void

ADD mem8,imm8

ADD ( byte target, R8Type source ) : void

ADD mem8,reg8

ALIGN ( UInt32 value ) : void

ALIGN

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 reg16,mem16

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 reg32,mem32

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 ( R8Type target, byte source ) : void

AND reg8,mem8

AND ( UInt16 target, Byte source ) : void

AND mem16,imm8

AND ( UInt16 target, R16Type source ) : void

AND mem16,reg16

AND ( UInt16 target, UInt16 source ) : void

AND mem16,imm16

AND ( UInt32 target, Byte source ) : void

AND mem32,imm8

AND ( UInt32 target, R32Type source ) : void

AND mem32,reg32

AND ( UInt32 target, UInt32 source ) : void

AND mem32,imm32

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

AND ( byte target, Byte source ) : void

AND mem8,imm8

AND ( byte target, R8Type source ) : void

AND mem8,reg8

ARPL ( R16Type target, R16Type source ) : void

ARPL rmreg16,reg16

ARPL ( UInt16 target, R16Type source ) : void

ARPL mem16,reg16

ARPL ( WordMemory target, R16Type source ) : void

ARPL mem16,reg16

BITS32 ( bool value ) : void

BITS32

BOUND ( R16Type target, Memory source ) : void

BOUND reg16,mem

BOUND ( R16Type target, byte source ) : void

BOUND reg16,mem

BOUND ( R32Type target, Memory source ) : void

BOUND reg32,mem

BOUND ( R32Type target, byte source ) : void

BOUND reg32,mem

BSF ( R16Type target, R16Type source ) : void

BSF reg16,rmreg16

BSF ( R16Type target, UInt16 source ) : void

BSF reg16,mem16

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

BSF ( R32Type target, UInt32 source ) : void

BSF reg32,mem32

BSR ( R16Type target, R16Type source ) : void

BSR reg16,rmreg16

BSR ( R16Type target, UInt16 source ) : void

BSR reg16,mem16

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

BSR ( R32Type target, UInt32 source ) : void

BSR reg32,mem32

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 ( UInt16 target, Byte source ) : void

BT mem16,imm8

BT ( UInt16 target, R16Type source ) : void

BT mem16,reg16

BT ( UInt32 target, Byte source ) : void

BT mem32,imm8

BT ( UInt32 target, R32Type source ) : void

BT mem32,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 ( UInt16 target, Byte source ) : void

BTC mem16,imm8

BTC ( UInt16 target, R16Type source ) : void

BTC mem16,reg16

BTC ( UInt32 target, Byte source ) : void

BTC mem32,imm8

BTC ( UInt32 target, R32Type source ) : void

BTC mem32,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 ( UInt16 target, Byte source ) : void

BTR mem16,imm8

BTR ( UInt16 target, R16Type source ) : void

BTR mem16,reg16

BTR ( UInt32 target, Byte source ) : void

BTR mem32,imm8

BTR ( UInt32 target, R32Type source ) : void

BTR mem32,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 ( UInt16 target, Byte source ) : void

BTS mem16,imm8

BTS ( UInt16 target, R16Type source ) : void

BTS mem16,reg16

BTS ( UInt32 target, Byte source ) : void

BTS mem32,imm8

BTS ( UInt32 target, R32Type source ) : void

BTS mem32,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 ) : void

CALL mem16

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 ( UInt16 target ) : void

CALL FAR mem16

CALL_FAR ( UInt32 target ) : void

CALL FAR mem32

CALL_FAR ( WordMemory target ) : void

CALL FAR mem16

CALL_FAR ( string label ) : void

CALL FAR mem16

CBW ( ) : void

CBW

CDQ ( ) : void

CDQ

CLC ( ) : void

CLC

CLD ( ) : void

CLD

CLFLUSH ( Memory target ) : void

CLFLUSH mem

CLFLUSH ( byte 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, UInt16 source ) : void

CMOVA reg16,mem16

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

CMOVA ( R32Type target, UInt32 source ) : void

CMOVA reg32,mem32

CMOVAE ( R16Type target, R16Type source ) : void

CMOVAE reg16,rmreg16

CMOVAE ( R16Type target, UInt16 source ) : void

CMOVAE reg16,mem16

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

CMOVAE ( R32Type target, UInt32 source ) : void

CMOVAE reg32,mem32

CMOVB ( R16Type target, R16Type source ) : void

CMOVB reg16,rmreg16

CMOVB ( R16Type target, UInt16 source ) : void

CMOVB reg16,mem16

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

CMOVB ( R32Type target, UInt32 source ) : void

CMOVB reg32,mem32

CMOVBE ( R16Type target, R16Type source ) : void

CMOVBE reg16,rmreg16

CMOVBE ( R16Type target, UInt16 source ) : void

CMOVBE reg16,mem16

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

CMOVBE ( R32Type target, UInt32 source ) : void

CMOVBE reg32,mem32

CMOVC ( R16Type target, R16Type source ) : void

CMOVC reg16,rmreg16

CMOVC ( R16Type target, UInt16 source ) : void

CMOVC reg16,mem16

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

CMOVC ( R32Type target, UInt32 source ) : void

CMOVC reg32,mem32

CMOVE ( R16Type target, R16Type source ) : void

CMOVE reg16,rmreg16

CMOVE ( R16Type target, UInt16 source ) : void

CMOVE reg16,mem16

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

CMOVE ( R32Type target, UInt32 source ) : void

CMOVE reg32,mem32

CMOVG ( R16Type target, R16Type source ) : void

CMOVG reg16,rmreg16

CMOVG ( R16Type target, UInt16 source ) : void

CMOVG reg16,mem16

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

CMOVG ( R32Type target, UInt32 source ) : void

CMOVG reg32,mem32

CMOVGE ( R16Type target, R16Type source ) : void

CMOVGE reg16,rmreg16

CMOVGE ( R16Type target, UInt16 source ) : void

CMOVGE reg16,mem16

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

CMOVGE ( R32Type target, UInt32 source ) : void

CMOVGE reg32,mem32

CMOVL ( R16Type target, R16Type source ) : void

CMOVL reg16,rmreg16

CMOVL ( R16Type target, UInt16 source ) : void

CMOVL reg16,mem16

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

CMOVL ( R32Type target, UInt32 source ) : void

CMOVL reg32,mem32

CMOVLE ( R16Type target, R16Type source ) : void

CMOVLE reg16,rmreg16

CMOVLE ( R16Type target, UInt16 source ) : void

CMOVLE reg16,mem16

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

CMOVLE ( R32Type target, UInt32 source ) : void

CMOVLE reg32,mem32

CMOVNA ( R16Type target, R16Type source ) : void

CMOVNA reg16,rmreg16

CMOVNA ( R16Type target, UInt16 source ) : void

CMOVNA reg16,mem16

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

CMOVNA ( R32Type target, UInt32 source ) : void

CMOVNA reg32,mem32

CMOVNAE ( R16Type target, R16Type source ) : void

CMOVNAE reg16,rmreg16

CMOVNAE ( R16Type target, UInt16 source ) : void

CMOVNAE reg16,mem16

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

CMOVNAE ( R32Type target, UInt32 source ) : void

CMOVNAE reg32,mem32

CMOVNB ( R16Type target, R16Type source ) : void

CMOVNB reg16,rmreg16

CMOVNB ( R16Type target, UInt16 source ) : void

CMOVNB reg16,mem16

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

CMOVNB ( R32Type target, UInt32 source ) : void

CMOVNB reg32,mem32

CMOVNBE ( R16Type target, R16Type source ) : void

CMOVNBE reg16,rmreg16

CMOVNBE ( R16Type target, UInt16 source ) : void

CMOVNBE reg16,mem16

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

CMOVNBE ( R32Type target, UInt32 source ) : void

CMOVNBE reg32,mem32

CMOVNC ( R16Type target, R16Type source ) : void

CMOVNC reg16,rmreg16

CMOVNC ( R16Type target, UInt16 source ) : void

CMOVNC reg16,mem16

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

CMOVNC ( R32Type target, UInt32 source ) : void

CMOVNC reg32,mem32

CMOVNE ( R16Type target, R16Type source ) : void

CMOVNE reg16,rmreg16

CMOVNE ( R16Type target, UInt16 source ) : void

CMOVNE reg16,mem16

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

CMOVNE ( R32Type target, UInt32 source ) : void

CMOVNE reg32,mem32

CMOVNG ( R16Type target, R16Type source ) : void

CMOVNG reg16,rmreg16

CMOVNG ( R16Type target, UInt16 source ) : void

CMOVNG reg16,mem16

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

CMOVNG ( R32Type target, UInt32 source ) : void

CMOVNG reg32,mem32

CMOVNGE ( R16Type target, R16Type source ) : void

CMOVNGE reg16,rmreg16

CMOVNGE ( R16Type target, UInt16 source ) : void

CMOVNGE reg16,mem16

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

CMOVNGE ( R32Type target, UInt32 source ) : void

CMOVNGE reg32,mem32

CMOVNL ( R16Type target, R16Type source ) : void

CMOVNL reg16,rmreg16

CMOVNL ( R16Type target, UInt16 source ) : void

CMOVNL reg16,mem16

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

CMOVNL ( R32Type target, UInt32 source ) : void

CMOVNL reg32,mem32

CMOVNLE ( R16Type target, R16Type source ) : void

CMOVNLE reg16,rmreg16

CMOVNLE ( R16Type target, UInt16 source ) : void

CMOVNLE reg16,mem16

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

CMOVNLE ( R32Type target, UInt32 source ) : void

CMOVNLE reg32,mem32

CMOVNO ( R16Type target, R16Type source ) : void

CMOVNO reg16,rmreg16

CMOVNO ( R16Type target, UInt16 source ) : void

CMOVNO reg16,mem16

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

CMOVNO ( R32Type target, UInt32 source ) : void

CMOVNO reg32,mem32

CMOVNP ( R16Type target, R16Type source ) : void

CMOVNP reg16,rmreg16

CMOVNP ( R16Type target, UInt16 source ) : void

CMOVNP reg16,mem16

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

CMOVNP ( R32Type target, UInt32 source ) : void

CMOVNP reg32,mem32

CMOVNS ( R16Type target, R16Type source ) : void

CMOVNS reg16,rmreg16

CMOVNS ( R16Type target, UInt16 source ) : void

CMOVNS reg16,mem16

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

CMOVNS ( R32Type target, UInt32 source ) : void

CMOVNS reg32,mem32

CMOVNZ ( R16Type target, R16Type source ) : void

CMOVNZ reg16,rmreg16

CMOVNZ ( R16Type target, UInt16 source ) : void

CMOVNZ reg16,mem16

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

CMOVNZ ( R32Type target, UInt32 source ) : void

CMOVNZ reg32,mem32

CMOVO ( R16Type target, R16Type source ) : void

CMOVO reg16,rmreg16

CMOVO ( R16Type target, UInt16 source ) : void

CMOVO reg16,mem16

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

CMOVO ( R32Type target, UInt32 source ) : void

CMOVO reg32,mem32

CMOVP ( R16Type target, R16Type source ) : void

CMOVP reg16,rmreg16

CMOVP ( R16Type target, UInt16 source ) : void

CMOVP reg16,mem16

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

CMOVP ( R32Type target, UInt32 source ) : void

CMOVP reg32,mem32

CMOVPE ( R16Type target, R16Type source ) : void

CMOVPE reg16,rmreg16

CMOVPE ( R16Type target, UInt16 source ) : void

CMOVPE reg16,mem16

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

CMOVPE ( R32Type target, UInt32 source ) : void

CMOVPE reg32,mem32

CMOVPO ( R16Type target, R16Type source ) : void

CMOVPO reg16,rmreg16

CMOVPO ( R16Type target, UInt16 source ) : void

CMOVPO reg16,mem16

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

CMOVPO ( R32Type target, UInt32 source ) : void

CMOVPO reg32,mem32

CMOVS ( R16Type target, R16Type source ) : void

CMOVS reg16,rmreg16

CMOVS ( R16Type target, UInt16 source ) : void

CMOVS reg16,mem16

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

CMOVS ( R32Type target, UInt32 source ) : void

CMOVS reg32,mem32

CMOVZ ( R16Type target, R16Type source ) : void

CMOVZ reg16,rmreg16

CMOVZ ( R16Type target, UInt16 source ) : void

CMOVZ reg16,mem16

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

CMOVZ ( R32Type target, UInt32 source ) : void

CMOVZ reg32,mem32

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 reg16,mem16

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 reg32,mem32

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 ( R8Type target, byte source ) : void

CMP reg8,mem8

CMP ( UInt16 target, Byte source ) : void

CMP mem16,imm8

CMP ( UInt16 target, R16Type source ) : void

CMP mem16,reg16

CMP ( UInt16 target, UInt16 source ) : void

CMP mem16,imm16

CMP ( UInt32 target, Byte source ) : void

CMP mem32,imm8

CMP ( UInt32 target, R32Type source ) : void

CMP mem32,reg32

CMP ( UInt32 target, UInt32 source ) : void

CMP mem32,imm32

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

CMP ( byte target, Byte source ) : void

CMP mem8,imm8

CMP ( byte target, R8Type source ) : void

CMP mem8,reg8

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 ( UInt16 target, R16Type source ) : void

CMPXCHG mem16,reg16

CMPXCHG ( UInt32 target, R32Type source ) : void

CMPXCHG mem32,reg32

CMPXCHG ( WordMemory target, R16Type source ) : void

CMPXCHG mem16,reg16

CMPXCHG ( byte target, R8Type source ) : void

CMPXCHG mem8,reg8

CMPXCHG8B ( Memory target ) : void

CMPXCHG8B mem

CMPXCHG8B ( byte target ) : void

CMPXCHG8B mem

CPUID ( ) : void

CPUID

CWD ( ) : void

CWD

CWDE ( ) : void

CWDE

DAA ( ) : void

DAA

DAS ( ) : void

DAS

DATA ( UInt16 value ) : void

DATA

DATA ( UInt32 value ) : void

DATA

DATA ( byte value ) : void

DATA

DATA ( string values ) : void

DATA

DATA ( string name, UInt16 value ) : void

DATA

DATA ( string name, UInt32 value ) : void

DATA

DATA ( string name, byte value ) : void

DATA

DATA ( string name, string values ) : void

DATA

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 ( UInt16 target ) : void

DEC mem16

DEC ( UInt32 target ) : void

DEC mem32

DEC ( WordMemory target ) : void

DEC mem16

DEC ( byte target ) : void

DEC mem8

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 ( UInt16 target ) : void

DIV mem16

DIV ( UInt32 target ) : void

DIV mem32

DIV ( WordMemory target ) : void

DIV mem16

DIV ( byte target ) : void

DIV mem8

EMMS ( ) : void

EMMS

ENTER ( UInt16 target, Byte source ) : void

ENTER imm16,imm8

F2XM1 ( ) : void

F2XM1

FABS ( ) : void

FABS

FADD ( DWordMemory target ) : void

FADD mem32

FADD ( FPType target ) : void

FADD fpureg

FADD ( QWordMemory target ) : void

FADD mem64

FADD ( UInt32 target ) : void

FADD mem32

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

FCOM ( UInt32 target ) : void

FCOM mem32

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

FCOMP ( UInt32 target ) : void

FCOMP mem32

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

FDIV ( UInt32 target ) : void

FDIV mem32

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

FDIVR ( UInt32 target ) : void

FDIVR mem32

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 ( UInt16 target ) : void

FIADD mem16

FIADD ( UInt32 target ) : void

FIADD mem32

FIADD ( WordMemory target ) : void

FIADD mem16

FICOM ( DWordMemory target ) : void

FICOM mem32

FICOM ( UInt16 target ) : void

FICOM mem16

FICOM ( UInt32 target ) : void

FICOM mem32

FICOM ( WordMemory target ) : void

FICOM mem16

FICOMP ( DWordMemory target ) : void

FICOMP mem32

FICOMP ( UInt16 target ) : void

FICOMP mem16

FICOMP ( UInt32 target ) : void

FICOMP mem32

FICOMP ( WordMemory target ) : void

FICOMP mem16

FIDIV ( DWordMemory target ) : void

FIDIV mem32

FIDIV ( UInt16 target ) : void

FIDIV mem16

FIDIV ( UInt32 target ) : void

FIDIV mem32

FIDIV ( WordMemory target ) : void

FIDIV mem16

FIDIVR ( DWordMemory target ) : void

FIDIVR mem32

FIDIVR ( UInt16 target ) : void

FIDIVR mem16

FIDIVR ( UInt32 target ) : void

FIDIVR mem32

FIDIVR ( WordMemory target ) : void

FIDIVR mem16

FILD ( DWordMemory target ) : void

FILD mem32

FILD ( QWordMemory target ) : void

FILD mem64

FILD ( UInt16 target ) : void

FILD mem16

FILD ( UInt32 target ) : void

FILD mem32

FILD ( WordMemory target ) : void

FILD mem16

FIMUL ( DWordMemory target ) : void

FIMUL mem32

FIMUL ( UInt16 target ) : void

FIMUL mem16

FIMUL ( UInt32 target ) : void

FIMUL mem32

FIMUL ( WordMemory target ) : void

FIMUL mem16

FINCSTP ( ) : void

FINCSTP

FINIT ( ) : void

FINIT

FIST ( DWordMemory target ) : void

FIST mem32

FIST ( UInt16 target ) : void

FIST mem16

FIST ( UInt32 target ) : void

FIST mem32

FIST ( WordMemory target ) : void

FIST mem16

FISTP ( DWordMemory target ) : void

FISTP mem32

FISTP ( QWordMemory target ) : void

FISTP mem64

FISTP ( UInt16 target ) : void

FISTP mem16

FISTP ( UInt32 target ) : void

FISTP mem32

FISTP ( WordMemory target ) : void

FISTP mem16

FISUB ( DWordMemory target ) : void

FISUB mem32

FISUB ( UInt16 target ) : void

FISUB mem16

FISUB ( UInt32 target ) : void

FISUB mem32

FISUB ( WordMemory target ) : void

FISUB mem16

FISUBR ( DWordMemory target ) : void

FISUBR mem32

FISUBR ( UInt16 target ) : void

FISUBR mem16

FISUBR ( UInt32 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

FLD ( UInt32 target ) : void

FLD mem32

FLD1 ( ) : void

FLD1

FLDCW ( UInt16 target ) : void

FLDCW mem16

FLDCW ( WordMemory target ) : void

FLDCW mem16

FLDENV ( Memory target ) : void

FLDENV mem

FLDENV ( byte 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

FMUL ( UInt32 target ) : void

FMUL mem32

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

FNSAVE ( byte target ) : void

FNSAVE mem

FNSTCW ( UInt16 target ) : void

FNSTCW mem16

FNSTCW ( WordMemory target ) : void

FNSTCW mem16

FNSTENV ( Memory target ) : void

FNSTENV mem

FNSTENV ( byte target ) : void

FNSTENV mem

FNSTSW ( UInt16 target ) : void

FNSTSW mem16

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

FRSTOR ( byte target ) : void

FRSTOR mem

FSAVE ( Memory target ) : void

FSAVE mem

FSAVE ( byte 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

FST ( UInt32 target ) : void

FST mem32

FSTCW ( UInt16 target ) : void

FSTCW mem16

FSTCW ( WordMemory target ) : void

FSTCW mem16

FSTENV ( Memory target ) : void

FSTENV mem

FSTENV ( byte 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

FSTP ( UInt32 target ) : void

FSTP mem32

FSTSW ( UInt16 target ) : void

FSTSW mem16

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

FSUB ( UInt32 target ) : void

FSUB mem32

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

FSUBR ( UInt32 target ) : void

FSUBR mem32

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

FXRSTOR ( byte target ) : void

FXRSTOR memory

FXSAVE ( Memory target ) : void

FXSAVE memory

FXSAVE ( byte target ) : void

FXSAVE memory

FXTRACT ( ) : void

FXTRACT

FYL2X ( ) : void

FYL2X

FYL2XP1 ( ) : void

FYL2XP1

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 ( UInt16 target ) : void

IDIV mem16

IDIV ( UInt32 target ) : void

IDIV mem32

IDIV ( WordMemory target ) : void

IDIV mem16

IDIV ( byte target ) : void

IDIV mem8

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,mem16

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

IMUL reg16,mem16,imm8

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

IMUL reg16,mem16,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,mem32

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

IMUL reg32,mem32,imm8

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

IMUL reg32,mem32,imm32

IMUL ( R8Type target ) : void

IMUL rmreg8

IMUL ( UInt16 target ) : void

IMUL mem16

IMUL ( UInt32 target ) : void

IMUL mem32

IMUL ( WordMemory target ) : void

IMUL mem16

IMUL ( byte target ) : void

IMUL mem8

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 ( UInt16 target ) : void

INC mem16

INC ( UInt32 target ) : void

INC mem32

INC ( WordMemory target ) : void

INC mem16

INC ( byte target ) : void

INC mem8

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

INVLPG ( byte 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

JA ( Byte target ) : void

JA imm8

JA ( UInt32 target ) : void

JA NEAR imm

JA ( string label ) : void

JA imm8

JAE ( Byte target ) : void

JAE imm8

JAE ( UInt32 target ) : void

JAE NEAR imm

JAE ( string label ) : void

JAE imm8

JB ( Byte target ) : void

JB imm8

JB ( UInt32 target ) : void

JB NEAR imm

JB ( string label ) : void

JB imm8

JBE ( Byte target ) : void

JBE imm8

JBE ( UInt32 target ) : void

JBE NEAR imm

JBE ( string label ) : void

JBE imm8

JC ( Byte target ) : void

JC imm8

JC ( UInt32 target ) : void

JC NEAR imm

JC ( string label ) : void

JC imm8

JCXZ ( Byte target ) : void

JCXZ imm8

JCXZ ( string label ) : void

JCXZ imm8

JE ( Byte target ) : void

JE imm8

JE ( UInt32 target ) : void

JE NEAR imm

JE ( string label ) : void

JE imm8

JECXZ ( Byte target ) : void

JECXZ imm8

JECXZ ( string label ) : void

JECXZ imm8

JG ( Byte target ) : void

JG imm8

JG ( UInt32 target ) : void

JG NEAR imm

JG ( string label ) : void

JG imm8

JGE ( Byte target ) : void

JGE imm8

JGE ( UInt32 target ) : void

JGE NEAR imm

JGE ( string label ) : void

JGE imm8

JL ( Byte target ) : void

JL imm8

JL ( UInt32 target ) : void

JL NEAR imm

JL ( string label ) : void

JL imm8

JLE ( Byte target ) : void

JLE imm8

JLE ( UInt32 target ) : void

JLE NEAR imm

JLE ( string label ) : void

JLE imm8

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 ) : void

JMP mem16

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

JMP_FAR ( UInt32 target ) : void

JMP FAR mem32

JMP_FAR ( byte target ) : void

JMP FAR mem

JMP_FAR ( string label ) : void

JMP FAR mem

JNA ( Byte target ) : void

JNA imm8

JNA ( UInt32 target ) : void

JNA NEAR imm

JNA ( string label ) : void

JNA imm8

JNAE ( Byte target ) : void

JNAE imm8

JNAE ( UInt32 target ) : void

JNAE NEAR imm

JNAE ( string label ) : void

JNAE imm8

JNB ( Byte target ) : void

JNB imm8

JNB ( UInt32 target ) : void

JNB NEAR imm

JNB ( string label ) : void

JNB imm8

JNBE ( Byte target ) : void

JNBE imm8

JNBE ( UInt32 target ) : void

JNBE NEAR imm

JNBE ( string label ) : void

JNBE imm8

JNC ( Byte target ) : void

JNC imm8

JNC ( UInt32 target ) : void

JNC NEAR imm

JNC ( string label ) : void

JNC imm8

JNE ( Byte target ) : void

JNE imm8

JNE ( UInt32 target ) : void

JNE NEAR imm

JNE ( string label ) : void

JNE imm8

JNG ( Byte target ) : void

JNG imm8

JNG ( UInt32 target ) : void

JNG NEAR imm

JNG ( string label ) : void

JNG imm8

JNGE ( Byte target ) : void

JNGE imm8

JNGE ( UInt32 target ) : void

JNGE NEAR imm

JNGE ( string label ) : void

JNGE imm8

JNL ( Byte target ) : void

JNL imm8

JNL ( UInt32 target ) : void

JNL NEAR imm

JNL ( string label ) : void

JNL imm8

JNLE ( Byte target ) : void

JNLE imm8

JNLE ( UInt32 target ) : void

JNLE NEAR imm

JNLE ( string label ) : void

JNLE imm8

JNO ( Byte target ) : void

JNO imm8

JNO ( UInt32 target ) : void

JNO NEAR imm

JNO ( string label ) : void

JNO imm8

JNP ( Byte target ) : void

JNP imm8

JNP ( UInt32 target ) : void

JNP NEAR imm

JNP ( string label ) : void

JNP imm8

JNS ( Byte target ) : void

JNS imm8

JNS ( UInt32 target ) : void

JNS NEAR imm

JNS ( string label ) : void

JNS imm8

JNZ ( Byte target ) : void

JNZ imm8

JNZ ( UInt32 target ) : void

JNZ NEAR imm

JNZ ( string label ) : void

JNZ imm8

JO ( Byte target ) : void

JO imm8

JO ( UInt32 target ) : void

JO NEAR imm

JO ( string label ) : void

JO imm8

JP ( Byte target ) : void

JP imm8

JP ( UInt32 target ) : void

JP NEAR imm

JP ( string label ) : void

JP imm8

JPE ( Byte target ) : void

JPE imm8

JPE ( UInt32 target ) : void

JPE NEAR imm

JPE ( string label ) : void

JPE imm8

JPO ( Byte target ) : void

JPO imm8

JPO ( UInt32 target ) : void

JPO NEAR imm

JPO ( string label ) : void

JPO imm8

JS ( Byte target ) : void

JS imm8

JS ( UInt32 target ) : void

JS NEAR imm

JS ( string label ) : void

JS imm8

JZ ( Byte target ) : void

JZ imm8

JZ ( UInt32 target ) : void

JZ NEAR imm

JZ ( string label ) : void

JZ imm8

LABEL ( string label ) : void

LABEL

LAHF ( ) : void

LAHF

LAR ( R16Type target, R16Type source ) : void

LAR reg16,rmreg16

LAR ( R16Type target, UInt16 source ) : void

LAR reg16,mem16

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

LAR ( R32Type target, UInt32 source ) : void

LAR reg32,mem32

LDS ( R16Type target, Memory source ) : void

LDS reg16,mem

LDS ( R16Type target, byte source ) : void

LDS reg16,mem

LDS ( R32Type target, Memory source ) : void

LDS reg32,mem

LDS ( R32Type target, byte source ) : void

LDS reg32,mem

LEA ( R16Type target, Memory source ) : void

LEA reg16,mem

LEA ( R16Type target, byte source ) : void

LEA reg16,mem

LEA ( R32Type target, Memory source ) : void

LEA reg32,mem

LEA ( R32Type target, byte source ) : void

LEA reg32,mem

LEAVE ( ) : void

LEAVE

LES ( R16Type target, Memory source ) : void

LES reg16,mem

LES ( R16Type target, byte source ) : void

LES reg16,mem

LES ( R32Type target, Memory source ) : void

LES reg32,mem

LES ( R32Type target, byte source ) : void

LES reg32,mem

LFENCE ( ) : void

LFENCE

LFS ( R16Type target, Memory source ) : void

LFS reg16,mem

LFS ( R16Type target, byte source ) : void

LFS reg16,mem

LFS ( R32Type target, Memory source ) : void

LFS reg32,mem

LFS ( R32Type target, byte source ) : void

LFS reg32,mem

LGDT ( Memory target ) : void

LGDT mem

LGDT ( byte target ) : void

LGDT mem

LGS ( R16Type target, Memory source ) : void

LGS reg16,mem

LGS ( R16Type target, byte source ) : void

LGS reg16,mem

LGS ( R32Type target, Memory source ) : void

LGS reg32,mem

LGS ( R32Type target, byte source ) : void

LGS reg32,mem

LIDT ( Memory target ) : void

LIDT mem

LIDT ( byte target ) : void

LIDT mem

LLDT ( R16Type target ) : void

LLDT rmreg16

LLDT ( UInt16 target ) : void

LLDT mem16

LLDT ( WordMemory target ) : void

LLDT mem16

LMSW ( R16Type target ) : void

LMSW rmreg16

LMSW ( UInt16 target ) : void

LMSW mem16

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, UInt16 source ) : void

LSL reg16,mem16

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

LSL ( R32Type target, UInt32 source ) : void

LSL reg32,mem32

LSS ( R16Type target, Memory source ) : void

LSS reg16,mem

LSS ( R16Type target, byte source ) : void

LSS reg16,mem

LSS ( R32Type target, Memory source ) : void

LSS reg32,mem

LSS ( R32Type target, byte source ) : void

LSS reg32,mem

LTR ( R16Type target ) : void

LTR rmreg16

LTR ( UInt16 target ) : void

LTR mem16

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,mem16

MOV ( R16Type target, WordMemory source ) : void

MOV reg16,mem16

MOV ( R16Type target, string label ) : void

MOV

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,mem32

MOV ( R32Type target, string label ) : void

MOV

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 ( R8Type target, byte source ) : void

MOV reg8,mem8

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, UInt16 source ) : void

MOV segreg,mem16

MOV ( SegType target, UInt32 source ) : void

MOV segreg,mem32

MOV ( SegType target, WordMemory source ) : void

MOV segreg,mem16

MOV ( TRType target, R32Type source ) : void

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

MOV ( UInt16 target, R16Type source ) : void

MOV mem16,reg16

MOV ( UInt16 target, SegType source ) : void

MOV mem16,segreg

MOV ( UInt16 target, UInt16 source ) : void

MOV mem16,imm16

MOV ( UInt32 target, R32Type source ) : void

MOV mem32,reg32

MOV ( UInt32 target, SegType source ) : void

MOV mem32,segreg

MOV ( UInt32 target, UInt32 source ) : void

MOV mem32,imm32

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

MOV ( byte target, Byte source ) : void

MOV mem8,imm8

MOV ( byte target, R8Type source ) : void

MOV mem8,reg8

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 ( R16Type target, byte source ) : void

MOVSX reg16,mem8

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, UInt16 source ) : void

MOVSX reg32,mem16

MOVSX ( R32Type target, WordMemory source ) : void

MOVSX reg32,mem16

MOVSX ( R32Type target, byte source ) : void

MOVSX reg32,mem8

MOVZX ( R16Type target, ByteMemory source ) : void

MOVZX reg16,mem8

MOVZX ( R16Type target, R8Type source ) : void

MOVZX reg16,rmreg8

MOVZX ( R16Type target, byte source ) : void

MOVZX reg16,mem8

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, UInt16 source ) : void

MOVZX reg32,mem16

MOVZX ( R32Type target, WordMemory source ) : void

MOVZX reg32,mem16

MOVZX ( R32Type target, byte source ) : void

MOVZX reg32,mem8

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 ( UInt16 target ) : void

MUL mem16

MUL ( UInt32 target ) : void

MUL mem32

MUL ( WordMemory target ) : void

MUL mem16

MUL ( byte target ) : void

MUL mem8

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 ( UInt16 target ) : void

NEG mem16

NEG ( UInt32 target ) : void

NEG mem32

NEG ( WordMemory target ) : void

NEG mem16

NEG ( byte target ) : void

NEG mem8

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 ( UInt16 target ) : void

NOT mem16

NOT ( UInt32 target ) : void

NOT mem32

NOT ( WordMemory target ) : void

NOT mem16

NOT ( byte target ) : void

NOT mem8

OFFSET ( UInt32 value ) : void

OFFSET

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 reg16,mem16

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 reg32,mem32

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 ( R8Type target, byte source ) : void

OR reg8,mem8

OR ( UInt16 target, Byte source ) : void

OR mem16,imm8

OR ( UInt16 target, R16Type source ) : void

OR mem16,reg16

OR ( UInt16 target, UInt16 source ) : void

OR mem16,imm16

OR ( UInt32 target, Byte source ) : void

OR mem32,imm8

OR ( UInt32 target, R32Type source ) : void

OR mem32,reg32

OR ( UInt32 target, UInt32 source ) : void

OR mem32,imm32

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

OR ( byte target, Byte source ) : void

OR mem8,imm8

OR ( byte target, R8Type source ) : void

OR mem8,reg8

ORG ( UInt32 value ) : void

ORG

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 ( UInt16 target ) : void

POP mem16

POP ( UInt32 target ) : void

POP mem32

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

PREFETCHNTA ( byte target ) : void

PREFETCHNTA m8

PREFETCHT0 ( Memory target ) : void

PREFETCHT0 m8

PREFETCHT0 ( byte target ) : void

PREFETCHT0 m8

PREFETCHT1 ( Memory target ) : void

PREFETCHT1 m8

PREFETCHT1 ( byte target ) : void

PREFETCHT1 m8

PREFETCHT2 ( Memory target ) : void

PREFETCHT2 m8

PREFETCHT2 ( byte 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 mem16

PUSH ( UInt32 target ) : void

PUSH mem32

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 ( UInt16 target, Byte source ) : void

RCL mem16,imm8

RCL ( UInt32 target, Byte source ) : void

RCL mem32,imm8

RCL ( WordMemory target, Byte source ) : void

RCL mem16,imm8

RCL ( byte target, Byte source ) : void

RCL mem8,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 ( UInt16 target ) : void

RCL mem16,CL

RCL__CL ( UInt32 target ) : void

RCL mem32,CL

RCL__CL ( WordMemory target ) : void

RCL mem16,CL

RCL__CL ( byte target ) : void

RCL mem8,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 ( UInt16 target, Byte source ) : void

RCR mem16,imm8

RCR ( UInt32 target, Byte source ) : void

RCR mem32,imm8

RCR ( WordMemory target, Byte source ) : void

RCR mem16,imm8

RCR ( byte target, Byte source ) : void

RCR mem8,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 ( UInt16 target ) : void

RCR mem16,CL

RCR__CL ( UInt32 target ) : void

RCR mem32,CL

RCR__CL ( WordMemory target ) : void

RCR mem16,CL

RCR__CL ( byte target ) : void

RCR mem8,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 ( UInt16 target, Byte source ) : void

ROL mem16,imm8

ROL ( UInt32 target, Byte source ) : void

ROL mem32,imm8

ROL ( WordMemory target, Byte source ) : void

ROL mem16,imm8

ROL ( byte target, Byte source ) : void

ROL mem8,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 ( UInt16 target ) : void

ROL mem16,CL

ROL__CL ( UInt32 target ) : void

ROL mem32,CL

ROL__CL ( WordMemory target ) : void

ROL mem16,CL

ROL__CL ( byte target ) : void

ROL mem8,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 ( UInt16 target, Byte source ) : void

ROR mem16,imm8

ROR ( UInt32 target, Byte source ) : void

ROR mem32,imm8

ROR ( WordMemory target, Byte source ) : void

ROR mem16,imm8

ROR ( byte target, Byte source ) : void

ROR mem8,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 ( UInt16 target ) : void

ROR mem16,CL

ROR__CL ( UInt32 target ) : void

ROR mem32,CL

ROR__CL ( WordMemory target ) : void

ROR mem16,CL

ROR__CL ( byte target ) : void

ROR mem8,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 ( UInt16 target, Byte source ) : void

SAL mem16,imm8

SAL ( UInt32 target, Byte source ) : void

SAL mem32,imm8

SAL ( WordMemory target, Byte source ) : void

SAL mem16,imm8

SAL ( byte target, Byte source ) : void

SAL mem8,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 ( UInt16 target ) : void

SAL mem16,CL

SAL__CL ( UInt32 target ) : void

SAL mem32,CL

SAL__CL ( WordMemory target ) : void

SAL mem16,CL

SAL__CL ( byte target ) : void

SAL mem8,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 ( UInt16 target, Byte source ) : void

SAR mem16,imm8

SAR ( UInt32 target, Byte source ) : void

SAR mem32,imm8

SAR ( WordMemory target, Byte source ) : void

SAR mem16,imm8

SAR ( byte target, Byte source ) : void

SAR mem8,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 ( UInt16 target ) : void

SAR mem16,CL

SAR__CL ( UInt32 target ) : void

SAR mem32,CL

SAR__CL ( WordMemory target ) : void

SAR mem16,CL

SAR__CL ( byte target ) : void

SAR mem8,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 reg16,mem16

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 reg32,mem32

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 ( R8Type target, byte source ) : void

SBB reg8,mem8

SBB ( UInt16 target, Byte source ) : void

SBB mem16,imm8

SBB ( UInt16 target, R16Type source ) : void

SBB mem16,reg16

SBB ( UInt16 target, UInt16 source ) : void

SBB mem16,imm16

SBB ( UInt32 target, Byte source ) : void

SBB mem32,imm8

SBB ( UInt32 target, R32Type source ) : void

SBB mem32,reg32

SBB ( UInt32 target, UInt32 source ) : void

SBB mem32,imm32

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

SBB ( byte target, Byte source ) : void

SBB mem8,imm8

SBB ( byte target, R8Type source ) : void

SBB mem8,reg8

SCASB ( ) : void

SCASB

SCASD ( ) : void

SCASD

SCASW ( ) : void

SCASW

SETA ( ByteMemory target ) : void

SETA mem8

SETA ( R8Type target ) : void

SETA rmreg8

SETA ( byte target ) : void

SETA mem8

SETAE ( ByteMemory target ) : void

SETAE mem8

SETAE ( R8Type target ) : void

SETAE rmreg8

SETAE ( byte target ) : void

SETAE mem8

SETB ( ByteMemory target ) : void

SETB mem8

SETB ( R8Type target ) : void

SETB rmreg8

SETB ( byte target ) : void

SETB mem8

SETBE ( ByteMemory target ) : void

SETBE mem8

SETBE ( R8Type target ) : void

SETBE rmreg8

SETBE ( byte target ) : void

SETBE mem8

SETC ( ByteMemory target ) : void

SETC mem8

SETC ( R8Type target ) : void

SETC rmreg8

SETC ( byte target ) : void

SETC mem8

SETE ( ByteMemory target ) : void

SETE mem8

SETE ( R8Type target ) : void

SETE rmreg8

SETE ( byte target ) : void

SETE mem8

SETG ( ByteMemory target ) : void

SETG mem8

SETG ( R8Type target ) : void

SETG rmreg8

SETG ( byte target ) : void

SETG mem8

SETGE ( ByteMemory target ) : void

SETGE mem8

SETGE ( R8Type target ) : void

SETGE rmreg8

SETGE ( byte target ) : void

SETGE mem8

SETL ( ByteMemory target ) : void

SETL mem8

SETL ( R8Type target ) : void

SETL rmreg8

SETL ( byte target ) : void

SETL mem8

SETLE ( ByteMemory target ) : void

SETLE mem8

SETLE ( R8Type target ) : void

SETLE rmreg8

SETLE ( byte target ) : void

SETLE mem8

SETNA ( ByteMemory target ) : void

SETNA mem8

SETNA ( R8Type target ) : void

SETNA rmreg8

SETNA ( byte target ) : void

SETNA mem8

SETNAE ( ByteMemory target ) : void

SETNAE mem8

SETNAE ( R8Type target ) : void

SETNAE rmreg8

SETNAE ( byte target ) : void

SETNAE mem8

SETNB ( ByteMemory target ) : void

SETNB mem8

SETNB ( R8Type target ) : void

SETNB rmreg8

SETNB ( byte target ) : void

SETNB mem8

SETNBE ( ByteMemory target ) : void

SETNBE mem8

SETNBE ( R8Type target ) : void

SETNBE rmreg8

SETNBE ( byte target ) : void

SETNBE mem8

SETNC ( ByteMemory target ) : void

SETNC mem8

SETNC ( R8Type target ) : void

SETNC rmreg8

SETNC ( byte target ) : void

SETNC mem8

SETNE ( ByteMemory target ) : void

SETNE mem8

SETNE ( R8Type target ) : void

SETNE rmreg8

SETNE ( byte target ) : void

SETNE mem8

SETNG ( ByteMemory target ) : void

SETNG mem8

SETNG ( R8Type target ) : void

SETNG rmreg8

SETNG ( byte target ) : void

SETNG mem8

SETNGE ( ByteMemory target ) : void

SETNGE mem8

SETNGE ( R8Type target ) : void

SETNGE rmreg8

SETNGE ( byte target ) : void

SETNGE mem8

SETNL ( ByteMemory target ) : void

SETNL mem8

SETNL ( R8Type target ) : void

SETNL rmreg8

SETNL ( byte target ) : void

SETNL mem8

SETNLE ( ByteMemory target ) : void

SETNLE mem8

SETNLE ( R8Type target ) : void

SETNLE rmreg8

SETNLE ( byte target ) : void

SETNLE mem8

SETNO ( ByteMemory target ) : void

SETNO mem8

SETNO ( R8Type target ) : void

SETNO rmreg8

SETNO ( byte target ) : void

SETNO mem8

SETNP ( ByteMemory target ) : void

SETNP mem8

SETNP ( R8Type target ) : void

SETNP rmreg8

SETNP ( byte target ) : void

SETNP mem8

SETNS ( ByteMemory target ) : void

SETNS mem8

SETNS ( R8Type target ) : void

SETNS rmreg8

SETNS ( byte target ) : void

SETNS mem8

SETNZ ( ByteMemory target ) : void

SETNZ mem8

SETNZ ( R8Type target ) : void

SETNZ rmreg8

SETNZ ( byte target ) : void

SETNZ mem8

SETO ( ByteMemory target ) : void

SETO mem8

SETO ( R8Type target ) : void

SETO rmreg8

SETO ( byte target ) : void

SETO mem8

SETP ( ByteMemory target ) : void

SETP mem8

SETP ( R8Type target ) : void

SETP rmreg8

SETP ( byte target ) : void

SETP mem8

SETPE ( ByteMemory target ) : void

SETPE mem8

SETPE ( R8Type target ) : void

SETPE rmreg8

SETPE ( byte target ) : void

SETPE mem8

SETPO ( ByteMemory target ) : void

SETPO mem8

SETPO ( R8Type target ) : void

SETPO rmreg8

SETPO ( byte target ) : void

SETPO mem8

SETS ( ByteMemory target ) : void

SETS mem8

SETS ( R8Type target ) : void

SETS rmreg8

SETS ( byte target ) : void

SETS mem8

SETZ ( ByteMemory target ) : void

SETZ mem8

SETZ ( R8Type target ) : void

SETZ rmreg8

SETZ ( byte target ) : void

SETZ mem8

SFENCE ( ) : void

SFENCE

SGDT ( Memory target ) : void

SGDT mem

SGDT ( byte 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 ( UInt16 target, Byte source ) : void

SHL mem16,imm8

SHL ( UInt32 target, Byte source ) : void

SHL mem32,imm8

SHL ( WordMemory target, Byte source ) : void

SHL mem16,imm8

SHL ( byte target, Byte source ) : void

SHL mem8,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 ( UInt16 target, R16Type source, Byte value ) : void

SHLD mem16,reg16,imm8

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

SHLD mem32,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 ( UInt16 target, R16Type source ) : void

SHLD mem16,reg16,CL

SHLD___CL ( UInt32 target, R32Type source ) : void

SHLD mem32,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 ( UInt16 target ) : void

SHL mem16,CL

SHL__CL ( UInt32 target ) : void

SHL mem32,CL

SHL__CL ( WordMemory target ) : void

SHL mem16,CL

SHL__CL ( byte target ) : void

SHL mem8,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 ( UInt16 target, Byte source ) : void

SHR mem16,imm8

SHR ( UInt32 target, Byte source ) : void

SHR mem32,imm8

SHR ( WordMemory target, Byte source ) : void

SHR mem16,imm8

SHR ( byte target, Byte source ) : void

SHR mem8,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 ( UInt16 target, R16Type source, Byte value ) : void

SHRD mem16,reg16,imm8

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

SHRD mem32,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 ( UInt16 target, R16Type source ) : void

SHRD mem16,reg16,CL

SHRD___CL ( UInt32 target, R32Type source ) : void

SHRD mem32,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 ( UInt16 target ) : void

SHR mem16,CL

SHR__CL ( UInt32 target ) : void

SHR mem32,CL

SHR__CL ( WordMemory target ) : void

SHR mem16,CL

SHR__CL ( byte target ) : void

SHR mem8,CL

SIDT ( Memory target ) : void

SIDT mem

SIDT ( byte target ) : void

SIDT mem

SLDT ( R16Type target ) : void

SLDT rmreg16

SLDT ( UInt16 target ) : void

SLDT mem16

SLDT ( WordMemory target ) : void

SLDT mem16

SMSW ( R16Type target ) : void

SMSW rmreg16

SMSW ( UInt16 target ) : void

SMSW mem16

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 ( UInt16 target ) : void

STR mem16

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 reg16,mem16

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 reg32,mem32

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 ( R8Type target, byte source ) : void

SUB reg8,mem8

SUB ( UInt16 target, Byte source ) : void

SUB mem16,imm8

SUB ( UInt16 target, R16Type source ) : void

SUB mem16,reg16

SUB ( UInt16 target, UInt16 source ) : void

SUB mem16,imm16

SUB ( UInt32 target, Byte source ) : void

SUB mem32,imm8

SUB ( UInt32 target, R32Type source ) : void

SUB mem32,reg32

SUB ( UInt32 target, UInt32 source ) : void

SUB mem32,imm32

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

SUB ( byte target, Byte source ) : void

SUB mem8,imm8

SUB ( byte target, R8Type source ) : void

SUB mem8,reg8

SYSCALL ( ) : void

SYSCALL

SYSENTER ( ) : void

SYSENTER

SYSEXIT ( ) : void

SYSEXIT

SYSRET ( ) : void

SYSRET

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 ( UInt16 target, R16Type source ) : void

TEST mem16,reg16

TEST ( UInt16 target, UInt16 source ) : void

TEST mem16,imm16

TEST ( UInt32 target, R32Type source ) : void

TEST mem32,reg32

TEST ( UInt32 target, UInt32 source ) : void

TEST mem32,imm32

TEST ( WordMemory target, R16Type source ) : void

TEST mem16,reg16

TEST ( WordMemory target, UInt16 source ) : void

TEST mem16,imm16

TEST ( byte target, Byte source ) : void

TEST mem8,imm8

TEST ( byte target, R8Type source ) : void

TEST mem8,reg8

TIMES ( UInt32 length, Byte value ) : void

TIMES

UTF16 ( string values ) : void

UTF16

VERR ( R16Type target ) : void

VERR rmreg16

VERR ( UInt16 target ) : void

VERR mem16

VERR ( WordMemory target ) : void

VERR mem16

VERW ( R16Type target ) : void

VERW rmreg16

VERW ( UInt16 target ) : void

VERW mem16

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 ( UInt16 target, R16Type source ) : void

XADD mem16,reg16

XADD ( UInt32 target, R32Type source ) : void

XADD mem32,reg32

XADD ( WordMemory target, R16Type source ) : void

XADD mem16,reg16

XADD ( byte target, R8Type source ) : void

XADD mem8,reg8

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, UInt16 source ) : void

XCHG reg16,mem16

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 ( R32Type target, UInt32 source ) : void

XCHG reg32,mem32

XCHG ( R8Type target, ByteMemory source ) : void

XCHG reg8,mem8

XCHG ( R8Type target, R8Type source ) : void

XCHG reg8,rmreg8

XCHG ( R8Type target, byte source ) : void

XCHG reg8,mem8

XCHG ( UInt16 target, R16Type source ) : void

XCHG mem16,reg16

XCHG ( UInt32 target, R32Type source ) : void

XCHG mem32,reg32

XCHG ( WordMemory target, R16Type source ) : void

XCHG mem16,reg16

XCHG ( byte target, R8Type source ) : void

XCHG mem8,reg8

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 reg16,mem16

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 reg32,mem32

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 ( R8Type target, byte source ) : void

XOR reg8,mem8

XOR ( UInt16 target, Byte source ) : void

XOR mem16,imm8

XOR ( UInt16 target, R16Type source ) : void

XOR mem16,reg16

XOR ( UInt16 target, UInt16 source ) : void

XOR mem16,imm16

XOR ( UInt32 target, Byte source ) : void

XOR mem32,imm8

XOR ( UInt32 target, R32Type source ) : void

XOR mem32,reg32

XOR ( UInt32 target, UInt32 source ) : void

XOR mem32,imm32

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

XOR ( byte target, Byte source ) : void

XOR mem8,imm8

XOR ( byte target, R8Type source ) : void

XOR mem8,reg8

메소드 상세

AAA() 공개 정적인 메소드

AAA
public static AAA ( ) : void
리턴 void

AAD() 공개 정적인 메소드

AAD
public static AAD ( ) : void
리턴 void

AAD() 공개 정적인 메소드

AAD imm8
public static AAD ( Byte target ) : void
target Byte
리턴 void

AAM() 공개 정적인 메소드

AAM
public static AAM ( ) : void
리턴 void

AAM() 공개 정적인 메소드

AAM imm8
public static AAM ( Byte target ) : void
target Byte
리턴 void

AAS() 공개 정적인 메소드

AAS
public static AAS ( ) : void
리턴 void

ADC() 공개 정적인 메소드

ADC mem8,imm8
public static ADC ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

ADC() 공개 정적인 메소드

ADC mem8,reg8
public static ADC ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
리턴 void

ADC() 공개 정적인 메소드

ADC mem32,imm8
public static ADC ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

ADC() 공개 정적인 메소드

ADC mem32,reg32
public static ADC ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

ADC() 공개 정적인 메소드

ADC mem32,imm32
public static ADC ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source System.UInt32
리턴 void

ADC() 공개 정적인 메소드

ADC rmreg16,imm8
public static ADC ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

ADC() 공개 정적인 메소드

ADC rmreg16,reg16
public static ADC ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

ADC() 공개 정적인 메소드

ADC reg16,mem16
public static ADC ( R16Type target, UInt16 source ) : void
target R16Type
source System.UInt16
리턴 void

ADC() 공개 정적인 메소드

ADC reg16,mem16
public static ADC ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

ADC() 공개 정적인 메소드

ADC rmreg32,imm8
public static ADC ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

ADC() 공개 정적인 메소드

ADC reg32,mem32
public static ADC ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

ADC() 공개 정적인 메소드

ADC rmreg32,reg32
public static ADC ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

ADC() 공개 정적인 메소드

ADC reg32,mem32
public static ADC ( R32Type target, UInt32 source ) : void
target R32Type
source System.UInt32
리턴 void

ADC() 공개 정적인 메소드

ADC rmreg8,imm8
public static ADC ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

ADC() 공개 정적인 메소드

ADC reg8,mem8
public static ADC ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
리턴 void

ADC() 공개 정적인 메소드

ADC rmreg8,reg8
public static ADC ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
리턴 void

ADC() 공개 정적인 메소드

ADC reg8,mem8
public static ADC ( R8Type target, byte source ) : void
target R8Type
source byte
리턴 void

ADC() 공개 정적인 메소드

ADC mem16,imm8
public static ADC ( UInt16 target, Byte source ) : void
target System.UInt16
source Byte
리턴 void

ADC() 공개 정적인 메소드

ADC mem16,reg16
public static ADC ( UInt16 target, R16Type source ) : void
target System.UInt16
source R16Type
리턴 void

ADC() 공개 정적인 메소드

ADC mem16,imm16
public static ADC ( UInt16 target, UInt16 source ) : void
target System.UInt16
source System.UInt16
리턴 void

ADC() 공개 정적인 메소드

ADC mem32,imm8
public static ADC ( UInt32 target, Byte source ) : void
target System.UInt32
source Byte
리턴 void

ADC() 공개 정적인 메소드

ADC mem32,reg32
public static ADC ( UInt32 target, R32Type source ) : void
target System.UInt32
source R32Type
리턴 void

ADC() 공개 정적인 메소드

ADC mem32,imm32
public static ADC ( UInt32 target, UInt32 source ) : void
target System.UInt32
source System.UInt32
리턴 void

ADC() 공개 정적인 메소드

ADC mem16,imm8
public static ADC ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

ADC() 공개 정적인 메소드

ADC mem16,reg16
public static ADC ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

ADC() 공개 정적인 메소드

ADC mem16,imm16
public static ADC ( WordMemory target, UInt16 source ) : void
target WordMemory
source System.UInt16
리턴 void

ADC() 공개 정적인 메소드

ADC mem8,imm8
public static ADC ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

ADC() 공개 정적인 메소드

ADC mem8,reg8
public static ADC ( byte target, R8Type source ) : void
target byte
source R8Type
리턴 void

ADD() 공개 정적인 메소드

ADD mem8,imm8
public static ADD ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

ADD() 공개 정적인 메소드

ADD mem8,reg8
public static ADD ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
리턴 void

ADD() 공개 정적인 메소드

ADD mem32,imm8
public static ADD ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

ADD() 공개 정적인 메소드

ADD mem32,reg32
public static ADD ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

ADD() 공개 정적인 메소드

ADD mem32,imm32
public static ADD ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source System.UInt32
리턴 void

ADD() 공개 정적인 메소드

ADD rmreg16,imm8
public static ADD ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

ADD() 공개 정적인 메소드

ADD rmreg16,reg16
public static ADD ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

ADD() 공개 정적인 메소드

ADD reg16,mem16
public static ADD ( R16Type target, UInt16 source ) : void
target R16Type
source System.UInt16
리턴 void

ADD() 공개 정적인 메소드

ADD reg16,mem16
public static ADD ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

ADD() 공개 정적인 메소드

ADD rmreg32,imm8
public static ADD ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

ADD() 공개 정적인 메소드

ADD reg32,mem32
public static ADD ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

ADD() 공개 정적인 메소드

ADD rmreg32,reg32
public static ADD ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

ADD() 공개 정적인 메소드

ADD reg32,mem32
public static ADD ( R32Type target, UInt32 source ) : void
target R32Type
source System.UInt32
리턴 void

ADD() 공개 정적인 메소드

ADD rmreg8,imm8
public static ADD ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

ADD() 공개 정적인 메소드

ADD reg8,mem8
public static ADD ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
리턴 void

ADD() 공개 정적인 메소드

ADD rmreg8,reg8
public static ADD ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
리턴 void

ADD() 공개 정적인 메소드

ADD reg8,mem8
public static ADD ( R8Type target, byte source ) : void
target R8Type
source byte
리턴 void

ADD() 공개 정적인 메소드

ADD mem16,imm8
public static ADD ( UInt16 target, Byte source ) : void
target System.UInt16
source Byte
리턴 void

ADD() 공개 정적인 메소드

ADD mem16,reg16
public static ADD ( UInt16 target, R16Type source ) : void
target System.UInt16
source R16Type
리턴 void

ADD() 공개 정적인 메소드

ADD mem16,imm16
public static ADD ( UInt16 target, UInt16 source ) : void
target System.UInt16
source System.UInt16
리턴 void

ADD() 공개 정적인 메소드

ADD mem32,imm8
public static ADD ( UInt32 target, Byte source ) : void
target System.UInt32
source Byte
리턴 void

ADD() 공개 정적인 메소드

ADD mem32,reg32
public static ADD ( UInt32 target, R32Type source ) : void
target System.UInt32
source R32Type
리턴 void

ADD() 공개 정적인 메소드

ADD mem32,imm32
public static ADD ( UInt32 target, UInt32 source ) : void
target System.UInt32
source System.UInt32
리턴 void

ADD() 공개 정적인 메소드

ADD mem16,imm8
public static ADD ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

ADD() 공개 정적인 메소드

ADD mem16,reg16
public static ADD ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

ADD() 공개 정적인 메소드

ADD mem16,imm16
public static ADD ( WordMemory target, UInt16 source ) : void
target WordMemory
source System.UInt16
리턴 void

ADD() 공개 정적인 메소드

ADD mem8,imm8
public static ADD ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

ADD() 공개 정적인 메소드

ADD mem8,reg8
public static ADD ( byte target, R8Type source ) : void
target byte
source R8Type
리턴 void

ALIGN() 공개 정적인 메소드

ALIGN
public static ALIGN ( UInt32 value ) : void
value System.UInt32
리턴 void

AND() 공개 정적인 메소드

AND mem8,imm8
public static AND ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

AND() 공개 정적인 메소드

AND mem8,reg8
public static AND ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
리턴 void

AND() 공개 정적인 메소드

AND mem32,imm8
public static AND ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

AND() 공개 정적인 메소드

AND mem32,reg32
public static AND ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

AND() 공개 정적인 메소드

AND mem32,imm32
public static AND ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source System.UInt32
리턴 void

AND() 공개 정적인 메소드

AND rmreg16,imm8
public static AND ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

AND() 공개 정적인 메소드

AND rmreg16,reg16
public static AND ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

AND() 공개 정적인 메소드

AND reg16,mem16
public static AND ( R16Type target, UInt16 source ) : void
target R16Type
source System.UInt16
리턴 void

AND() 공개 정적인 메소드

AND reg16,mem16
public static AND ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

AND() 공개 정적인 메소드

AND rmreg32,imm8
public static AND ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

AND() 공개 정적인 메소드

AND reg32,mem32
public static AND ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

AND() 공개 정적인 메소드

AND rmreg32,reg32
public static AND ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

AND() 공개 정적인 메소드

AND reg32,mem32
public static AND ( R32Type target, UInt32 source ) : void
target R32Type
source System.UInt32
리턴 void

AND() 공개 정적인 메소드

AND rmreg8,imm8
public static AND ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

AND() 공개 정적인 메소드

AND reg8,mem8
public static AND ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
리턴 void

AND() 공개 정적인 메소드

AND rmreg8,reg8
public static AND ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
리턴 void

AND() 공개 정적인 메소드

AND reg8,mem8
public static AND ( R8Type target, byte source ) : void
target R8Type
source byte
리턴 void

AND() 공개 정적인 메소드

AND mem16,imm8
public static AND ( UInt16 target, Byte source ) : void
target System.UInt16
source Byte
리턴 void

AND() 공개 정적인 메소드

AND mem16,reg16
public static AND ( UInt16 target, R16Type source ) : void
target System.UInt16
source R16Type
리턴 void

AND() 공개 정적인 메소드

AND mem16,imm16
public static AND ( UInt16 target, UInt16 source ) : void
target System.UInt16
source System.UInt16
리턴 void

AND() 공개 정적인 메소드

AND mem32,imm8
public static AND ( UInt32 target, Byte source ) : void
target System.UInt32
source Byte
리턴 void

AND() 공개 정적인 메소드

AND mem32,reg32
public static AND ( UInt32 target, R32Type source ) : void
target System.UInt32
source R32Type
리턴 void

AND() 공개 정적인 메소드

AND mem32,imm32
public static AND ( UInt32 target, UInt32 source ) : void
target System.UInt32
source System.UInt32
리턴 void

AND() 공개 정적인 메소드

AND mem16,imm8
public static AND ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

AND() 공개 정적인 메소드

AND mem16,reg16
public static AND ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

AND() 공개 정적인 메소드

AND mem16,imm16
public static AND ( WordMemory target, UInt16 source ) : void
target WordMemory
source System.UInt16
리턴 void

AND() 공개 정적인 메소드

AND mem8,imm8
public static AND ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

AND() 공개 정적인 메소드

AND mem8,reg8
public static AND ( byte target, R8Type source ) : void
target byte
source R8Type
리턴 void

ARPL() 공개 정적인 메소드

ARPL rmreg16,reg16
public static ARPL ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

ARPL() 공개 정적인 메소드

ARPL mem16,reg16
public static ARPL ( UInt16 target, R16Type source ) : void
target System.UInt16
source R16Type
리턴 void

ARPL() 공개 정적인 메소드

ARPL mem16,reg16
public static ARPL ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

BITS32() 공개 정적인 메소드

BITS32
public static BITS32 ( bool value ) : void
value bool
리턴 void

BOUND() 공개 정적인 메소드

BOUND reg16,mem
public static BOUND ( R16Type target, Memory source ) : void
target R16Type
source Memory
리턴 void

BOUND() 공개 정적인 메소드

BOUND reg16,mem
public static BOUND ( R16Type target, byte source ) : void
target R16Type
source byte
리턴 void

BOUND() 공개 정적인 메소드

BOUND reg32,mem
public static BOUND ( R32Type target, Memory source ) : void
target R32Type
source Memory
리턴 void

BOUND() 공개 정적인 메소드

BOUND reg32,mem
public static BOUND ( R32Type target, byte source ) : void
target R32Type
source byte
리턴 void

BSF() 공개 정적인 메소드

BSF reg16,rmreg16
public static BSF ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

BSF() 공개 정적인 메소드

BSF reg16,mem16
public static BSF ( R16Type target, UInt16 source ) : void
target R16Type
source System.UInt16
리턴 void

BSF() 공개 정적인 메소드

BSF reg16,mem16
public static BSF ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

BSF() 공개 정적인 메소드

BSF reg32,mem32
public static BSF ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

BSF() 공개 정적인 메소드

BSF reg32,rmreg32
public static BSF ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

BSF() 공개 정적인 메소드

BSF reg32,mem32
public static BSF ( R32Type target, UInt32 source ) : void
target R32Type
source System.UInt32
리턴 void

BSR() 공개 정적인 메소드

BSR reg16,rmreg16
public static BSR ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

BSR() 공개 정적인 메소드

BSR reg16,mem16
public static BSR ( R16Type target, UInt16 source ) : void
target R16Type
source System.UInt16
리턴 void

BSR() 공개 정적인 메소드

BSR reg16,mem16
public static BSR ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

BSR() 공개 정적인 메소드

BSR reg32,mem32
public static BSR ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

BSR() 공개 정적인 메소드

BSR reg32,rmreg32
public static BSR ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

BSR() 공개 정적인 메소드

BSR reg32,mem32
public static BSR ( R32Type target, UInt32 source ) : void
target R32Type
source System.UInt32
리턴 void

BSWAP() 공개 정적인 메소드

BSWAP reg32
public static BSWAP ( R32Type target ) : void
target R32Type
리턴 void

BT() 공개 정적인 메소드

BT mem32,imm8
public static BT ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

BT() 공개 정적인 메소드

BT mem32,reg32
public static BT ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

BT() 공개 정적인 메소드

BT rmreg16,imm8
public static BT ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

BT() 공개 정적인 메소드

BT rmreg16,reg16
public static BT ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

BT() 공개 정적인 메소드

BT rmreg32,imm8
public static BT ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

BT() 공개 정적인 메소드

BT rmreg32,reg32
public static BT ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

BT() 공개 정적인 메소드

BT mem16,imm8
public static BT ( UInt16 target, Byte source ) : void
target System.UInt16
source Byte
리턴 void

BT() 공개 정적인 메소드

BT mem16,reg16
public static BT ( UInt16 target, R16Type source ) : void
target System.UInt16
source R16Type
리턴 void

BT() 공개 정적인 메소드

BT mem32,imm8
public static BT ( UInt32 target, Byte source ) : void
target System.UInt32
source Byte
리턴 void

BT() 공개 정적인 메소드

BT mem32,reg32
public static BT ( UInt32 target, R32Type source ) : void
target System.UInt32
source R32Type
리턴 void

BT() 공개 정적인 메소드

BT mem16,imm8
public static BT ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

BT() 공개 정적인 메소드

BT mem16,reg16
public static BT ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

BTC() 공개 정적인 메소드

BTC mem32,imm8
public static BTC ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

BTC() 공개 정적인 메소드

BTC mem32,reg32
public static BTC ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

BTC() 공개 정적인 메소드

BTC rmreg16,imm8
public static BTC ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

BTC() 공개 정적인 메소드

BTC rmreg16,reg16
public static BTC ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

BTC() 공개 정적인 메소드

BTC rmreg32,imm8
public static BTC ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

BTC() 공개 정적인 메소드

BTC rmreg32,reg32
public static BTC ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

BTC() 공개 정적인 메소드

BTC mem16,imm8
public static BTC ( UInt16 target, Byte source ) : void
target System.UInt16
source Byte
리턴 void

BTC() 공개 정적인 메소드

BTC mem16,reg16
public static BTC ( UInt16 target, R16Type source ) : void
target System.UInt16
source R16Type
리턴 void

BTC() 공개 정적인 메소드

BTC mem32,imm8
public static BTC ( UInt32 target, Byte source ) : void
target System.UInt32
source Byte
리턴 void

BTC() 공개 정적인 메소드

BTC mem32,reg32
public static BTC ( UInt32 target, R32Type source ) : void
target System.UInt32
source R32Type
리턴 void

BTC() 공개 정적인 메소드

BTC mem16,imm8
public static BTC ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

BTC() 공개 정적인 메소드

BTC mem16,reg16
public static BTC ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

BTR() 공개 정적인 메소드

BTR mem32,imm8
public static BTR ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

BTR() 공개 정적인 메소드

BTR mem32,reg32
public static BTR ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

BTR() 공개 정적인 메소드

BTR rmreg16,imm8
public static BTR ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

BTR() 공개 정적인 메소드

BTR rmreg16,reg16
public static BTR ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

BTR() 공개 정적인 메소드

BTR rmreg32,imm8
public static BTR ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

BTR() 공개 정적인 메소드

BTR rmreg32,reg32
public static BTR ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

BTR() 공개 정적인 메소드

BTR mem16,imm8
public static BTR ( UInt16 target, Byte source ) : void
target System.UInt16
source Byte
리턴 void

BTR() 공개 정적인 메소드

BTR mem16,reg16
public static BTR ( UInt16 target, R16Type source ) : void
target System.UInt16
source R16Type
리턴 void

BTR() 공개 정적인 메소드

BTR mem32,imm8
public static BTR ( UInt32 target, Byte source ) : void
target System.UInt32
source Byte
리턴 void

BTR() 공개 정적인 메소드

BTR mem32,reg32
public static BTR ( UInt32 target, R32Type source ) : void
target System.UInt32
source R32Type
리턴 void

BTR() 공개 정적인 메소드

BTR mem16,imm8
public static BTR ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

BTR() 공개 정적인 메소드

BTR mem16,reg16
public static BTR ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

BTS() 공개 정적인 메소드

BTS mem32,imm8
public static BTS ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

BTS() 공개 정적인 메소드

BTS mem32,reg32
public static BTS ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

BTS() 공개 정적인 메소드

BTS rmreg16,imm8
public static BTS ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

BTS() 공개 정적인 메소드

BTS rmreg16,reg16
public static BTS ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

BTS() 공개 정적인 메소드

BTS rmreg32,imm8
public static BTS ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

BTS() 공개 정적인 메소드

BTS rmreg32,reg32
public static BTS ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

BTS() 공개 정적인 메소드

BTS mem16,imm8
public static BTS ( UInt16 target, Byte source ) : void
target System.UInt16
source Byte
리턴 void

BTS() 공개 정적인 메소드

BTS mem16,reg16
public static BTS ( UInt16 target, R16Type source ) : void
target System.UInt16
source R16Type
리턴 void

BTS() 공개 정적인 메소드

BTS mem32,imm8
public static BTS ( UInt32 target, Byte source ) : void
target System.UInt32
source Byte
리턴 void

BTS() 공개 정적인 메소드

BTS mem32,reg32
public static BTS ( UInt32 target, R32Type source ) : void
target System.UInt32
source R32Type
리턴 void

BTS() 공개 정적인 메소드

BTS mem16,imm8
public static BTS ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

BTS() 공개 정적인 메소드

BTS mem16,reg16
public static BTS ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

CALL() 공개 정적인 메소드

CALL mem32
public static CALL ( DWordMemory target ) : void
target DWordMemory
리턴 void

CALL() 공개 정적인 메소드

CALL rmreg16
public static CALL ( R16Type target ) : void
target R16Type
리턴 void

CALL() 공개 정적인 메소드

CALL rmreg32
public static CALL ( R32Type target ) : void
target R32Type
리턴 void

CALL() 공개 정적인 메소드

CALL mem16
public static CALL ( UInt16 target ) : void
target System.UInt16
리턴 void

CALL() 공개 정적인 메소드

CALL imm16:imm16
public static CALL ( UInt16 target, UInt16 source ) : void
target System.UInt16
source System.UInt16
리턴 void

CALL() 공개 정적인 메소드

CALL imm16:imm32
public static CALL ( UInt16 target, UInt32 source ) : void
target System.UInt16
source System.UInt32
리턴 void

CALL() 공개 정적인 메소드

CALL imm
public static CALL ( UInt32 target ) : void
target System.UInt32
리턴 void

CALL() 공개 정적인 메소드

CALL mem16
public static CALL ( WordMemory target ) : void
target WordMemory
리턴 void

CALL() 공개 정적인 메소드

CALL imm
public static CALL ( string label ) : void
label string
리턴 void

CALL_FAR() 공개 정적인 메소드

CALL FAR mem32
public static CALL_FAR ( DWordMemory target ) : void
target DWordMemory
리턴 void

CALL_FAR() 공개 정적인 메소드

CALL FAR mem16
public static CALL_FAR ( UInt16 target ) : void
target System.UInt16
리턴 void

CALL_FAR() 공개 정적인 메소드

CALL FAR mem32
public static CALL_FAR ( UInt32 target ) : void
target System.UInt32
리턴 void

CALL_FAR() 공개 정적인 메소드

CALL FAR mem16
public static CALL_FAR ( WordMemory target ) : void
target WordMemory
리턴 void

CALL_FAR() 공개 정적인 메소드

CALL FAR mem16
public static CALL_FAR ( string label ) : void
label string
리턴 void

CBW() 공개 정적인 메소드

CBW
public static CBW ( ) : void
리턴 void

CDQ() 공개 정적인 메소드

CDQ
public static CDQ ( ) : void
리턴 void

CLC() 공개 정적인 메소드

CLC
public static CLC ( ) : void
리턴 void

CLD() 공개 정적인 메소드

CLD
public static CLD ( ) : void
리턴 void

CLFLUSH() 공개 정적인 메소드

CLFLUSH mem
public static CLFLUSH ( Memory target ) : void
target Memory
리턴 void

CLFLUSH() 공개 정적인 메소드

CLFLUSH mem
public static CLFLUSH ( byte target ) : void
target byte
리턴 void

CLI() 공개 정적인 메소드

CLI
public static CLI ( ) : void
리턴 void

CLTS() 공개 정적인 메소드

CLTS
public static CLTS ( ) : void
리턴 void

CMC() 공개 정적인 메소드

CMC
public static CMC ( ) : void
리턴 void

CMOVA() 공개 정적인 메소드

CMOVA reg16,rmreg16
public static CMOVA ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVA() 공개 정적인 메소드

CMOVA reg16,mem16
public static CMOVA ( R16Type target, UInt16 source ) : void
target R16Type
source System.UInt16
리턴 void

CMOVA() 공개 정적인 메소드

CMOVA reg16,mem16
public static CMOVA ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVA() 공개 정적인 메소드

CMOVA reg32,mem32
public static CMOVA ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVA() 공개 정적인 메소드

CMOVA reg32,rmreg32
public static CMOVA ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVA() 공개 정적인 메소드

CMOVA reg32,mem32
public static CMOVA ( R32Type target, UInt32 source ) : void
target R32Type
source System.UInt32
리턴 void

CMOVAE() 공개 정적인 메소드

CMOVAE reg16,rmreg16
public static CMOVAE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVAE() 공개 정적인 메소드

CMOVAE reg16,mem16
public static CMOVAE ( R16Type target, UInt16 source ) : void
target R16Type
source System.UInt16
리턴 void

CMOVAE() 공개 정적인 메소드

CMOVAE reg16,mem16
public static CMOVAE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVAE() 공개 정적인 메소드

CMOVAE reg32,mem32
public static CMOVAE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVAE() 공개 정적인 메소드

CMOVAE reg32,rmreg32
public static CMOVAE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVAE() 공개 정적인 메소드

CMOVAE reg32,mem32
public static CMOVAE ( R32Type target, UInt32 source ) : void
target R32Type
source System.UInt32
리턴 void

CMOVB() 공개 정적인 메소드

CMOVB reg16,rmreg16
public static CMOVB ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVB() 공개 정적인 메소드

CMOVB reg16,mem16
public static CMOVB ( R16Type target, UInt16 source ) : void
target R16Type
source System.UInt16
리턴 void

CMOVB() 공개 정적인 메소드

CMOVB reg16,mem16
public static CMOVB ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVB() 공개 정적인 메소드

CMOVB reg32,mem32
public static CMOVB ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVB() 공개 정적인 메소드

CMOVB reg32,rmreg32
public static CMOVB ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVB() 공개 정적인 메소드

CMOVB reg32,mem32
public static CMOVB ( R32Type target, UInt32 source ) : void
target R32Type
source System.UInt32
리턴 void

CMOVBE() 공개 정적인 메소드

CMOVBE reg16,rmreg16
public static CMOVBE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVBE() 공개 정적인 메소드

CMOVBE reg16,mem16
public static CMOVBE ( R16Type target, UInt16 source ) : void
target R16Type
source System.UInt16
리턴 void

CMOVBE() 공개 정적인 메소드

CMOVBE reg16,mem16
public static CMOVBE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVBE() 공개 정적인 메소드

CMOVBE reg32,mem32
public static CMOVBE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVBE() 공개 정적인 메소드

CMOVBE reg32,rmreg32
public static CMOVBE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVBE() 공개 정적인 메소드

CMOVBE reg32,mem32
public static CMOVBE ( R32Type target, UInt32 source ) : void
target R32Type
source System.UInt32
리턴 void

CMOVC() 공개 정적인 메소드

CMOVC reg16,rmreg16
public static CMOVC ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVC() 공개 정적인 메소드

CMOVC reg16,mem16
public static CMOVC ( R16Type target, UInt16 source ) : void
target R16Type
source System.UInt16
리턴 void

CMOVC() 공개 정적인 메소드

CMOVC reg16,mem16
public static CMOVC ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVC() 공개 정적인 메소드

CMOVC reg32,mem32
public static CMOVC ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVC() 공개 정적인 메소드

CMOVC reg32,rmreg32
public static CMOVC ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVC() 공개 정적인 메소드

CMOVC reg32,mem32
public static CMOVC ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVE() 공개 정적인 메소드

CMOVE reg16,rmreg16
public static CMOVE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVE() 공개 정적인 메소드

CMOVE reg16,mem16
public static CMOVE ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVE() 공개 정적인 메소드

CMOVE reg16,mem16
public static CMOVE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVE() 공개 정적인 메소드

CMOVE reg32,mem32
public static CMOVE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVE() 공개 정적인 메소드

CMOVE reg32,rmreg32
public static CMOVE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVE() 공개 정적인 메소드

CMOVE reg32,mem32
public static CMOVE ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVG() 공개 정적인 메소드

CMOVG reg16,rmreg16
public static CMOVG ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVG() 공개 정적인 메소드

CMOVG reg16,mem16
public static CMOVG ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVG() 공개 정적인 메소드

CMOVG reg16,mem16
public static CMOVG ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVG() 공개 정적인 메소드

CMOVG reg32,mem32
public static CMOVG ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVG() 공개 정적인 메소드

CMOVG reg32,rmreg32
public static CMOVG ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVG() 공개 정적인 메소드

CMOVG reg32,mem32
public static CMOVG ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVGE() 공개 정적인 메소드

CMOVGE reg16,rmreg16
public static CMOVGE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVGE() 공개 정적인 메소드

CMOVGE reg16,mem16
public static CMOVGE ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVGE() 공개 정적인 메소드

CMOVGE reg16,mem16
public static CMOVGE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVGE() 공개 정적인 메소드

CMOVGE reg32,mem32
public static CMOVGE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVGE() 공개 정적인 메소드

CMOVGE reg32,rmreg32
public static CMOVGE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVGE() 공개 정적인 메소드

CMOVGE reg32,mem32
public static CMOVGE ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVL() 공개 정적인 메소드

CMOVL reg16,rmreg16
public static CMOVL ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVL() 공개 정적인 메소드

CMOVL reg16,mem16
public static CMOVL ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVL() 공개 정적인 메소드

CMOVL reg16,mem16
public static CMOVL ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVL() 공개 정적인 메소드

CMOVL reg32,mem32
public static CMOVL ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVL() 공개 정적인 메소드

CMOVL reg32,rmreg32
public static CMOVL ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVL() 공개 정적인 메소드

CMOVL reg32,mem32
public static CMOVL ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVLE() 공개 정적인 메소드

CMOVLE reg16,rmreg16
public static CMOVLE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVLE() 공개 정적인 메소드

CMOVLE reg16,mem16
public static CMOVLE ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVLE() 공개 정적인 메소드

CMOVLE reg16,mem16
public static CMOVLE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVLE() 공개 정적인 메소드

CMOVLE reg32,mem32
public static CMOVLE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVLE() 공개 정적인 메소드

CMOVLE reg32,rmreg32
public static CMOVLE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVLE() 공개 정적인 메소드

CMOVLE reg32,mem32
public static CMOVLE ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVNA() 공개 정적인 메소드

CMOVNA reg16,rmreg16
public static CMOVNA ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVNA() 공개 정적인 메소드

CMOVNA reg16,mem16
public static CMOVNA ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVNA() 공개 정적인 메소드

CMOVNA reg16,mem16
public static CMOVNA ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVNA() 공개 정적인 메소드

CMOVNA reg32,mem32
public static CMOVNA ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVNA() 공개 정적인 메소드

CMOVNA reg32,rmreg32
public static CMOVNA ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVNA() 공개 정적인 메소드

CMOVNA reg32,mem32
public static CMOVNA ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVNAE() 공개 정적인 메소드

CMOVNAE reg16,rmreg16
public static CMOVNAE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVNAE() 공개 정적인 메소드

CMOVNAE reg16,mem16
public static CMOVNAE ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVNAE() 공개 정적인 메소드

CMOVNAE reg16,mem16
public static CMOVNAE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVNAE() 공개 정적인 메소드

CMOVNAE reg32,mem32
public static CMOVNAE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVNAE() 공개 정적인 메소드

CMOVNAE reg32,rmreg32
public static CMOVNAE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVNAE() 공개 정적인 메소드

CMOVNAE reg32,mem32
public static CMOVNAE ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVNB() 공개 정적인 메소드

CMOVNB reg16,rmreg16
public static CMOVNB ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVNB() 공개 정적인 메소드

CMOVNB reg16,mem16
public static CMOVNB ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVNB() 공개 정적인 메소드

CMOVNB reg16,mem16
public static CMOVNB ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVNB() 공개 정적인 메소드

CMOVNB reg32,mem32
public static CMOVNB ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVNB() 공개 정적인 메소드

CMOVNB reg32,rmreg32
public static CMOVNB ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVNB() 공개 정적인 메소드

CMOVNB reg32,mem32
public static CMOVNB ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVNBE() 공개 정적인 메소드

CMOVNBE reg16,rmreg16
public static CMOVNBE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVNBE() 공개 정적인 메소드

CMOVNBE reg16,mem16
public static CMOVNBE ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVNBE() 공개 정적인 메소드

CMOVNBE reg16,mem16
public static CMOVNBE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVNBE() 공개 정적인 메소드

CMOVNBE reg32,mem32
public static CMOVNBE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVNBE() 공개 정적인 메소드

CMOVNBE reg32,rmreg32
public static CMOVNBE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVNBE() 공개 정적인 메소드

CMOVNBE reg32,mem32
public static CMOVNBE ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVNC() 공개 정적인 메소드

CMOVNC reg16,rmreg16
public static CMOVNC ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVNC() 공개 정적인 메소드

CMOVNC reg16,mem16
public static CMOVNC ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVNC() 공개 정적인 메소드

CMOVNC reg16,mem16
public static CMOVNC ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVNC() 공개 정적인 메소드

CMOVNC reg32,mem32
public static CMOVNC ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVNC() 공개 정적인 메소드

CMOVNC reg32,rmreg32
public static CMOVNC ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVNC() 공개 정적인 메소드

CMOVNC reg32,mem32
public static CMOVNC ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVNE() 공개 정적인 메소드

CMOVNE reg16,rmreg16
public static CMOVNE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVNE() 공개 정적인 메소드

CMOVNE reg16,mem16
public static CMOVNE ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVNE() 공개 정적인 메소드

CMOVNE reg16,mem16
public static CMOVNE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVNE() 공개 정적인 메소드

CMOVNE reg32,mem32
public static CMOVNE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVNE() 공개 정적인 메소드

CMOVNE reg32,rmreg32
public static CMOVNE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVNE() 공개 정적인 메소드

CMOVNE reg32,mem32
public static CMOVNE ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVNG() 공개 정적인 메소드

CMOVNG reg16,rmreg16
public static CMOVNG ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVNG() 공개 정적인 메소드

CMOVNG reg16,mem16
public static CMOVNG ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVNG() 공개 정적인 메소드

CMOVNG reg16,mem16
public static CMOVNG ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVNG() 공개 정적인 메소드

CMOVNG reg32,mem32
public static CMOVNG ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVNG() 공개 정적인 메소드

CMOVNG reg32,rmreg32
public static CMOVNG ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVNG() 공개 정적인 메소드

CMOVNG reg32,mem32
public static CMOVNG ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVNGE() 공개 정적인 메소드

CMOVNGE reg16,rmreg16
public static CMOVNGE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVNGE() 공개 정적인 메소드

CMOVNGE reg16,mem16
public static CMOVNGE ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVNGE() 공개 정적인 메소드

CMOVNGE reg16,mem16
public static CMOVNGE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVNGE() 공개 정적인 메소드

CMOVNGE reg32,mem32
public static CMOVNGE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVNGE() 공개 정적인 메소드

CMOVNGE reg32,rmreg32
public static CMOVNGE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVNGE() 공개 정적인 메소드

CMOVNGE reg32,mem32
public static CMOVNGE ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVNL() 공개 정적인 메소드

CMOVNL reg16,rmreg16
public static CMOVNL ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVNL() 공개 정적인 메소드

CMOVNL reg16,mem16
public static CMOVNL ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVNL() 공개 정적인 메소드

CMOVNL reg16,mem16
public static CMOVNL ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVNL() 공개 정적인 메소드

CMOVNL reg32,mem32
public static CMOVNL ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVNL() 공개 정적인 메소드

CMOVNL reg32,rmreg32
public static CMOVNL ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVNL() 공개 정적인 메소드

CMOVNL reg32,mem32
public static CMOVNL ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVNLE() 공개 정적인 메소드

CMOVNLE reg16,rmreg16
public static CMOVNLE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVNLE() 공개 정적인 메소드

CMOVNLE reg16,mem16
public static CMOVNLE ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVNLE() 공개 정적인 메소드

CMOVNLE reg16,mem16
public static CMOVNLE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVNLE() 공개 정적인 메소드

CMOVNLE reg32,mem32
public static CMOVNLE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVNLE() 공개 정적인 메소드

CMOVNLE reg32,rmreg32
public static CMOVNLE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVNLE() 공개 정적인 메소드

CMOVNLE reg32,mem32
public static CMOVNLE ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVNO() 공개 정적인 메소드

CMOVNO reg16,rmreg16
public static CMOVNO ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVNO() 공개 정적인 메소드

CMOVNO reg16,mem16
public static CMOVNO ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVNO() 공개 정적인 메소드

CMOVNO reg16,mem16
public static CMOVNO ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVNO() 공개 정적인 메소드

CMOVNO reg32,mem32
public static CMOVNO ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVNO() 공개 정적인 메소드

CMOVNO reg32,rmreg32
public static CMOVNO ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVNO() 공개 정적인 메소드

CMOVNO reg32,mem32
public static CMOVNO ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVNP() 공개 정적인 메소드

CMOVNP reg16,rmreg16
public static CMOVNP ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVNP() 공개 정적인 메소드

CMOVNP reg16,mem16
public static CMOVNP ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVNP() 공개 정적인 메소드

CMOVNP reg16,mem16
public static CMOVNP ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVNP() 공개 정적인 메소드

CMOVNP reg32,mem32
public static CMOVNP ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVNP() 공개 정적인 메소드

CMOVNP reg32,rmreg32
public static CMOVNP ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVNP() 공개 정적인 메소드

CMOVNP reg32,mem32
public static CMOVNP ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVNS() 공개 정적인 메소드

CMOVNS reg16,rmreg16
public static CMOVNS ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVNS() 공개 정적인 메소드

CMOVNS reg16,mem16
public static CMOVNS ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVNS() 공개 정적인 메소드

CMOVNS reg16,mem16
public static CMOVNS ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVNS() 공개 정적인 메소드

CMOVNS reg32,mem32
public static CMOVNS ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVNS() 공개 정적인 메소드

CMOVNS reg32,rmreg32
public static CMOVNS ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVNS() 공개 정적인 메소드

CMOVNS reg32,mem32
public static CMOVNS ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVNZ() 공개 정적인 메소드

CMOVNZ reg16,rmreg16
public static CMOVNZ ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVNZ() 공개 정적인 메소드

CMOVNZ reg16,mem16
public static CMOVNZ ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVNZ() 공개 정적인 메소드

CMOVNZ reg16,mem16
public static CMOVNZ ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVNZ() 공개 정적인 메소드

CMOVNZ reg32,mem32
public static CMOVNZ ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVNZ() 공개 정적인 메소드

CMOVNZ reg32,rmreg32
public static CMOVNZ ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVNZ() 공개 정적인 메소드

CMOVNZ reg32,mem32
public static CMOVNZ ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVO() 공개 정적인 메소드

CMOVO reg16,rmreg16
public static CMOVO ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVO() 공개 정적인 메소드

CMOVO reg16,mem16
public static CMOVO ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVO() 공개 정적인 메소드

CMOVO reg16,mem16
public static CMOVO ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVO() 공개 정적인 메소드

CMOVO reg32,mem32
public static CMOVO ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVO() 공개 정적인 메소드

CMOVO reg32,rmreg32
public static CMOVO ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVO() 공개 정적인 메소드

CMOVO reg32,mem32
public static CMOVO ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVP() 공개 정적인 메소드

CMOVP reg16,rmreg16
public static CMOVP ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVP() 공개 정적인 메소드

CMOVP reg16,mem16
public static CMOVP ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVP() 공개 정적인 메소드

CMOVP reg16,mem16
public static CMOVP ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVP() 공개 정적인 메소드

CMOVP reg32,mem32
public static CMOVP ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVP() 공개 정적인 메소드

CMOVP reg32,rmreg32
public static CMOVP ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVP() 공개 정적인 메소드

CMOVP reg32,mem32
public static CMOVP ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVPE() 공개 정적인 메소드

CMOVPE reg16,rmreg16
public static CMOVPE ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVPE() 공개 정적인 메소드

CMOVPE reg16,mem16
public static CMOVPE ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVPE() 공개 정적인 메소드

CMOVPE reg16,mem16
public static CMOVPE ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVPE() 공개 정적인 메소드

CMOVPE reg32,mem32
public static CMOVPE ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVPE() 공개 정적인 메소드

CMOVPE reg32,rmreg32
public static CMOVPE ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVPE() 공개 정적인 메소드

CMOVPE reg32,mem32
public static CMOVPE ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVPO() 공개 정적인 메소드

CMOVPO reg16,rmreg16
public static CMOVPO ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVPO() 공개 정적인 메소드

CMOVPO reg16,mem16
public static CMOVPO ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVPO() 공개 정적인 메소드

CMOVPO reg16,mem16
public static CMOVPO ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVPO() 공개 정적인 메소드

CMOVPO reg32,mem32
public static CMOVPO ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVPO() 공개 정적인 메소드

CMOVPO reg32,rmreg32
public static CMOVPO ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVPO() 공개 정적인 메소드

CMOVPO reg32,mem32
public static CMOVPO ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVS() 공개 정적인 메소드

CMOVS reg16,rmreg16
public static CMOVS ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVS() 공개 정적인 메소드

CMOVS reg16,mem16
public static CMOVS ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVS() 공개 정적인 메소드

CMOVS reg16,mem16
public static CMOVS ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVS() 공개 정적인 메소드

CMOVS reg32,mem32
public static CMOVS ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVS() 공개 정적인 메소드

CMOVS reg32,rmreg32
public static CMOVS ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVS() 공개 정적인 메소드

CMOVS reg32,mem32
public static CMOVS ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMOVZ() 공개 정적인 메소드

CMOVZ reg16,rmreg16
public static CMOVZ ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMOVZ() 공개 정적인 메소드

CMOVZ reg16,mem16
public static CMOVZ ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMOVZ() 공개 정적인 메소드

CMOVZ reg16,mem16
public static CMOVZ ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMOVZ() 공개 정적인 메소드

CMOVZ reg32,mem32
public static CMOVZ ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMOVZ() 공개 정적인 메소드

CMOVZ reg32,rmreg32
public static CMOVZ ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMOVZ() 공개 정적인 메소드

CMOVZ reg32,mem32
public static CMOVZ ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMP() 공개 정적인 메소드

CMP mem8,imm8
public static CMP ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

CMP() 공개 정적인 메소드

CMP mem8,reg8
public static CMP ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
리턴 void

CMP() 공개 정적인 메소드

CMP mem32,imm8
public static CMP ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

CMP() 공개 정적인 메소드

CMP mem32,reg32
public static CMP ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

CMP() 공개 정적인 메소드

CMP mem32,imm32
public static CMP ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source UInt32
리턴 void

CMP() 공개 정적인 메소드

CMP rmreg16,imm8
public static CMP ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

CMP() 공개 정적인 메소드

CMP rmreg16,reg16
public static CMP ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMP() 공개 정적인 메소드

CMP reg16,mem16
public static CMP ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

CMP() 공개 정적인 메소드

CMP reg16,mem16
public static CMP ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

CMP() 공개 정적인 메소드

CMP rmreg32,imm8
public static CMP ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

CMP() 공개 정적인 메소드

CMP reg32,mem32
public static CMP ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

CMP() 공개 정적인 메소드

CMP rmreg32,reg32
public static CMP ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMP() 공개 정적인 메소드

CMP reg32,mem32
public static CMP ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

CMP() 공개 정적인 메소드

CMP rmreg8,imm8
public static CMP ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

CMP() 공개 정적인 메소드

CMP reg8,mem8
public static CMP ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
리턴 void

CMP() 공개 정적인 메소드

CMP rmreg8,reg8
public static CMP ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
리턴 void

CMP() 공개 정적인 메소드

CMP reg8,mem8
public static CMP ( R8Type target, byte source ) : void
target R8Type
source byte
리턴 void

CMP() 공개 정적인 메소드

CMP mem16,imm8
public static CMP ( UInt16 target, Byte source ) : void
target UInt16
source Byte
리턴 void

CMP() 공개 정적인 메소드

CMP mem16,reg16
public static CMP ( UInt16 target, R16Type source ) : void
target UInt16
source R16Type
리턴 void

CMP() 공개 정적인 메소드

CMP mem16,imm16
public static CMP ( UInt16 target, UInt16 source ) : void
target UInt16
source UInt16
리턴 void

CMP() 공개 정적인 메소드

CMP mem32,imm8
public static CMP ( UInt32 target, Byte source ) : void
target UInt32
source Byte
리턴 void

CMP() 공개 정적인 메소드

CMP mem32,reg32
public static CMP ( UInt32 target, R32Type source ) : void
target UInt32
source R32Type
리턴 void

CMP() 공개 정적인 메소드

CMP mem32,imm32
public static CMP ( UInt32 target, UInt32 source ) : void
target UInt32
source UInt32
리턴 void

CMP() 공개 정적인 메소드

CMP mem16,imm8
public static CMP ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

CMP() 공개 정적인 메소드

CMP mem16,reg16
public static CMP ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

CMP() 공개 정적인 메소드

CMP mem16,imm16
public static CMP ( WordMemory target, UInt16 source ) : void
target WordMemory
source UInt16
리턴 void

CMP() 공개 정적인 메소드

CMP mem8,imm8
public static CMP ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

CMP() 공개 정적인 메소드

CMP mem8,reg8
public static CMP ( byte target, R8Type source ) : void
target byte
source R8Type
리턴 void

CMPSB() 공개 정적인 메소드

CMPSB
public static CMPSB ( ) : void
리턴 void

CMPSD() 공개 정적인 메소드

CMPSD
public static CMPSD ( ) : void
리턴 void

CMPSW() 공개 정적인 메소드

CMPSW
public static CMPSW ( ) : void
리턴 void

CMPXCHG() 공개 정적인 메소드

CMPXCHG mem8,reg8
public static CMPXCHG ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
리턴 void

CMPXCHG() 공개 정적인 메소드

CMPXCHG mem32,reg32
public static CMPXCHG ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

CMPXCHG() 공개 정적인 메소드

CMPXCHG rmreg16,reg16
public static CMPXCHG ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

CMPXCHG() 공개 정적인 메소드

CMPXCHG rmreg32,reg32
public static CMPXCHG ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

CMPXCHG() 공개 정적인 메소드

CMPXCHG rmreg8,reg8
public static CMPXCHG ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
리턴 void

CMPXCHG() 공개 정적인 메소드

CMPXCHG mem16,reg16
public static CMPXCHG ( UInt16 target, R16Type source ) : void
target UInt16
source R16Type
리턴 void

CMPXCHG() 공개 정적인 메소드

CMPXCHG mem32,reg32
public static CMPXCHG ( UInt32 target, R32Type source ) : void
target UInt32
source R32Type
리턴 void

CMPXCHG() 공개 정적인 메소드

CMPXCHG mem16,reg16
public static CMPXCHG ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

CMPXCHG() 공개 정적인 메소드

CMPXCHG mem8,reg8
public static CMPXCHG ( byte target, R8Type source ) : void
target byte
source R8Type
리턴 void

CMPXCHG8B() 공개 정적인 메소드

CMPXCHG8B mem
public static CMPXCHG8B ( Memory target ) : void
target Memory
리턴 void

CMPXCHG8B() 공개 정적인 메소드

CMPXCHG8B mem
public static CMPXCHG8B ( byte target ) : void
target byte
리턴 void

CPUID() 공개 정적인 메소드

CPUID
public static CPUID ( ) : void
리턴 void

CWD() 공개 정적인 메소드

CWD
public static CWD ( ) : void
리턴 void

CWDE() 공개 정적인 메소드

CWDE
public static CWDE ( ) : void
리턴 void

DAA() 공개 정적인 메소드

DAA
public static DAA ( ) : void
리턴 void

DAS() 공개 정적인 메소드

DAS
public static DAS ( ) : void
리턴 void

DATA() 공개 정적인 메소드

DATA
public static DATA ( UInt16 value ) : void
value UInt16
리턴 void

DATA() 공개 정적인 메소드

DATA
public static DATA ( UInt32 value ) : void
value UInt32
리턴 void

DATA() 공개 정적인 메소드

DATA
public static DATA ( byte value ) : void
value byte
리턴 void

DATA() 공개 정적인 메소드

DATA
public static DATA ( string values ) : void
values string
리턴 void

DATA() 공개 정적인 메소드

DATA
public static DATA ( string name, UInt16 value ) : void
name string
value UInt16
리턴 void

DATA() 공개 정적인 메소드

DATA
public static DATA ( string name, UInt32 value ) : void
name string
value UInt32
리턴 void

DATA() 공개 정적인 메소드

DATA
public static DATA ( string name, byte value ) : void
name string
value byte
리턴 void

DATA() 공개 정적인 메소드

DATA
public static DATA ( string name, string values ) : void
name string
values string
리턴 void

DEC() 공개 정적인 메소드

DEC mem8
public static DEC ( ByteMemory target ) : void
target ByteMemory
리턴 void

DEC() 공개 정적인 메소드

DEC mem32
public static DEC ( DWordMemory target ) : void
target DWordMemory
리턴 void

DEC() 공개 정적인 메소드

DEC reg16
public static DEC ( R16Type target ) : void
target R16Type
리턴 void

DEC() 공개 정적인 메소드

DEC reg32
public static DEC ( R32Type target ) : void
target R32Type
리턴 void

DEC() 공개 정적인 메소드

DEC rmreg8
public static DEC ( R8Type target ) : void
target R8Type
리턴 void

DEC() 공개 정적인 메소드

DEC mem16
public static DEC ( UInt16 target ) : void
target UInt16
리턴 void

DEC() 공개 정적인 메소드

DEC mem32
public static DEC ( UInt32 target ) : void
target UInt32
리턴 void

DEC() 공개 정적인 메소드

DEC mem16
public static DEC ( WordMemory target ) : void
target WordMemory
리턴 void

DEC() 공개 정적인 메소드

DEC mem8
public static DEC ( byte target ) : void
target byte
리턴 void

DIV() 공개 정적인 메소드

DIV mem8
public static DIV ( ByteMemory target ) : void
target ByteMemory
리턴 void

DIV() 공개 정적인 메소드

DIV mem32
public static DIV ( DWordMemory target ) : void
target DWordMemory
리턴 void

DIV() 공개 정적인 메소드

DIV rmreg16
public static DIV ( R16Type target ) : void
target R16Type
리턴 void

DIV() 공개 정적인 메소드

DIV rmreg32
public static DIV ( R32Type target ) : void
target R32Type
리턴 void

DIV() 공개 정적인 메소드

DIV rmreg8
public static DIV ( R8Type target ) : void
target R8Type
리턴 void

DIV() 공개 정적인 메소드

DIV mem16
public static DIV ( UInt16 target ) : void
target UInt16
리턴 void

DIV() 공개 정적인 메소드

DIV mem32
public static DIV ( UInt32 target ) : void
target UInt32
리턴 void

DIV() 공개 정적인 메소드

DIV mem16
public static DIV ( WordMemory target ) : void
target WordMemory
리턴 void

DIV() 공개 정적인 메소드

DIV mem8
public static DIV ( byte target ) : void
target byte
리턴 void

EMMS() 공개 정적인 메소드

EMMS
public static EMMS ( ) : void
리턴 void

ENTER() 공개 정적인 메소드

ENTER imm16,imm8
public static ENTER ( UInt16 target, Byte source ) : void
target UInt16
source Byte
리턴 void

F2XM1() 공개 정적인 메소드

F2XM1
public static F2XM1 ( ) : void
리턴 void

FABS() 공개 정적인 메소드

FABS
public static FABS ( ) : void
리턴 void

FADD() 공개 정적인 메소드

FADD mem32
public static FADD ( DWordMemory target ) : void
target DWordMemory
리턴 void

FADD() 공개 정적인 메소드

FADD fpureg
public static FADD ( FPType target ) : void
target FPType
리턴 void

FADD() 공개 정적인 메소드

FADD mem64
public static FADD ( QWordMemory target ) : void
target QWordMemory
리턴 void

FADD() 공개 정적인 메소드

FADD mem32
public static FADD ( UInt32 target ) : void
target UInt32
리턴 void

FADDP() 공개 정적인 메소드

FADDP fpureg
public static FADDP ( FPType target ) : void
target FPType
리턴 void

FADDP__ST0() 공개 정적인 메소드

FADDP fpureg,ST0
public static FADDP__ST0 ( FPType target ) : void
target FPType
리턴 void

FADD_ST0() 공개 정적인 메소드

FADD ST0,fpureg
public static FADD_ST0 ( FPType source ) : void
source FPType
리턴 void

FADD__ST0() 공개 정적인 메소드

FADD fpureg,ST0
public static FADD__ST0 ( FPType target ) : void
target FPType
리턴 void

FBLD() 공개 정적인 메소드

FBLD mem80
public static FBLD ( TWordMemory target ) : void
target TWordMemory
리턴 void

FBSTP() 공개 정적인 메소드

FBSTP mem80
public static FBSTP ( TWordMemory target ) : void
target TWordMemory
리턴 void

FCHS() 공개 정적인 메소드

FCHS
public static FCHS ( ) : void
리턴 void

FCLEX() 공개 정적인 메소드

FCLEX
public static FCLEX ( ) : void
리턴 void

FCMOVB() 공개 정적인 메소드

FCMOVB fpureg
public static FCMOVB ( FPType target ) : void
target FPType
리턴 void

FCMOVBE() 공개 정적인 메소드

FCMOVBE fpureg
public static FCMOVBE ( FPType target ) : void
target FPType
리턴 void

FCMOVBE_ST0() 공개 정적인 메소드

FCMOVBE ST0,fpureg
public static FCMOVBE_ST0 ( FPType source ) : void
source FPType
리턴 void

FCMOVB_ST0() 공개 정적인 메소드

FCMOVB ST0,fpureg
public static FCMOVB_ST0 ( FPType source ) : void
source FPType
리턴 void

FCMOVE() 공개 정적인 메소드

FCMOVE fpureg
public static FCMOVE ( FPType target ) : void
target FPType
리턴 void

FCMOVE_ST0() 공개 정적인 메소드

FCMOVE ST0,fpureg
public static FCMOVE_ST0 ( FPType source ) : void
source FPType
리턴 void

FCMOVNB() 공개 정적인 메소드

FCMOVNB fpureg
public static FCMOVNB ( FPType target ) : void
target FPType
리턴 void

FCMOVNBE() 공개 정적인 메소드

FCMOVNBE fpureg
public static FCMOVNBE ( FPType target ) : void
target FPType
리턴 void

FCMOVNBE_ST0() 공개 정적인 메소드

FCMOVNBE ST0,fpureg
public static FCMOVNBE_ST0 ( FPType source ) : void
source FPType
리턴 void

FCMOVNB_ST0() 공개 정적인 메소드

FCMOVNB ST0,fpureg
public static FCMOVNB_ST0 ( FPType source ) : void
source FPType
리턴 void

FCMOVNE() 공개 정적인 메소드

FCMOVNE fpureg
public static FCMOVNE ( FPType target ) : void
target FPType
리턴 void

FCMOVNE_ST0() 공개 정적인 메소드

FCMOVNE ST0,fpureg
public static FCMOVNE_ST0 ( FPType source ) : void
source FPType
리턴 void

FCMOVNU() 공개 정적인 메소드

FCMOVNU fpureg
public static FCMOVNU ( FPType target ) : void
target FPType
리턴 void

FCMOVNU_ST0() 공개 정적인 메소드

FCMOVNU ST0,fpureg
public static FCMOVNU_ST0 ( FPType source ) : void
source FPType
리턴 void

FCMOVU() 공개 정적인 메소드

FCMOVU fpureg
public static FCMOVU ( FPType target ) : void
target FPType
리턴 void

FCMOVU_ST0() 공개 정적인 메소드

FCMOVU ST0,fpureg
public static FCMOVU_ST0 ( FPType source ) : void
source FPType
리턴 void

FCOM() 공개 정적인 메소드

FCOM mem32
public static FCOM ( DWordMemory target ) : void
target DWordMemory
리턴 void

FCOM() 공개 정적인 메소드

FCOM fpureg
public static FCOM ( FPType target ) : void
target FPType
리턴 void

FCOM() 공개 정적인 메소드

FCOM mem64
public static FCOM ( QWordMemory target ) : void
target QWordMemory
리턴 void

FCOM() 공개 정적인 메소드

FCOM mem32
public static FCOM ( UInt32 target ) : void
target UInt32
리턴 void

FCOMI() 공개 정적인 메소드

FCOMI fpureg
public static FCOMI ( FPType target ) : void
target FPType
리턴 void

FCOMIP() 공개 정적인 메소드

FCOMIP fpureg
public static FCOMIP ( FPType target ) : void
target FPType
리턴 void

FCOMIP_ST0() 공개 정적인 메소드

FCOMIP ST0,fpureg
public static FCOMIP_ST0 ( FPType source ) : void
source FPType
리턴 void

FCOMI_ST0() 공개 정적인 메소드

FCOMI ST0,fpureg
public static FCOMI_ST0 ( FPType source ) : void
source FPType
리턴 void

FCOMP() 공개 정적인 메소드

FCOMP mem32
public static FCOMP ( DWordMemory target ) : void
target DWordMemory
리턴 void

FCOMP() 공개 정적인 메소드

FCOMP fpureg
public static FCOMP ( FPType target ) : void
target FPType
리턴 void

FCOMP() 공개 정적인 메소드

FCOMP mem64
public static FCOMP ( QWordMemory target ) : void
target QWordMemory
리턴 void

FCOMP() 공개 정적인 메소드

FCOMP mem32
public static FCOMP ( UInt32 target ) : void
target UInt32
리턴 void

FCOMPP() 공개 정적인 메소드

FCOMPP
public static FCOMPP ( ) : void
리턴 void

FCOMP_ST0() 공개 정적인 메소드

FCOMP ST0,fpureg
public static FCOMP_ST0 ( FPType source ) : void
source FPType
리턴 void

FCOM_ST0() 공개 정적인 메소드

FCOM ST0,fpureg
public static FCOM_ST0 ( FPType source ) : void
source FPType
리턴 void

FCOS() 공개 정적인 메소드

FCOS
public static FCOS ( ) : void
리턴 void

FDECSTP() 공개 정적인 메소드

FDECSTP
public static FDECSTP ( ) : void
리턴 void

FDISI() 공개 정적인 메소드

FDISI
public static FDISI ( ) : void
리턴 void

FDIV() 공개 정적인 메소드

FDIV mem32
public static FDIV ( DWordMemory target ) : void
target DWordMemory
리턴 void

FDIV() 공개 정적인 메소드

FDIV fpureg
public static FDIV ( FPType target ) : void
target FPType
리턴 void

FDIV() 공개 정적인 메소드

FDIV mem64
public static FDIV ( QWordMemory target ) : void
target QWordMemory
리턴 void

FDIV() 공개 정적인 메소드

FDIV mem32
public static FDIV ( UInt32 target ) : void
target UInt32
리턴 void

FDIVP() 공개 정적인 메소드

FDIVP fpureg
public static FDIVP ( FPType target ) : void
target FPType
리턴 void

FDIVP__ST0() 공개 정적인 메소드

FDIVP fpureg,ST0
public static FDIVP__ST0 ( FPType target ) : void
target FPType
리턴 void

FDIVR() 공개 정적인 메소드

FDIVR mem32
public static FDIVR ( DWordMemory target ) : void
target DWordMemory
리턴 void

FDIVR() 공개 정적인 메소드

FDIVR fpureg
public static FDIVR ( FPType target ) : void
target FPType
리턴 void

FDIVR() 공개 정적인 메소드

FDIVR mem64
public static FDIVR ( QWordMemory target ) : void
target QWordMemory
리턴 void

FDIVR() 공개 정적인 메소드

FDIVR mem32
public static FDIVR ( UInt32 target ) : void
target UInt32
리턴 void

FDIVRP() 공개 정적인 메소드

FDIVRP fpureg
public static FDIVRP ( FPType target ) : void
target FPType
리턴 void

FDIVRP__ST0() 공개 정적인 메소드

FDIVRP fpureg,ST0
public static FDIVRP__ST0 ( FPType target ) : void
target FPType
리턴 void

FDIVR_ST0() 공개 정적인 메소드

FDIVR ST0,fpureg
public static FDIVR_ST0 ( FPType source ) : void
source FPType
리턴 void

FDIVR__ST0() 공개 정적인 메소드

FDIVR fpureg,ST0
public static FDIVR__ST0 ( FPType target ) : void
target FPType
리턴 void

FDIV_ST0() 공개 정적인 메소드

FDIV ST0,fpureg
public static FDIV_ST0 ( FPType source ) : void
source FPType
리턴 void

FDIV__ST0() 공개 정적인 메소드

FDIV fpureg,ST0
public static FDIV__ST0 ( FPType target ) : void
target FPType
리턴 void

FENI() 공개 정적인 메소드

FENI
public static FENI ( ) : void
리턴 void

FFREE() 공개 정적인 메소드

FFREE fpureg
public static FFREE ( FPType target ) : void
target FPType
리턴 void

FFREEP() 공개 정적인 메소드

FFREEP fpureg
public static FFREEP ( FPType target ) : void
target FPType
리턴 void

FIADD() 공개 정적인 메소드

FIADD mem32
public static FIADD ( DWordMemory target ) : void
target DWordMemory
리턴 void

FIADD() 공개 정적인 메소드

FIADD mem16
public static FIADD ( UInt16 target ) : void
target UInt16
리턴 void

FIADD() 공개 정적인 메소드

FIADD mem32
public static FIADD ( UInt32 target ) : void
target UInt32
리턴 void

FIADD() 공개 정적인 메소드

FIADD mem16
public static FIADD ( WordMemory target ) : void
target WordMemory
리턴 void

FICOM() 공개 정적인 메소드

FICOM mem32
public static FICOM ( DWordMemory target ) : void
target DWordMemory
리턴 void

FICOM() 공개 정적인 메소드

FICOM mem16
public static FICOM ( UInt16 target ) : void
target UInt16
리턴 void

FICOM() 공개 정적인 메소드

FICOM mem32
public static FICOM ( UInt32 target ) : void
target UInt32
리턴 void

FICOM() 공개 정적인 메소드

FICOM mem16
public static FICOM ( WordMemory target ) : void
target WordMemory
리턴 void

FICOMP() 공개 정적인 메소드

FICOMP mem32
public static FICOMP ( DWordMemory target ) : void
target DWordMemory
리턴 void

FICOMP() 공개 정적인 메소드

FICOMP mem16
public static FICOMP ( UInt16 target ) : void
target UInt16
리턴 void

FICOMP() 공개 정적인 메소드

FICOMP mem32
public static FICOMP ( UInt32 target ) : void
target UInt32
리턴 void

FICOMP() 공개 정적인 메소드

FICOMP mem16
public static FICOMP ( WordMemory target ) : void
target WordMemory
리턴 void

FIDIV() 공개 정적인 메소드

FIDIV mem32
public static FIDIV ( DWordMemory target ) : void
target DWordMemory
리턴 void

FIDIV() 공개 정적인 메소드

FIDIV mem16
public static FIDIV ( UInt16 target ) : void
target UInt16
리턴 void

FIDIV() 공개 정적인 메소드

FIDIV mem32
public static FIDIV ( UInt32 target ) : void
target UInt32
리턴 void

FIDIV() 공개 정적인 메소드

FIDIV mem16
public static FIDIV ( WordMemory target ) : void
target WordMemory
리턴 void

FIDIVR() 공개 정적인 메소드

FIDIVR mem32
public static FIDIVR ( DWordMemory target ) : void
target DWordMemory
리턴 void

FIDIVR() 공개 정적인 메소드

FIDIVR mem16
public static FIDIVR ( UInt16 target ) : void
target UInt16
리턴 void

FIDIVR() 공개 정적인 메소드

FIDIVR mem32
public static FIDIVR ( UInt32 target ) : void
target UInt32
리턴 void

FIDIVR() 공개 정적인 메소드

FIDIVR mem16
public static FIDIVR ( WordMemory target ) : void
target WordMemory
리턴 void

FILD() 공개 정적인 메소드

FILD mem32
public static FILD ( DWordMemory target ) : void
target DWordMemory
리턴 void

FILD() 공개 정적인 메소드

FILD mem64
public static FILD ( QWordMemory target ) : void
target QWordMemory
리턴 void

FILD() 공개 정적인 메소드

FILD mem16
public static FILD ( UInt16 target ) : void
target UInt16
리턴 void

FILD() 공개 정적인 메소드

FILD mem32
public static FILD ( UInt32 target ) : void
target UInt32
리턴 void

FILD() 공개 정적인 메소드

FILD mem16
public static FILD ( WordMemory target ) : void
target WordMemory
리턴 void

FIMUL() 공개 정적인 메소드

FIMUL mem32
public static FIMUL ( DWordMemory target ) : void
target DWordMemory
리턴 void

FIMUL() 공개 정적인 메소드

FIMUL mem16
public static FIMUL ( UInt16 target ) : void
target UInt16
리턴 void

FIMUL() 공개 정적인 메소드

FIMUL mem32
public static FIMUL ( UInt32 target ) : void
target UInt32
리턴 void

FIMUL() 공개 정적인 메소드

FIMUL mem16
public static FIMUL ( WordMemory target ) : void
target WordMemory
리턴 void

FINCSTP() 공개 정적인 메소드

FINCSTP
public static FINCSTP ( ) : void
리턴 void

FINIT() 공개 정적인 메소드

FINIT
public static FINIT ( ) : void
리턴 void

FIST() 공개 정적인 메소드

FIST mem32
public static FIST ( DWordMemory target ) : void
target DWordMemory
리턴 void

FIST() 공개 정적인 메소드

FIST mem16
public static FIST ( UInt16 target ) : void
target UInt16
리턴 void

FIST() 공개 정적인 메소드

FIST mem32
public static FIST ( UInt32 target ) : void
target UInt32
리턴 void

FIST() 공개 정적인 메소드

FIST mem16
public static FIST ( WordMemory target ) : void
target WordMemory
리턴 void

FISTP() 공개 정적인 메소드

FISTP mem32
public static FISTP ( DWordMemory target ) : void
target DWordMemory
리턴 void

FISTP() 공개 정적인 메소드

FISTP mem64
public static FISTP ( QWordMemory target ) : void
target QWordMemory
리턴 void

FISTP() 공개 정적인 메소드

FISTP mem16
public static FISTP ( UInt16 target ) : void
target UInt16
리턴 void

FISTP() 공개 정적인 메소드

FISTP mem32
public static FISTP ( UInt32 target ) : void
target UInt32
리턴 void

FISTP() 공개 정적인 메소드

FISTP mem16
public static FISTP ( WordMemory target ) : void
target WordMemory
리턴 void

FISUB() 공개 정적인 메소드

FISUB mem32
public static FISUB ( DWordMemory target ) : void
target DWordMemory
리턴 void

FISUB() 공개 정적인 메소드

FISUB mem16
public static FISUB ( UInt16 target ) : void
target UInt16
리턴 void

FISUB() 공개 정적인 메소드

FISUB mem32
public static FISUB ( UInt32 target ) : void
target UInt32
리턴 void

FISUB() 공개 정적인 메소드

FISUB mem16
public static FISUB ( WordMemory target ) : void
target WordMemory
리턴 void

FISUBR() 공개 정적인 메소드

FISUBR mem32
public static FISUBR ( DWordMemory target ) : void
target DWordMemory
리턴 void

FISUBR() 공개 정적인 메소드

FISUBR mem16
public static FISUBR ( UInt16 target ) : void
target UInt16
리턴 void

FISUBR() 공개 정적인 메소드

FISUBR mem32
public static FISUBR ( UInt32 target ) : void
target UInt32
리턴 void

FISUBR() 공개 정적인 메소드

FISUBR mem16
public static FISUBR ( WordMemory target ) : void
target WordMemory
리턴 void

FLD() 공개 정적인 메소드

FLD mem32
public static FLD ( DWordMemory target ) : void
target DWordMemory
리턴 void

FLD() 공개 정적인 메소드

FLD fpureg
public static FLD ( FPType target ) : void
target FPType
리턴 void

FLD() 공개 정적인 메소드

FLD mem64
public static FLD ( QWordMemory target ) : void
target QWordMemory
리턴 void

FLD() 공개 정적인 메소드

FLD mem80
public static FLD ( TWordMemory target ) : void
target TWordMemory
리턴 void

FLD() 공개 정적인 메소드

FLD mem32
public static FLD ( UInt32 target ) : void
target UInt32
리턴 void

FLD1() 공개 정적인 메소드

FLD1
public static FLD1 ( ) : void
리턴 void

FLDCW() 공개 정적인 메소드

FLDCW mem16
public static FLDCW ( UInt16 target ) : void
target UInt16
리턴 void

FLDCW() 공개 정적인 메소드

FLDCW mem16
public static FLDCW ( WordMemory target ) : void
target WordMemory
리턴 void

FLDENV() 공개 정적인 메소드

FLDENV mem
public static FLDENV ( Memory target ) : void
target Memory
리턴 void

FLDENV() 공개 정적인 메소드

FLDENV mem
public static FLDENV ( byte target ) : void
target byte
리턴 void

FLDL2E() 공개 정적인 메소드

FLDL2E
public static FLDL2E ( ) : void
리턴 void

FLDL2T() 공개 정적인 메소드

FLDL2T
public static FLDL2T ( ) : void
리턴 void

FLDLG2() 공개 정적인 메소드

FLDLG2
public static FLDLG2 ( ) : void
리턴 void

FLDLN2() 공개 정적인 메소드

FLDLN2
public static FLDLN2 ( ) : void
리턴 void

FLDPI() 공개 정적인 메소드

FLDPI
public static FLDPI ( ) : void
리턴 void

FLDZ() 공개 정적인 메소드

FLDZ
public static FLDZ ( ) : void
리턴 void

FMUL() 공개 정적인 메소드

FMUL mem32
public static FMUL ( DWordMemory target ) : void
target DWordMemory
리턴 void

FMUL() 공개 정적인 메소드

FMUL fpureg
public static FMUL ( FPType target ) : void
target FPType
리턴 void

FMUL() 공개 정적인 메소드

FMUL mem64
public static FMUL ( QWordMemory target ) : void
target QWordMemory
리턴 void

FMUL() 공개 정적인 메소드

FMUL mem32
public static FMUL ( UInt32 target ) : void
target UInt32
리턴 void

FMULP() 공개 정적인 메소드

FMULP fpureg
public static FMULP ( FPType target ) : void
target FPType
리턴 void

FMULP__ST0() 공개 정적인 메소드

FMULP fpureg,ST0
public static FMULP__ST0 ( FPType target ) : void
target FPType
리턴 void

FMUL_ST0() 공개 정적인 메소드

FMUL ST0,fpureg
public static FMUL_ST0 ( FPType source ) : void
source FPType
리턴 void

FMUL__ST0() 공개 정적인 메소드

FMUL fpureg,ST0
public static FMUL__ST0 ( FPType target ) : void
target FPType
리턴 void

FNCLEX() 공개 정적인 메소드

FNCLEX
public static FNCLEX ( ) : void
리턴 void

FNDISI() 공개 정적인 메소드

FNDISI
public static FNDISI ( ) : void
리턴 void

FNENI() 공개 정적인 메소드

FNENI
public static FNENI ( ) : void
리턴 void

FNINIT() 공개 정적인 메소드

FNINIT
public static FNINIT ( ) : void
리턴 void

FNOP() 공개 정적인 메소드

FNOP
public static FNOP ( ) : void
리턴 void

FNSAVE() 공개 정적인 메소드

FNSAVE mem
public static FNSAVE ( Memory target ) : void
target Memory
리턴 void

FNSAVE() 공개 정적인 메소드

FNSAVE mem
public static FNSAVE ( byte target ) : void
target byte
리턴 void

FNSTCW() 공개 정적인 메소드

FNSTCW mem16
public static FNSTCW ( UInt16 target ) : void
target UInt16
리턴 void

FNSTCW() 공개 정적인 메소드

FNSTCW mem16
public static FNSTCW ( WordMemory target ) : void
target WordMemory
리턴 void

FNSTENV() 공개 정적인 메소드

FNSTENV mem
public static FNSTENV ( Memory target ) : void
target Memory
리턴 void

FNSTENV() 공개 정적인 메소드

FNSTENV mem
public static FNSTENV ( byte target ) : void
target byte
리턴 void

FNSTSW() 공개 정적인 메소드

FNSTSW mem16
public static FNSTSW ( UInt16 target ) : void
target UInt16
리턴 void

FNSTSW() 공개 정적인 메소드

FNSTSW mem16
public static FNSTSW ( WordMemory target ) : void
target WordMemory
리턴 void

FNSTSW_AX() 공개 정적인 메소드

FNSTSW AX
public static FNSTSW_AX ( ) : void
리턴 void

FPATAN() 공개 정적인 메소드

FPATAN
public static FPATAN ( ) : void
리턴 void

FPREM() 공개 정적인 메소드

FPREM
public static FPREM ( ) : void
리턴 void

FPREM1() 공개 정적인 메소드

FPREM1
public static FPREM1 ( ) : void
리턴 void

FPTAN() 공개 정적인 메소드

FPTAN
public static FPTAN ( ) : void
리턴 void

FRNDINT() 공개 정적인 메소드

FRNDINT
public static FRNDINT ( ) : void
리턴 void

FRSTOR() 공개 정적인 메소드

FRSTOR mem
public static FRSTOR ( Memory target ) : void
target Memory
리턴 void

FRSTOR() 공개 정적인 메소드

FRSTOR mem
public static FRSTOR ( byte target ) : void
target byte
리턴 void

FSAVE() 공개 정적인 메소드

FSAVE mem
public static FSAVE ( Memory target ) : void
target Memory
리턴 void

FSAVE() 공개 정적인 메소드

FSAVE mem
public static FSAVE ( byte target ) : void
target byte
리턴 void

FSCALE() 공개 정적인 메소드

FSCALE
public static FSCALE ( ) : void
리턴 void

FSETPM() 공개 정적인 메소드

FSETPM
public static FSETPM ( ) : void
리턴 void

FSIN() 공개 정적인 메소드

FSIN
public static FSIN ( ) : void
리턴 void

FSINCOS() 공개 정적인 메소드

FSINCOS
public static FSINCOS ( ) : void
리턴 void

FSQRT() 공개 정적인 메소드

FSQRT
public static FSQRT ( ) : void
리턴 void

FST() 공개 정적인 메소드

FST mem32
public static FST ( DWordMemory target ) : void
target DWordMemory
리턴 void

FST() 공개 정적인 메소드

FST fpureg
public static FST ( FPType target ) : void
target FPType
리턴 void

FST() 공개 정적인 메소드

FST mem64
public static FST ( QWordMemory target ) : void
target QWordMemory
리턴 void

FST() 공개 정적인 메소드

FST mem32
public static FST ( UInt32 target ) : void
target UInt32
리턴 void

FSTCW() 공개 정적인 메소드

FSTCW mem16
public static FSTCW ( UInt16 target ) : void
target UInt16
리턴 void

FSTCW() 공개 정적인 메소드

FSTCW mem16
public static FSTCW ( WordMemory target ) : void
target WordMemory
리턴 void

FSTENV() 공개 정적인 메소드

FSTENV mem
public static FSTENV ( Memory target ) : void
target Memory
리턴 void

FSTENV() 공개 정적인 메소드

FSTENV mem
public static FSTENV ( byte target ) : void
target byte
리턴 void

FSTP() 공개 정적인 메소드

FSTP mem32
public static FSTP ( DWordMemory target ) : void
target DWordMemory
리턴 void

FSTP() 공개 정적인 메소드

FSTP fpureg
public static FSTP ( FPType target ) : void
target FPType
리턴 void

FSTP() 공개 정적인 메소드

FSTP mem64
public static FSTP ( QWordMemory target ) : void
target QWordMemory
리턴 void

FSTP() 공개 정적인 메소드

FSTP mem80
public static FSTP ( TWordMemory target ) : void
target TWordMemory
리턴 void

FSTP() 공개 정적인 메소드

FSTP mem32
public static FSTP ( UInt32 target ) : void
target UInt32
리턴 void

FSTSW() 공개 정적인 메소드

FSTSW mem16
public static FSTSW ( UInt16 target ) : void
target UInt16
리턴 void

FSTSW() 공개 정적인 메소드

FSTSW mem16
public static FSTSW ( WordMemory target ) : void
target WordMemory
리턴 void

FSTSW_AX() 공개 정적인 메소드

FSTSW AX
public static FSTSW_AX ( ) : void
리턴 void

FSUB() 공개 정적인 메소드

FSUB mem32
public static FSUB ( DWordMemory target ) : void
target DWordMemory
리턴 void

FSUB() 공개 정적인 메소드

FSUB fpureg
public static FSUB ( FPType target ) : void
target FPType
리턴 void

FSUB() 공개 정적인 메소드

FSUB mem64
public static FSUB ( QWordMemory target ) : void
target QWordMemory
리턴 void

FSUB() 공개 정적인 메소드

FSUB mem32
public static FSUB ( UInt32 target ) : void
target UInt32
리턴 void

FSUBP() 공개 정적인 메소드

FSUBP fpureg
public static FSUBP ( FPType target ) : void
target FPType
리턴 void

FSUBP__ST0() 공개 정적인 메소드

FSUBP fpureg,ST0
public static FSUBP__ST0 ( FPType target ) : void
target FPType
리턴 void

FSUBR() 공개 정적인 메소드

FSUBR mem32
public static FSUBR ( DWordMemory target ) : void
target DWordMemory
리턴 void

FSUBR() 공개 정적인 메소드

FSUBR fpureg
public static FSUBR ( FPType target ) : void
target FPType
리턴 void

FSUBR() 공개 정적인 메소드

FSUBR mem64
public static FSUBR ( QWordMemory target ) : void
target QWordMemory
리턴 void

FSUBR() 공개 정적인 메소드

FSUBR mem32
public static FSUBR ( UInt32 target ) : void
target UInt32
리턴 void

FSUBRP() 공개 정적인 메소드

FSUBRP fpureg
public static FSUBRP ( FPType target ) : void
target FPType
리턴 void

FSUBRP__ST0() 공개 정적인 메소드

FSUBRP fpureg,ST0
public static FSUBRP__ST0 ( FPType target ) : void
target FPType
리턴 void

FSUBR_ST0() 공개 정적인 메소드

FSUBR ST0,fpureg
public static FSUBR_ST0 ( FPType source ) : void
source FPType
리턴 void

FSUBR__ST0() 공개 정적인 메소드

FSUBR fpureg,ST0
public static FSUBR__ST0 ( FPType target ) : void
target FPType
리턴 void

FSUB_ST0() 공개 정적인 메소드

FSUB ST0,fpureg
public static FSUB_ST0 ( FPType source ) : void
source FPType
리턴 void

FSUB__ST0() 공개 정적인 메소드

FSUB fpureg,ST0
public static FSUB__ST0 ( FPType target ) : void
target FPType
리턴 void

FTST() 공개 정적인 메소드

FTST
public static FTST ( ) : void
리턴 void

FUCOM() 공개 정적인 메소드

FUCOM fpureg
public static FUCOM ( FPType target ) : void
target FPType
리턴 void

FUCOMI() 공개 정적인 메소드

FUCOMI fpureg
public static FUCOMI ( FPType target ) : void
target FPType
리턴 void

FUCOMIP() 공개 정적인 메소드

FUCOMIP fpureg
public static FUCOMIP ( FPType target ) : void
target FPType
리턴 void

FUCOMIP_ST0() 공개 정적인 메소드

FUCOMIP ST0,fpureg
public static FUCOMIP_ST0 ( FPType source ) : void
source FPType
리턴 void

FUCOMI_ST0() 공개 정적인 메소드

FUCOMI ST0,fpureg
public static FUCOMI_ST0 ( FPType source ) : void
source FPType
리턴 void

FUCOMP() 공개 정적인 메소드

FUCOMP fpureg
public static FUCOMP ( FPType target ) : void
target FPType
리턴 void

FUCOMPP() 공개 정적인 메소드

FUCOMPP
public static FUCOMPP ( ) : void
리턴 void

FUCOMP_ST0() 공개 정적인 메소드

FUCOMP ST0,fpureg
public static FUCOMP_ST0 ( FPType source ) : void
source FPType
리턴 void

FUCOM_ST0() 공개 정적인 메소드

FUCOM ST0,fpureg
public static FUCOM_ST0 ( FPType source ) : void
source FPType
리턴 void

FWAIT() 공개 정적인 메소드

FWAIT
public static FWAIT ( ) : void
리턴 void

FXAM() 공개 정적인 메소드

FXAM
public static FXAM ( ) : void
리턴 void

FXCH() 공개 정적인 메소드

FXCH
public static FXCH ( ) : void
리턴 void

FXCH() 공개 정적인 메소드

FXCH fpureg
public static FXCH ( FPType target ) : void
target FPType
리턴 void

FXCH_ST0() 공개 정적인 메소드

FXCH ST0,fpureg
public static FXCH_ST0 ( FPType source ) : void
source FPType
리턴 void

FXCH__ST0() 공개 정적인 메소드

FXCH fpureg,ST0
public static FXCH__ST0 ( FPType target ) : void
target FPType
리턴 void

FXRSTOR() 공개 정적인 메소드

FXRSTOR memory
public static FXRSTOR ( Memory target ) : void
target Memory
리턴 void

FXRSTOR() 공개 정적인 메소드

FXRSTOR memory
public static FXRSTOR ( byte target ) : void
target byte
리턴 void

FXSAVE() 공개 정적인 메소드

FXSAVE memory
public static FXSAVE ( Memory target ) : void
target Memory
리턴 void

FXSAVE() 공개 정적인 메소드

FXSAVE memory
public static FXSAVE ( byte target ) : void
target byte
리턴 void

FXTRACT() 공개 정적인 메소드

FXTRACT
public static FXTRACT ( ) : void
리턴 void

FYL2X() 공개 정적인 메소드

FYL2X
public static FYL2X ( ) : void
리턴 void

FYL2XP1() 공개 정적인 메소드

FYL2XP1
public static FYL2XP1 ( ) : void
리턴 void

HLT() 공개 정적인 메소드

HLT
public static HLT ( ) : void
리턴 void

ICEBP() 공개 정적인 메소드

ICEBP
public static ICEBP ( ) : void
리턴 void

IDIV() 공개 정적인 메소드

IDIV mem8
public static IDIV ( ByteMemory target ) : void
target ByteMemory
리턴 void

IDIV() 공개 정적인 메소드

IDIV mem32
public static IDIV ( DWordMemory target ) : void
target DWordMemory
리턴 void

IDIV() 공개 정적인 메소드

IDIV rmreg16
public static IDIV ( R16Type target ) : void
target R16Type
리턴 void

IDIV() 공개 정적인 메소드

IDIV rmreg32
public static IDIV ( R32Type target ) : void
target R32Type
리턴 void

IDIV() 공개 정적인 메소드

IDIV rmreg8
public static IDIV ( R8Type target ) : void
target R8Type
리턴 void

IDIV() 공개 정적인 메소드

IDIV mem16
public static IDIV ( UInt16 target ) : void
target UInt16
리턴 void

IDIV() 공개 정적인 메소드

IDIV mem32
public static IDIV ( UInt32 target ) : void
target UInt32
리턴 void

IDIV() 공개 정적인 메소드

IDIV mem16
public static IDIV ( WordMemory target ) : void
target WordMemory
리턴 void

IDIV() 공개 정적인 메소드

IDIV mem8
public static IDIV ( byte target ) : void
target byte
리턴 void

IMUL() 공개 정적인 메소드

IMUL mem8
public static IMUL ( ByteMemory target ) : void
target ByteMemory
리턴 void

IMUL() 공개 정적인 메소드

IMUL mem32
public static IMUL ( DWordMemory target ) : void
target DWordMemory
리턴 void

IMUL() 공개 정적인 메소드

IMUL rmreg16
public static IMUL ( R16Type target ) : void
target R16Type
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg16,imm8
public static IMUL ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg16,rmreg16
public static IMUL ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg16,rmreg16,imm8
public static IMUL ( R16Type target, R16Type source, Byte value ) : void
target R16Type
source R16Type
value Byte
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg16,rmreg16,imm16
public static IMUL ( R16Type target, R16Type source, UInt16 value ) : void
target R16Type
source R16Type
value UInt16
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg16,mem16
public static IMUL ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg16,mem16,imm8
public static IMUL ( R16Type target, UInt16 source, Byte value ) : void
target R16Type
source UInt16
value Byte
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg16,mem16,imm16
public static IMUL ( R16Type target, UInt16 source, UInt16 value ) : void
target R16Type
source UInt16
value UInt16
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg16,mem16
public static IMUL ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg16,mem16,imm8
public static IMUL ( R16Type target, WordMemory source, Byte value ) : void
target R16Type
source WordMemory
value Byte
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg16,mem16,imm16
public static IMUL ( R16Type target, WordMemory source, UInt16 value ) : void
target R16Type
source WordMemory
value UInt16
리턴 void

IMUL() 공개 정적인 메소드

IMUL rmreg32
public static IMUL ( R32Type target ) : void
target R32Type
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg32,imm8
public static IMUL ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg32,mem32
public static IMUL ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg32,mem32,imm8
public static IMUL ( R32Type target, DWordMemory source, Byte value ) : void
target R32Type
source DWordMemory
value Byte
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg32,mem32,imm32
public static IMUL ( R32Type target, DWordMemory source, UInt32 value ) : void
target R32Type
source DWordMemory
value UInt32
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg32,rmreg32
public static IMUL ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg32,rmreg32,imm8
public static IMUL ( R32Type target, R32Type source, Byte value ) : void
target R32Type
source R32Type
value Byte
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg32,rmreg32,imm32
public static IMUL ( R32Type target, R32Type source, UInt32 value ) : void
target R32Type
source R32Type
value UInt32
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg32,mem32
public static IMUL ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg32,mem32,imm8
public static IMUL ( R32Type target, UInt32 source, Byte value ) : void
target R32Type
source UInt32
value Byte
리턴 void

IMUL() 공개 정적인 메소드

IMUL reg32,mem32,imm32
public static IMUL ( R32Type target, UInt32 source, UInt32 value ) : void
target R32Type
source UInt32
value UInt32
리턴 void

IMUL() 공개 정적인 메소드

IMUL rmreg8
public static IMUL ( R8Type target ) : void
target R8Type
리턴 void

IMUL() 공개 정적인 메소드

IMUL mem16
public static IMUL ( UInt16 target ) : void
target UInt16
리턴 void

IMUL() 공개 정적인 메소드

IMUL mem32
public static IMUL ( UInt32 target ) : void
target UInt32
리턴 void

IMUL() 공개 정적인 메소드

IMUL mem16
public static IMUL ( WordMemory target ) : void
target WordMemory
리턴 void

IMUL() 공개 정적인 메소드

IMUL mem8
public static IMUL ( byte target ) : void
target byte
리턴 void

INC() 공개 정적인 메소드

INC mem8
public static INC ( ByteMemory target ) : void
target ByteMemory
리턴 void

INC() 공개 정적인 메소드

INC mem32
public static INC ( DWordMemory target ) : void
target DWordMemory
리턴 void

INC() 공개 정적인 메소드

INC reg16
public static INC ( R16Type target ) : void
target R16Type
리턴 void

INC() 공개 정적인 메소드

INC reg32
public static INC ( R32Type target ) : void
target R32Type
리턴 void

INC() 공개 정적인 메소드

INC rmreg8
public static INC ( R8Type target ) : void
target R8Type
리턴 void

INC() 공개 정적인 메소드

INC mem16
public static INC ( UInt16 target ) : void
target UInt16
리턴 void

INC() 공개 정적인 메소드

INC mem32
public static INC ( UInt32 target ) : void
target UInt32
리턴 void

INC() 공개 정적인 메소드

INC mem16
public static INC ( WordMemory target ) : void
target WordMemory
리턴 void

INC() 공개 정적인 메소드

INC mem8
public static INC ( byte target ) : void
target byte
리턴 void

INSB() 공개 정적인 메소드

INSB
public static INSB ( ) : void
리턴 void

INSD() 공개 정적인 메소드

INSD
public static INSD ( ) : void
리턴 void

INSW() 공개 정적인 메소드

INSW
public static INSW ( ) : void
리턴 void

INT() 공개 정적인 메소드

INT imm8
public static INT ( Byte target ) : void
target Byte
리턴 void

INTO() 공개 정적인 메소드

INTO
public static INTO ( ) : void
리턴 void

INVD() 공개 정적인 메소드

INVD
public static INVD ( ) : void
리턴 void

INVLPG() 공개 정적인 메소드

INVLPG mem
public static INVLPG ( Memory target ) : void
target Memory
리턴 void

INVLPG() 공개 정적인 메소드

INVLPG mem
public static INVLPG ( byte target ) : void
target byte
리턴 void

IN_AL() 공개 정적인 메소드

IN AL,imm8
public static IN_AL ( Byte source ) : void
source Byte
리턴 void

IN_AL__DX() 공개 정적인 메소드

IN AL,DX
public static IN_AL__DX ( ) : void
리턴 void

IN_AX() 공개 정적인 메소드

IN AX,imm8
public static IN_AX ( Byte source ) : void
source Byte
리턴 void

IN_AX__DX() 공개 정적인 메소드

IN AX,DX
public static IN_AX__DX ( ) : void
리턴 void

IN_EAX() 공개 정적인 메소드

IN EAX,imm8
public static IN_EAX ( Byte source ) : void
source Byte
리턴 void

IN_EAX__DX() 공개 정적인 메소드

IN EAX,DX
public static IN_EAX__DX ( ) : void
리턴 void

IRET() 공개 정적인 메소드

IRET
public static IRET ( ) : void
리턴 void

IRETD() 공개 정적인 메소드

IRETD
public static IRETD ( ) : void
리턴 void

IRETW() 공개 정적인 메소드

IRETW
public static IRETW ( ) : void
리턴 void

JA() 공개 정적인 메소드

JA imm8
public static JA ( Byte target ) : void
target Byte
리턴 void

JA() 공개 정적인 메소드

JA NEAR imm
public static JA ( UInt32 target ) : void
target UInt32
리턴 void

JA() 공개 정적인 메소드

JA imm8
public static JA ( string label ) : void
label string
리턴 void

JAE() 공개 정적인 메소드

JAE imm8
public static JAE ( Byte target ) : void
target Byte
리턴 void

JAE() 공개 정적인 메소드

JAE NEAR imm
public static JAE ( UInt32 target ) : void
target UInt32
리턴 void

JAE() 공개 정적인 메소드

JAE imm8
public static JAE ( string label ) : void
label string
리턴 void

JB() 공개 정적인 메소드

JB imm8
public static JB ( Byte target ) : void
target Byte
리턴 void

JB() 공개 정적인 메소드

JB NEAR imm
public static JB ( UInt32 target ) : void
target UInt32
리턴 void

JB() 공개 정적인 메소드

JB imm8
public static JB ( string label ) : void
label string
리턴 void

JBE() 공개 정적인 메소드

JBE imm8
public static JBE ( Byte target ) : void
target Byte
리턴 void

JBE() 공개 정적인 메소드

JBE NEAR imm
public static JBE ( UInt32 target ) : void
target UInt32
리턴 void

JBE() 공개 정적인 메소드

JBE imm8
public static JBE ( string label ) : void
label string
리턴 void

JC() 공개 정적인 메소드

JC imm8
public static JC ( Byte target ) : void
target Byte
리턴 void

JC() 공개 정적인 메소드

JC NEAR imm
public static JC ( UInt32 target ) : void
target UInt32
리턴 void

JC() 공개 정적인 메소드

JC imm8
public static JC ( string label ) : void
label string
리턴 void

JCXZ() 공개 정적인 메소드

JCXZ imm8
public static JCXZ ( Byte target ) : void
target Byte
리턴 void

JCXZ() 공개 정적인 메소드

JCXZ imm8
public static JCXZ ( string label ) : void
label string
리턴 void

JE() 공개 정적인 메소드

JE imm8
public static JE ( Byte target ) : void
target Byte
리턴 void

JE() 공개 정적인 메소드

JE NEAR imm
public static JE ( UInt32 target ) : void
target UInt32
리턴 void

JE() 공개 정적인 메소드

JE imm8
public static JE ( string label ) : void
label string
리턴 void

JECXZ() 공개 정적인 메소드

JECXZ imm8
public static JECXZ ( Byte target ) : void
target Byte
리턴 void

JECXZ() 공개 정적인 메소드

JECXZ imm8
public static JECXZ ( string label ) : void
label string
리턴 void

JG() 공개 정적인 메소드

JG imm8
public static JG ( Byte target ) : void
target Byte
리턴 void

JG() 공개 정적인 메소드

JG NEAR imm
public static JG ( UInt32 target ) : void
target UInt32
리턴 void

JG() 공개 정적인 메소드

JG imm8
public static JG ( string label ) : void
label string
리턴 void

JGE() 공개 정적인 메소드

JGE imm8
public static JGE ( Byte target ) : void
target Byte
리턴 void

JGE() 공개 정적인 메소드

JGE NEAR imm
public static JGE ( UInt32 target ) : void
target UInt32
리턴 void

JGE() 공개 정적인 메소드

JGE imm8
public static JGE ( string label ) : void
label string
리턴 void

JL() 공개 정적인 메소드

JL imm8
public static JL ( Byte target ) : void
target Byte
리턴 void

JL() 공개 정적인 메소드

JL NEAR imm
public static JL ( UInt32 target ) : void
target UInt32
리턴 void

JL() 공개 정적인 메소드

JL imm8
public static JL ( string label ) : void
label string
리턴 void

JLE() 공개 정적인 메소드

JLE imm8
public static JLE ( Byte target ) : void
target Byte
리턴 void

JLE() 공개 정적인 메소드

JLE NEAR imm
public static JLE ( UInt32 target ) : void
target UInt32
리턴 void

JLE() 공개 정적인 메소드

JLE imm8
public static JLE ( string label ) : void
label string
리턴 void

JMP() 공개 정적인 메소드

JMP imm8
public static JMP ( Byte target ) : void
target Byte
리턴 void

JMP() 공개 정적인 메소드

JMP mem32
public static JMP ( DWordMemory target ) : void
target DWordMemory
리턴 void

JMP() 공개 정적인 메소드

JMP rmreg16
public static JMP ( R16Type target ) : void
target R16Type
리턴 void

JMP() 공개 정적인 메소드

JMP rmreg32
public static JMP ( R32Type target ) : void
target R32Type
리턴 void

JMP() 공개 정적인 메소드

JMP mem16
public static JMP ( UInt16 target ) : void
target UInt16
리턴 void

JMP() 공개 정적인 메소드

JMP imm16:imm16
public static JMP ( UInt16 target, UInt16 source ) : void
target UInt16
source UInt16
리턴 void

JMP() 공개 정적인 메소드

JMP imm16:imm32
public static JMP ( UInt16 target, UInt32 source ) : void
target UInt16
source UInt32
리턴 void

JMP() 공개 정적인 메소드

JMP imm
public static JMP ( UInt32 target ) : void
target UInt32
리턴 void

JMP() 공개 정적인 메소드

JMP mem16
public static JMP ( WordMemory target ) : void
target WordMemory
리턴 void

JMP() 공개 정적인 메소드

JMP imm
public static JMP ( string label ) : void
label string
리턴 void

JMP() 공개 정적인 메소드

JMP imm16:imm32
public static JMP ( ushort target, string label ) : void
target ushort
label string
리턴 void

JMP_FAR() 공개 정적인 메소드

JMP FAR mem32
public static JMP_FAR ( DWordMemory target ) : void
target DWordMemory
리턴 void

JMP_FAR() 공개 정적인 메소드

JMP FAR mem
public static JMP_FAR ( Memory target ) : void
target Memory
리턴 void

JMP_FAR() 공개 정적인 메소드

JMP FAR mem32
public static JMP_FAR ( UInt32 target ) : void
target UInt32
리턴 void

JMP_FAR() 공개 정적인 메소드

JMP FAR mem
public static JMP_FAR ( byte target ) : void
target byte
리턴 void

JMP_FAR() 공개 정적인 메소드

JMP FAR mem
public static JMP_FAR ( string label ) : void
label string
리턴 void

JNA() 공개 정적인 메소드

JNA imm8
public static JNA ( Byte target ) : void
target Byte
리턴 void

JNA() 공개 정적인 메소드

JNA NEAR imm
public static JNA ( UInt32 target ) : void
target UInt32
리턴 void

JNA() 공개 정적인 메소드

JNA imm8
public static JNA ( string label ) : void
label string
리턴 void

JNAE() 공개 정적인 메소드

JNAE imm8
public static JNAE ( Byte target ) : void
target Byte
리턴 void

JNAE() 공개 정적인 메소드

JNAE NEAR imm
public static JNAE ( UInt32 target ) : void
target UInt32
리턴 void

JNAE() 공개 정적인 메소드

JNAE imm8
public static JNAE ( string label ) : void
label string
리턴 void

JNB() 공개 정적인 메소드

JNB imm8
public static JNB ( Byte target ) : void
target Byte
리턴 void

JNB() 공개 정적인 메소드

JNB NEAR imm
public static JNB ( UInt32 target ) : void
target UInt32
리턴 void

JNB() 공개 정적인 메소드

JNB imm8
public static JNB ( string label ) : void
label string
리턴 void

JNBE() 공개 정적인 메소드

JNBE imm8
public static JNBE ( Byte target ) : void
target Byte
리턴 void

JNBE() 공개 정적인 메소드

JNBE NEAR imm
public static JNBE ( UInt32 target ) : void
target UInt32
리턴 void

JNBE() 공개 정적인 메소드

JNBE imm8
public static JNBE ( string label ) : void
label string
리턴 void

JNC() 공개 정적인 메소드

JNC imm8
public static JNC ( Byte target ) : void
target Byte
리턴 void

JNC() 공개 정적인 메소드

JNC NEAR imm
public static JNC ( UInt32 target ) : void
target UInt32
리턴 void

JNC() 공개 정적인 메소드

JNC imm8
public static JNC ( string label ) : void
label string
리턴 void

JNE() 공개 정적인 메소드

JNE imm8
public static JNE ( Byte target ) : void
target Byte
리턴 void

JNE() 공개 정적인 메소드

JNE NEAR imm
public static JNE ( UInt32 target ) : void
target UInt32
리턴 void

JNE() 공개 정적인 메소드

JNE imm8
public static JNE ( string label ) : void
label string
리턴 void

JNG() 공개 정적인 메소드

JNG imm8
public static JNG ( Byte target ) : void
target Byte
리턴 void

JNG() 공개 정적인 메소드

JNG NEAR imm
public static JNG ( UInt32 target ) : void
target UInt32
리턴 void

JNG() 공개 정적인 메소드

JNG imm8
public static JNG ( string label ) : void
label string
리턴 void

JNGE() 공개 정적인 메소드

JNGE imm8
public static JNGE ( Byte target ) : void
target Byte
리턴 void

JNGE() 공개 정적인 메소드

JNGE NEAR imm
public static JNGE ( UInt32 target ) : void
target UInt32
리턴 void

JNGE() 공개 정적인 메소드

JNGE imm8
public static JNGE ( string label ) : void
label string
리턴 void

JNL() 공개 정적인 메소드

JNL imm8
public static JNL ( Byte target ) : void
target Byte
리턴 void

JNL() 공개 정적인 메소드

JNL NEAR imm
public static JNL ( UInt32 target ) : void
target UInt32
리턴 void

JNL() 공개 정적인 메소드

JNL imm8
public static JNL ( string label ) : void
label string
리턴 void

JNLE() 공개 정적인 메소드

JNLE imm8
public static JNLE ( Byte target ) : void
target Byte
리턴 void

JNLE() 공개 정적인 메소드

JNLE NEAR imm
public static JNLE ( UInt32 target ) : void
target UInt32
리턴 void

JNLE() 공개 정적인 메소드

JNLE imm8
public static JNLE ( string label ) : void
label string
리턴 void

JNO() 공개 정적인 메소드

JNO imm8
public static JNO ( Byte target ) : void
target Byte
리턴 void

JNO() 공개 정적인 메소드

JNO NEAR imm
public static JNO ( UInt32 target ) : void
target UInt32
리턴 void

JNO() 공개 정적인 메소드

JNO imm8
public static JNO ( string label ) : void
label string
리턴 void

JNP() 공개 정적인 메소드

JNP imm8
public static JNP ( Byte target ) : void
target Byte
리턴 void

JNP() 공개 정적인 메소드

JNP NEAR imm
public static JNP ( UInt32 target ) : void
target UInt32
리턴 void

JNP() 공개 정적인 메소드

JNP imm8
public static JNP ( string label ) : void
label string
리턴 void

JNS() 공개 정적인 메소드

JNS imm8
public static JNS ( Byte target ) : void
target Byte
리턴 void

JNS() 공개 정적인 메소드

JNS NEAR imm
public static JNS ( UInt32 target ) : void
target UInt32
리턴 void

JNS() 공개 정적인 메소드

JNS imm8
public static JNS ( string label ) : void
label string
리턴 void

JNZ() 공개 정적인 메소드

JNZ imm8
public static JNZ ( Byte target ) : void
target Byte
리턴 void

JNZ() 공개 정적인 메소드

JNZ NEAR imm
public static JNZ ( UInt32 target ) : void
target UInt32
리턴 void

JNZ() 공개 정적인 메소드

JNZ imm8
public static JNZ ( string label ) : void
label string
리턴 void

JO() 공개 정적인 메소드

JO imm8
public static JO ( Byte target ) : void
target Byte
리턴 void

JO() 공개 정적인 메소드

JO NEAR imm
public static JO ( UInt32 target ) : void
target UInt32
리턴 void

JO() 공개 정적인 메소드

JO imm8
public static JO ( string label ) : void
label string
리턴 void

JP() 공개 정적인 메소드

JP imm8
public static JP ( Byte target ) : void
target Byte
리턴 void

JP() 공개 정적인 메소드

JP NEAR imm
public static JP ( UInt32 target ) : void
target UInt32
리턴 void

JP() 공개 정적인 메소드

JP imm8
public static JP ( string label ) : void
label string
리턴 void

JPE() 공개 정적인 메소드

JPE imm8
public static JPE ( Byte target ) : void
target Byte
리턴 void

JPE() 공개 정적인 메소드

JPE NEAR imm
public static JPE ( UInt32 target ) : void
target UInt32
리턴 void

JPE() 공개 정적인 메소드

JPE imm8
public static JPE ( string label ) : void
label string
리턴 void

JPO() 공개 정적인 메소드

JPO imm8
public static JPO ( Byte target ) : void
target Byte
리턴 void

JPO() 공개 정적인 메소드

JPO NEAR imm
public static JPO ( UInt32 target ) : void
target UInt32
리턴 void

JPO() 공개 정적인 메소드

JPO imm8
public static JPO ( string label ) : void
label string
리턴 void

JS() 공개 정적인 메소드

JS imm8
public static JS ( Byte target ) : void
target Byte
리턴 void

JS() 공개 정적인 메소드

JS NEAR imm
public static JS ( UInt32 target ) : void
target UInt32
리턴 void

JS() 공개 정적인 메소드

JS imm8
public static JS ( string label ) : void
label string
리턴 void

JZ() 공개 정적인 메소드

JZ imm8
public static JZ ( Byte target ) : void
target Byte
리턴 void

JZ() 공개 정적인 메소드

JZ NEAR imm
public static JZ ( UInt32 target ) : void
target UInt32
리턴 void

JZ() 공개 정적인 메소드

JZ imm8
public static JZ ( string label ) : void
label string
리턴 void

LABEL() 공개 정적인 메소드

LABEL
public static LABEL ( string label ) : void
label string
리턴 void

LAHF() 공개 정적인 메소드

LAHF
public static LAHF ( ) : void
리턴 void

LAR() 공개 정적인 메소드

LAR reg16,rmreg16
public static LAR ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

LAR() 공개 정적인 메소드

LAR reg16,mem16
public static LAR ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

LAR() 공개 정적인 메소드

LAR reg16,mem16
public static LAR ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

LAR() 공개 정적인 메소드

LAR reg32,mem32
public static LAR ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

LAR() 공개 정적인 메소드

LAR reg32,rmreg32
public static LAR ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

LAR() 공개 정적인 메소드

LAR reg32,mem32
public static LAR ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

LDS() 공개 정적인 메소드

LDS reg16,mem
public static LDS ( R16Type target, Memory source ) : void
target R16Type
source Memory
리턴 void

LDS() 공개 정적인 메소드

LDS reg16,mem
public static LDS ( R16Type target, byte source ) : void
target R16Type
source byte
리턴 void

LDS() 공개 정적인 메소드

LDS reg32,mem
public static LDS ( R32Type target, Memory source ) : void
target R32Type
source Memory
리턴 void

LDS() 공개 정적인 메소드

LDS reg32,mem
public static LDS ( R32Type target, byte source ) : void
target R32Type
source byte
리턴 void

LEA() 공개 정적인 메소드

LEA reg16,mem
public static LEA ( R16Type target, Memory source ) : void
target R16Type
source Memory
리턴 void

LEA() 공개 정적인 메소드

LEA reg16,mem
public static LEA ( R16Type target, byte source ) : void
target R16Type
source byte
리턴 void

LEA() 공개 정적인 메소드

LEA reg32,mem
public static LEA ( R32Type target, Memory source ) : void
target R32Type
source Memory
리턴 void

LEA() 공개 정적인 메소드

LEA reg32,mem
public static LEA ( R32Type target, byte source ) : void
target R32Type
source byte
리턴 void

LEAVE() 공개 정적인 메소드

LEAVE
public static LEAVE ( ) : void
리턴 void

LES() 공개 정적인 메소드

LES reg16,mem
public static LES ( R16Type target, Memory source ) : void
target R16Type
source Memory
리턴 void

LES() 공개 정적인 메소드

LES reg16,mem
public static LES ( R16Type target, byte source ) : void
target R16Type
source byte
리턴 void

LES() 공개 정적인 메소드

LES reg32,mem
public static LES ( R32Type target, Memory source ) : void
target R32Type
source Memory
리턴 void

LES() 공개 정적인 메소드

LES reg32,mem
public static LES ( R32Type target, byte source ) : void
target R32Type
source byte
리턴 void

LFENCE() 공개 정적인 메소드

LFENCE
public static LFENCE ( ) : void
리턴 void

LFS() 공개 정적인 메소드

LFS reg16,mem
public static LFS ( R16Type target, Memory source ) : void
target R16Type
source Memory
리턴 void

LFS() 공개 정적인 메소드

LFS reg16,mem
public static LFS ( R16Type target, byte source ) : void
target R16Type
source byte
리턴 void

LFS() 공개 정적인 메소드

LFS reg32,mem
public static LFS ( R32Type target, Memory source ) : void
target R32Type
source Memory
리턴 void

LFS() 공개 정적인 메소드

LFS reg32,mem
public static LFS ( R32Type target, byte source ) : void
target R32Type
source byte
리턴 void

LGDT() 공개 정적인 메소드

LGDT mem
public static LGDT ( Memory target ) : void
target Memory
리턴 void

LGDT() 공개 정적인 메소드

LGDT mem
public static LGDT ( byte target ) : void
target byte
리턴 void

LGS() 공개 정적인 메소드

LGS reg16,mem
public static LGS ( R16Type target, Memory source ) : void
target R16Type
source Memory
리턴 void

LGS() 공개 정적인 메소드

LGS reg16,mem
public static LGS ( R16Type target, byte source ) : void
target R16Type
source byte
리턴 void

LGS() 공개 정적인 메소드

LGS reg32,mem
public static LGS ( R32Type target, Memory source ) : void
target R32Type
source Memory
리턴 void

LGS() 공개 정적인 메소드

LGS reg32,mem
public static LGS ( R32Type target, byte source ) : void
target R32Type
source byte
리턴 void

LIDT() 공개 정적인 메소드

LIDT mem
public static LIDT ( Memory target ) : void
target Memory
리턴 void

LIDT() 공개 정적인 메소드

LIDT mem
public static LIDT ( byte target ) : void
target byte
리턴 void

LLDT() 공개 정적인 메소드

LLDT rmreg16
public static LLDT ( R16Type target ) : void
target R16Type
리턴 void

LLDT() 공개 정적인 메소드

LLDT mem16
public static LLDT ( UInt16 target ) : void
target UInt16
리턴 void

LLDT() 공개 정적인 메소드

LLDT mem16
public static LLDT ( WordMemory target ) : void
target WordMemory
리턴 void

LMSW() 공개 정적인 메소드

LMSW rmreg16
public static LMSW ( R16Type target ) : void
target R16Type
리턴 void

LMSW() 공개 정적인 메소드

LMSW mem16
public static LMSW ( UInt16 target ) : void
target UInt16
리턴 void

LMSW() 공개 정적인 메소드

LMSW mem16
public static LMSW ( WordMemory target ) : void
target WordMemory
리턴 void

LOCK() 공개 정적인 메소드

LOCK
public static LOCK ( ) : void
리턴 void

LODSB() 공개 정적인 메소드

LODSB
public static LODSB ( ) : void
리턴 void

LODSD() 공개 정적인 메소드

LODSD
public static LODSD ( ) : void
리턴 void

LODSW() 공개 정적인 메소드

LODSW
public static LODSW ( ) : void
리턴 void

LOOP() 공개 정적인 메소드

LOOP imm8
public static LOOP ( Byte target ) : void
target Byte
리턴 void

LOOPE() 공개 정적인 메소드

LOOPE imm8
public static LOOPE ( Byte target ) : void
target Byte
리턴 void

LOOPNE() 공개 정적인 메소드

LOOPNE imm8
public static LOOPNE ( Byte target ) : void
target Byte
리턴 void

LOOPNZ() 공개 정적인 메소드

LOOPNZ imm8
public static LOOPNZ ( Byte target ) : void
target Byte
리턴 void

LOOPZ() 공개 정적인 메소드

LOOPZ imm8
public static LOOPZ ( Byte target ) : void
target Byte
리턴 void

LSL() 공개 정적인 메소드

LSL reg16,rmreg16
public static LSL ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

LSL() 공개 정적인 메소드

LSL reg16,mem16
public static LSL ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

LSL() 공개 정적인 메소드

LSL reg16,mem16
public static LSL ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

LSL() 공개 정적인 메소드

LSL reg32,mem32
public static LSL ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

LSL() 공개 정적인 메소드

LSL reg32,rmreg32
public static LSL ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

LSL() 공개 정적인 메소드

LSL reg32,mem32
public static LSL ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

LSS() 공개 정적인 메소드

LSS reg16,mem
public static LSS ( R16Type target, Memory source ) : void
target R16Type
source Memory
리턴 void

LSS() 공개 정적인 메소드

LSS reg16,mem
public static LSS ( R16Type target, byte source ) : void
target R16Type
source byte
리턴 void

LSS() 공개 정적인 메소드

LSS reg32,mem
public static LSS ( R32Type target, Memory source ) : void
target R32Type
source Memory
리턴 void

LSS() 공개 정적인 메소드

LSS reg32,mem
public static LSS ( R32Type target, byte source ) : void
target R32Type
source byte
리턴 void

LTR() 공개 정적인 메소드

LTR rmreg16
public static LTR ( R16Type target ) : void
target R16Type
리턴 void

LTR() 공개 정적인 메소드

LTR mem16
public static LTR ( UInt16 target ) : void
target UInt16
리턴 void

LTR() 공개 정적인 메소드

LTR mem16
public static LTR ( WordMemory target ) : void
target WordMemory
리턴 void

MFENCE() 공개 정적인 메소드

MFENCE
public static MFENCE ( ) : void
리턴 void

MOV() 공개 정적인 메소드

MOV mem8,imm8
public static MOV ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

MOV() 공개 정적인 메소드

MOV mem8,reg8
public static MOV ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
리턴 void

MOV() 공개 정적인 메소드

MOV CR0/2/3/4,reg32
public static MOV ( CRType target, R32Type source ) : void
target CRType
source R32Type
리턴 void

MOV() 공개 정적인 메소드

MOV DR0/1/2/3/6/7,reg32
public static MOV ( DRType target, R32Type source ) : void
target DRType
source R32Type
리턴 void

MOV() 공개 정적인 메소드

MOV mem32,reg32
public static MOV ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

MOV() 공개 정적인 메소드

MOV mem32,segreg
public static MOV ( DWordMemory target, SegType source ) : void
target DWordMemory
source SegType
리턴 void

MOV() 공개 정적인 메소드

MOV mem32,imm32
public static MOV ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source UInt32
리턴 void

MOV() 공개 정적인 메소드

MOV rmreg16,reg16
public static MOV ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

MOV() 공개 정적인 메소드

MOV rmreg16,segreg
public static MOV ( R16Type target, SegType source ) : void
target R16Type
source SegType
리턴 void

MOV() 공개 정적인 메소드

MOV reg16,mem16
public static MOV ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

MOV() 공개 정적인 메소드

MOV reg16,mem16
public static MOV ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

MOV() 공개 정적인 메소드

MOV
public static MOV ( R16Type target, string label ) : void
target R16Type
label string
리턴 void

MOV() 공개 정적인 메소드

MOV reg32,CR0/2/3/4
public static MOV ( R32Type target, CRType source ) : void
target R32Type
source CRType
리턴 void

MOV() 공개 정적인 메소드

MOV reg32,DR0/1/2/3/6/7
public static MOV ( R32Type target, DRType source ) : void
target R32Type
source DRType
리턴 void

MOV() 공개 정적인 메소드

MOV reg32,mem32
public static MOV ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

MOV() 공개 정적인 메소드

MOV rmreg32,reg32
public static MOV ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

MOV() 공개 정적인 메소드

MOV rmreg32,segreg
public static MOV ( R32Type target, SegType source ) : void
target R32Type
source SegType
리턴 void

MOV() 공개 정적인 메소드

MOV reg32,TR3/4/5/6/7
public static MOV ( R32Type target, TRType source ) : void
target R32Type
source TRType
리턴 void

MOV() 공개 정적인 메소드

MOV reg32,mem32
public static MOV ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

MOV() 공개 정적인 메소드

MOV
public static MOV ( R32Type target, string label ) : void
target R32Type
label string
리턴 void

MOV() 공개 정적인 메소드

MOV reg8,imm8
public static MOV ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

MOV() 공개 정적인 메소드

MOV reg8,mem8
public static MOV ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
리턴 void

MOV() 공개 정적인 메소드

MOV rmreg8,reg8
public static MOV ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
리턴 void

MOV() 공개 정적인 메소드

MOV reg8,mem8
public static MOV ( R8Type target, byte source ) : void
target R8Type
source byte
리턴 void

MOV() 공개 정적인 메소드

MOV segreg,mem32
public static MOV ( SegType target, DWordMemory source ) : void
target SegType
source DWordMemory
리턴 void

MOV() 공개 정적인 메소드

MOV segreg,rmreg16
public static MOV ( SegType target, R16Type source ) : void
target SegType
source R16Type
리턴 void

MOV() 공개 정적인 메소드

MOV segreg,rmreg32
public static MOV ( SegType target, R32Type source ) : void
target SegType
source R32Type
리턴 void

MOV() 공개 정적인 메소드

MOV segreg,mem16
public static MOV ( SegType target, UInt16 source ) : void
target SegType
source UInt16
리턴 void

MOV() 공개 정적인 메소드

MOV segreg,mem32
public static MOV ( SegType target, UInt32 source ) : void
target SegType
source UInt32
리턴 void

MOV() 공개 정적인 메소드

MOV segreg,mem16
public static MOV ( SegType target, WordMemory source ) : void
target SegType
source WordMemory
리턴 void

MOV() 공개 정적인 메소드

MOV TR3/4/5/6/7,reg32
public static MOV ( TRType target, R32Type source ) : void
target TRType
source R32Type
리턴 void

MOV() 공개 정적인 메소드

MOV mem16,reg16
public static MOV ( UInt16 target, R16Type source ) : void
target UInt16
source R16Type
리턴 void

MOV() 공개 정적인 메소드

MOV mem16,segreg
public static MOV ( UInt16 target, SegType source ) : void
target UInt16
source SegType
리턴 void

MOV() 공개 정적인 메소드

MOV mem16,imm16
public static MOV ( UInt16 target, UInt16 source ) : void
target UInt16
source UInt16
리턴 void

MOV() 공개 정적인 메소드

MOV mem32,reg32
public static MOV ( UInt32 target, R32Type source ) : void
target UInt32
source R32Type
리턴 void

MOV() 공개 정적인 메소드

MOV mem32,segreg
public static MOV ( UInt32 target, SegType source ) : void
target UInt32
source SegType
리턴 void

MOV() 공개 정적인 메소드

MOV mem32,imm32
public static MOV ( UInt32 target, UInt32 source ) : void
target UInt32
source UInt32
리턴 void

MOV() 공개 정적인 메소드

MOV mem16,reg16
public static MOV ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

MOV() 공개 정적인 메소드

MOV mem16,segreg
public static MOV ( WordMemory target, SegType source ) : void
target WordMemory
source SegType
리턴 void

MOV() 공개 정적인 메소드

MOV mem16,imm16
public static MOV ( WordMemory target, UInt16 source ) : void
target WordMemory
source UInt16
리턴 void

MOV() 공개 정적인 메소드

MOV mem8,imm8
public static MOV ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

MOV() 공개 정적인 메소드

MOV mem8,reg8
public static MOV ( byte target, R8Type source ) : void
target byte
source R8Type
리턴 void

MOVSB() 공개 정적인 메소드

MOVSB
public static MOVSB ( ) : void
리턴 void

MOVSD() 공개 정적인 메소드

MOVSD
public static MOVSD ( ) : void
리턴 void

MOVSW() 공개 정적인 메소드

MOVSW
public static MOVSW ( ) : void
리턴 void

MOVSX() 공개 정적인 메소드

MOVSX reg16,mem8
public static MOVSX ( R16Type target, ByteMemory source ) : void
target R16Type
source ByteMemory
리턴 void

MOVSX() 공개 정적인 메소드

MOVSX reg16,rmreg8
public static MOVSX ( R16Type target, R8Type source ) : void
target R16Type
source R8Type
리턴 void

MOVSX() 공개 정적인 메소드

MOVSX reg16,mem8
public static MOVSX ( R16Type target, byte source ) : void
target R16Type
source byte
리턴 void

MOVSX() 공개 정적인 메소드

MOVSX reg32,mem8
public static MOVSX ( R32Type target, ByteMemory source ) : void
target R32Type
source ByteMemory
리턴 void

MOVSX() 공개 정적인 메소드

MOVSX reg32,rmreg16
public static MOVSX ( R32Type target, R16Type source ) : void
target R32Type
source R16Type
리턴 void

MOVSX() 공개 정적인 메소드

MOVSX reg32,rmreg8
public static MOVSX ( R32Type target, R8Type source ) : void
target R32Type
source R8Type
리턴 void

MOVSX() 공개 정적인 메소드

MOVSX reg32,mem16
public static MOVSX ( R32Type target, UInt16 source ) : void
target R32Type
source UInt16
리턴 void

MOVSX() 공개 정적인 메소드

MOVSX reg32,mem16
public static MOVSX ( R32Type target, WordMemory source ) : void
target R32Type
source WordMemory
리턴 void

MOVSX() 공개 정적인 메소드

MOVSX reg32,mem8
public static MOVSX ( R32Type target, byte source ) : void
target R32Type
source byte
리턴 void

MOVZX() 공개 정적인 메소드

MOVZX reg16,mem8
public static MOVZX ( R16Type target, ByteMemory source ) : void
target R16Type
source ByteMemory
리턴 void

MOVZX() 공개 정적인 메소드

MOVZX reg16,rmreg8
public static MOVZX ( R16Type target, R8Type source ) : void
target R16Type
source R8Type
리턴 void

MOVZX() 공개 정적인 메소드

MOVZX reg16,mem8
public static MOVZX ( R16Type target, byte source ) : void
target R16Type
source byte
리턴 void

MOVZX() 공개 정적인 메소드

MOVZX reg32,mem8
public static MOVZX ( R32Type target, ByteMemory source ) : void
target R32Type
source ByteMemory
리턴 void

MOVZX() 공개 정적인 메소드

MOVZX reg32,rmreg16
public static MOVZX ( R32Type target, R16Type source ) : void
target R32Type
source R16Type
리턴 void

MOVZX() 공개 정적인 메소드

MOVZX reg32,rmreg8
public static MOVZX ( R32Type target, R8Type source ) : void
target R32Type
source R8Type
리턴 void

MOVZX() 공개 정적인 메소드

MOVZX reg32,mem16
public static MOVZX ( R32Type target, UInt16 source ) : void
target R32Type
source UInt16
리턴 void

MOVZX() 공개 정적인 메소드

MOVZX reg32,mem16
public static MOVZX ( R32Type target, WordMemory source ) : void
target R32Type
source WordMemory
리턴 void

MOVZX() 공개 정적인 메소드

MOVZX reg32,mem8
public static MOVZX ( R32Type target, byte source ) : void
target R32Type
source byte
리턴 void

MOV_AL() 공개 정적인 메소드

MOV AL,memoffs8
public static MOV_AL ( byte source ) : void
source byte
리턴 void

MOV_AX() 공개 정적인 메소드

MOV AX,memoffs16
public static MOV_AX ( UInt16 source ) : void
source UInt16
리턴 void

MOV_EAX() 공개 정적인 메소드

MOV EAX,memoffs32
public static MOV_EAX ( UInt32 source ) : void
source UInt32
리턴 void

MOV__AL() 공개 정적인 메소드

MOV memoffs8,AL
public static MOV__AL ( byte target ) : void
target byte
리턴 void

MOV__AX() 공개 정적인 메소드

MOV memoffs16,AX
public static MOV__AX ( UInt16 target ) : void
target UInt16
리턴 void

MOV__EAX() 공개 정적인 메소드

MOV memoffs32,EAX
public static MOV__EAX ( UInt32 target ) : void
target UInt32
리턴 void

MUL() 공개 정적인 메소드

MUL mem8
public static MUL ( ByteMemory target ) : void
target ByteMemory
리턴 void

MUL() 공개 정적인 메소드

MUL mem32
public static MUL ( DWordMemory target ) : void
target DWordMemory
리턴 void

MUL() 공개 정적인 메소드

MUL rmreg16
public static MUL ( R16Type target ) : void
target R16Type
리턴 void

MUL() 공개 정적인 메소드

MUL rmreg32
public static MUL ( R32Type target ) : void
target R32Type
리턴 void

MUL() 공개 정적인 메소드

MUL rmreg8
public static MUL ( R8Type target ) : void
target R8Type
리턴 void

MUL() 공개 정적인 메소드

MUL mem16
public static MUL ( UInt16 target ) : void
target UInt16
리턴 void

MUL() 공개 정적인 메소드

MUL mem32
public static MUL ( UInt32 target ) : void
target UInt32
리턴 void

MUL() 공개 정적인 메소드

MUL mem16
public static MUL ( WordMemory target ) : void
target WordMemory
리턴 void

MUL() 공개 정적인 메소드

MUL mem8
public static MUL ( byte target ) : void
target byte
리턴 void

NEG() 공개 정적인 메소드

NEG mem8
public static NEG ( ByteMemory target ) : void
target ByteMemory
리턴 void

NEG() 공개 정적인 메소드

NEG mem32
public static NEG ( DWordMemory target ) : void
target DWordMemory
리턴 void

NEG() 공개 정적인 메소드

NEG rmreg16
public static NEG ( R16Type target ) : void
target R16Type
리턴 void

NEG() 공개 정적인 메소드

NEG rmreg32
public static NEG ( R32Type target ) : void
target R32Type
리턴 void

NEG() 공개 정적인 메소드

NEG rmreg8
public static NEG ( R8Type target ) : void
target R8Type
리턴 void

NEG() 공개 정적인 메소드

NEG mem16
public static NEG ( UInt16 target ) : void
target UInt16
리턴 void

NEG() 공개 정적인 메소드

NEG mem32
public static NEG ( UInt32 target ) : void
target UInt32
리턴 void

NEG() 공개 정적인 메소드

NEG mem16
public static NEG ( WordMemory target ) : void
target WordMemory
리턴 void

NEG() 공개 정적인 메소드

NEG mem8
public static NEG ( byte target ) : void
target byte
리턴 void

NOP() 공개 정적인 메소드

NOP
public static NOP ( ) : void
리턴 void

NOT() 공개 정적인 메소드

NOT mem8
public static NOT ( ByteMemory target ) : void
target ByteMemory
리턴 void

NOT() 공개 정적인 메소드

NOT mem32
public static NOT ( DWordMemory target ) : void
target DWordMemory
리턴 void

NOT() 공개 정적인 메소드

NOT rmreg16
public static NOT ( R16Type target ) : void
target R16Type
리턴 void

NOT() 공개 정적인 메소드

NOT rmreg32
public static NOT ( R32Type target ) : void
target R32Type
리턴 void

NOT() 공개 정적인 메소드

NOT rmreg8
public static NOT ( R8Type target ) : void
target R8Type
리턴 void

NOT() 공개 정적인 메소드

NOT mem16
public static NOT ( UInt16 target ) : void
target UInt16
리턴 void

NOT() 공개 정적인 메소드

NOT mem32
public static NOT ( UInt32 target ) : void
target UInt32
리턴 void

NOT() 공개 정적인 메소드

NOT mem16
public static NOT ( WordMemory target ) : void
target WordMemory
리턴 void

NOT() 공개 정적인 메소드

NOT mem8
public static NOT ( byte target ) : void
target byte
리턴 void

OFFSET() 공개 정적인 메소드

OFFSET
public static OFFSET ( UInt32 value ) : void
value UInt32
리턴 void

OR() 공개 정적인 메소드

OR mem8,imm8
public static OR ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

OR() 공개 정적인 메소드

OR mem8,reg8
public static OR ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
리턴 void

OR() 공개 정적인 메소드

OR mem32,imm8
public static OR ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

OR() 공개 정적인 메소드

OR mem32,reg32
public static OR ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

OR() 공개 정적인 메소드

OR mem32,imm32
public static OR ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source UInt32
리턴 void

OR() 공개 정적인 메소드

OR rmreg16,imm8
public static OR ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

OR() 공개 정적인 메소드

OR rmreg16,reg16
public static OR ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

OR() 공개 정적인 메소드

OR reg16,mem16
public static OR ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

OR() 공개 정적인 메소드

OR reg16,mem16
public static OR ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

OR() 공개 정적인 메소드

OR rmreg32,imm8
public static OR ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

OR() 공개 정적인 메소드

OR reg32,mem32
public static OR ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

OR() 공개 정적인 메소드

OR rmreg32,reg32
public static OR ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

OR() 공개 정적인 메소드

OR reg32,mem32
public static OR ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

OR() 공개 정적인 메소드

OR rmreg8,imm8
public static OR ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

OR() 공개 정적인 메소드

OR reg8,mem8
public static OR ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
리턴 void

OR() 공개 정적인 메소드

OR rmreg8,reg8
public static OR ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
리턴 void

OR() 공개 정적인 메소드

OR reg8,mem8
public static OR ( R8Type target, byte source ) : void
target R8Type
source byte
리턴 void

OR() 공개 정적인 메소드

OR mem16,imm8
public static OR ( UInt16 target, Byte source ) : void
target UInt16
source Byte
리턴 void

OR() 공개 정적인 메소드

OR mem16,reg16
public static OR ( UInt16 target, R16Type source ) : void
target UInt16
source R16Type
리턴 void

OR() 공개 정적인 메소드

OR mem16,imm16
public static OR ( UInt16 target, UInt16 source ) : void
target UInt16
source UInt16
리턴 void

OR() 공개 정적인 메소드

OR mem32,imm8
public static OR ( UInt32 target, Byte source ) : void
target UInt32
source Byte
리턴 void

OR() 공개 정적인 메소드

OR mem32,reg32
public static OR ( UInt32 target, R32Type source ) : void
target UInt32
source R32Type
리턴 void

OR() 공개 정적인 메소드

OR mem32,imm32
public static OR ( UInt32 target, UInt32 source ) : void
target UInt32
source UInt32
리턴 void

OR() 공개 정적인 메소드

OR mem16,imm8
public static OR ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

OR() 공개 정적인 메소드

OR mem16,reg16
public static OR ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

OR() 공개 정적인 메소드

OR mem16,imm16
public static OR ( WordMemory target, UInt16 source ) : void
target WordMemory
source UInt16
리턴 void

OR() 공개 정적인 메소드

OR mem8,imm8
public static OR ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

OR() 공개 정적인 메소드

OR mem8,reg8
public static OR ( byte target, R8Type source ) : void
target byte
source R8Type
리턴 void

ORG() 공개 정적인 메소드

ORG
public static ORG ( UInt32 value ) : void
value UInt32
리턴 void

OUTSB() 공개 정적인 메소드

OUTSB
public static OUTSB ( ) : void
리턴 void

OUTSD() 공개 정적인 메소드

OUTSD
public static OUTSD ( ) : void
리턴 void

OUTSW() 공개 정적인 메소드

OUTSW
public static OUTSW ( ) : void
리턴 void

OUT_DX__AL() 공개 정적인 메소드

OUT DX,AL
public static OUT_DX__AL ( ) : void
리턴 void

OUT_DX__AX() 공개 정적인 메소드

OUT DX,AX
public static OUT_DX__AX ( ) : void
리턴 void

OUT_DX__EAX() 공개 정적인 메소드

OUT DX,EAX
public static OUT_DX__EAX ( ) : void
리턴 void

OUT__AL() 공개 정적인 메소드

OUT imm8,AL
public static OUT__AL ( Byte target ) : void
target Byte
리턴 void

OUT__AX() 공개 정적인 메소드

OUT imm8,AX
public static OUT__AX ( Byte target ) : void
target Byte
리턴 void

OUT__EAX() 공개 정적인 메소드

OUT imm8,EAX
public static OUT__EAX ( Byte target ) : void
target Byte
리턴 void

PAUSE() 공개 정적인 메소드

PAUSE
public static PAUSE ( ) : void
리턴 void

POP() 공개 정적인 메소드

POP mem32
public static POP ( DWordMemory target ) : void
target DWordMemory
리턴 void

POP() 공개 정적인 메소드

POP reg16
public static POP ( R16Type target ) : void
target R16Type
리턴 void

POP() 공개 정적인 메소드

POP reg32
public static POP ( R32Type target ) : void
target R32Type
리턴 void

POP() 공개 정적인 메소드

POP segreg
public static POP ( SegType target ) : void
target SegType
리턴 void

POP() 공개 정적인 메소드

POP mem16
public static POP ( UInt16 target ) : void
target UInt16
리턴 void

POP() 공개 정적인 메소드

POP mem32
public static POP ( UInt32 target ) : void
target UInt32
리턴 void

POP() 공개 정적인 메소드

POP mem16
public static POP ( WordMemory target ) : void
target WordMemory
리턴 void

POPA() 공개 정적인 메소드

POPA
public static POPA ( ) : void
리턴 void

POPAD() 공개 정적인 메소드

POPAD
public static POPAD ( ) : void
리턴 void

POPAW() 공개 정적인 메소드

POPAW
public static POPAW ( ) : void
리턴 void

POPF() 공개 정적인 메소드

POPF
public static POPF ( ) : void
리턴 void

POPFD() 공개 정적인 메소드

POPFD
public static POPFD ( ) : void
리턴 void

POPFW() 공개 정적인 메소드

POPFW
public static POPFW ( ) : void
리턴 void

PREFETCHNTA() 공개 정적인 메소드

PREFETCHNTA m8
public static PREFETCHNTA ( Memory target ) : void
target Memory
리턴 void

PREFETCHNTA() 공개 정적인 메소드

PREFETCHNTA m8
public static PREFETCHNTA ( byte target ) : void
target byte
리턴 void

PREFETCHT0() 공개 정적인 메소드

PREFETCHT0 m8
public static PREFETCHT0 ( Memory target ) : void
target Memory
리턴 void

PREFETCHT0() 공개 정적인 메소드

PREFETCHT0 m8
public static PREFETCHT0 ( byte target ) : void
target byte
리턴 void

PREFETCHT1() 공개 정적인 메소드

PREFETCHT1 m8
public static PREFETCHT1 ( Memory target ) : void
target Memory
리턴 void

PREFETCHT1() 공개 정적인 메소드

PREFETCHT1 m8
public static PREFETCHT1 ( byte target ) : void
target byte
리턴 void

PREFETCHT2() 공개 정적인 메소드

PREFETCHT2 m8
public static PREFETCHT2 ( Memory target ) : void
target Memory
리턴 void

PREFETCHT2() 공개 정적인 메소드

PREFETCHT2 m8
public static PREFETCHT2 ( byte target ) : void
target byte
리턴 void

PUSH() 공개 정적인 메소드

PUSH imm8
public static PUSH ( Byte target ) : void
target Byte
리턴 void

PUSH() 공개 정적인 메소드

PUSH mem32
public static PUSH ( DWordMemory target ) : void
target DWordMemory
리턴 void

PUSH() 공개 정적인 메소드

PUSH reg16
public static PUSH ( R16Type target ) : void
target R16Type
리턴 void

PUSH() 공개 정적인 메소드

PUSH reg32
public static PUSH ( R32Type target ) : void
target R32Type
리턴 void

PUSH() 공개 정적인 메소드

PUSH segreg
public static PUSH ( SegType target ) : void
target SegType
리턴 void

PUSH() 공개 정적인 메소드

PUSH mem16
public static PUSH ( UInt16 target ) : void
target UInt16
리턴 void

PUSH() 공개 정적인 메소드

PUSH mem32
public static PUSH ( UInt32 target ) : void
target UInt32
리턴 void

PUSH() 공개 정적인 메소드

PUSH mem16
public static PUSH ( WordMemory target ) : void
target WordMemory
리턴 void

PUSHA() 공개 정적인 메소드

PUSHA
public static PUSHA ( ) : void
리턴 void

PUSHAD() 공개 정적인 메소드

PUSHAD
public static PUSHAD ( ) : void
리턴 void

PUSHAW() 공개 정적인 메소드

PUSHAW
public static PUSHAW ( ) : void
리턴 void

PUSHF() 공개 정적인 메소드

PUSHF
public static PUSHF ( ) : void
리턴 void

PUSHFD() 공개 정적인 메소드

PUSHFD
public static PUSHFD ( ) : void
리턴 void

PUSHFW() 공개 정적인 메소드

PUSHFW
public static PUSHFW ( ) : void
리턴 void

RCL() 공개 정적인 메소드

RCL mem8,imm8
public static RCL ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

RCL() 공개 정적인 메소드

RCL mem32,imm8
public static RCL ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

RCL() 공개 정적인 메소드

RCL rmreg16,imm8
public static RCL ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

RCL() 공개 정적인 메소드

RCL rmreg32,imm8
public static RCL ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

RCL() 공개 정적인 메소드

RCL rmreg8,imm8
public static RCL ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

RCL() 공개 정적인 메소드

RCL mem16,imm8
public static RCL ( UInt16 target, Byte source ) : void
target UInt16
source Byte
리턴 void

RCL() 공개 정적인 메소드

RCL mem32,imm8
public static RCL ( UInt32 target, Byte source ) : void
target UInt32
source Byte
리턴 void

RCL() 공개 정적인 메소드

RCL mem16,imm8
public static RCL ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

RCL() 공개 정적인 메소드

RCL mem8,imm8
public static RCL ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

RCL__CL() 공개 정적인 메소드

RCL mem8,CL
public static RCL__CL ( ByteMemory target ) : void
target ByteMemory
리턴 void

RCL__CL() 공개 정적인 메소드

RCL mem32,CL
public static RCL__CL ( DWordMemory target ) : void
target DWordMemory
리턴 void

RCL__CL() 공개 정적인 메소드

RCL rmreg16,CL
public static RCL__CL ( R16Type target ) : void
target R16Type
리턴 void

RCL__CL() 공개 정적인 메소드

RCL rmreg32,CL
public static RCL__CL ( R32Type target ) : void
target R32Type
리턴 void

RCL__CL() 공개 정적인 메소드

RCL rmreg8,CL
public static RCL__CL ( R8Type target ) : void
target R8Type
리턴 void

RCL__CL() 공개 정적인 메소드

RCL mem16,CL
public static RCL__CL ( UInt16 target ) : void
target UInt16
리턴 void

RCL__CL() 공개 정적인 메소드

RCL mem32,CL
public static RCL__CL ( UInt32 target ) : void
target UInt32
리턴 void

RCL__CL() 공개 정적인 메소드

RCL mem16,CL
public static RCL__CL ( WordMemory target ) : void
target WordMemory
리턴 void

RCL__CL() 공개 정적인 메소드

RCL mem8,CL
public static RCL__CL ( byte target ) : void
target byte
리턴 void

RCR() 공개 정적인 메소드

RCR mem8,imm8
public static RCR ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

RCR() 공개 정적인 메소드

RCR mem32,imm8
public static RCR ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

RCR() 공개 정적인 메소드

RCR rmreg16,imm8
public static RCR ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

RCR() 공개 정적인 메소드

RCR rmreg32,imm8
public static RCR ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

RCR() 공개 정적인 메소드

RCR rmreg8,imm8
public static RCR ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

RCR() 공개 정적인 메소드

RCR mem16,imm8
public static RCR ( UInt16 target, Byte source ) : void
target UInt16
source Byte
리턴 void

RCR() 공개 정적인 메소드

RCR mem32,imm8
public static RCR ( UInt32 target, Byte source ) : void
target UInt32
source Byte
리턴 void

RCR() 공개 정적인 메소드

RCR mem16,imm8
public static RCR ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

RCR() 공개 정적인 메소드

RCR mem8,imm8
public static RCR ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

RCR__CL() 공개 정적인 메소드

RCR mem8,CL
public static RCR__CL ( ByteMemory target ) : void
target ByteMemory
리턴 void

RCR__CL() 공개 정적인 메소드

RCR mem32,CL
public static RCR__CL ( DWordMemory target ) : void
target DWordMemory
리턴 void

RCR__CL() 공개 정적인 메소드

RCR rmreg16,CL
public static RCR__CL ( R16Type target ) : void
target R16Type
리턴 void

RCR__CL() 공개 정적인 메소드

RCR rmreg32,CL
public static RCR__CL ( R32Type target ) : void
target R32Type
리턴 void

RCR__CL() 공개 정적인 메소드

RCR rmreg8,CL
public static RCR__CL ( R8Type target ) : void
target R8Type
리턴 void

RCR__CL() 공개 정적인 메소드

RCR mem16,CL
public static RCR__CL ( UInt16 target ) : void
target UInt16
리턴 void

RCR__CL() 공개 정적인 메소드

RCR mem32,CL
public static RCR__CL ( UInt32 target ) : void
target UInt32
리턴 void

RCR__CL() 공개 정적인 메소드

RCR mem16,CL
public static RCR__CL ( WordMemory target ) : void
target WordMemory
리턴 void

RCR__CL() 공개 정적인 메소드

RCR mem8,CL
public static RCR__CL ( byte target ) : void
target byte
리턴 void

RDMSR() 공개 정적인 메소드

RDMSR
public static RDMSR ( ) : void
리턴 void

RDPMC() 공개 정적인 메소드

RDPMC
public static RDPMC ( ) : void
리턴 void

RDTSC() 공개 정적인 메소드

RDTSC
public static RDTSC ( ) : void
리턴 void

REP() 공개 정적인 메소드

REP
public static REP ( ) : void
리턴 void

REPE() 공개 정적인 메소드

REPE
public static REPE ( ) : void
리턴 void

REPNE() 공개 정적인 메소드

REPNE
public static REPNE ( ) : void
리턴 void

REPNZ() 공개 정적인 메소드

REPNZ
public static REPNZ ( ) : void
리턴 void

REPZ() 공개 정적인 메소드

REPZ
public static REPZ ( ) : void
리턴 void

RET() 공개 정적인 메소드

RET
public static RET ( ) : void
리턴 void

RET() 공개 정적인 메소드

RET imm16
public static RET ( UInt16 target ) : void
target UInt16
리턴 void

RETF() 공개 정적인 메소드

RETF
public static RETF ( ) : void
리턴 void

RETF() 공개 정적인 메소드

RETF imm16
public static RETF ( UInt16 target ) : void
target UInt16
리턴 void

RETN() 공개 정적인 메소드

RETN
public static RETN ( ) : void
리턴 void

RETN() 공개 정적인 메소드

RETN imm16
public static RETN ( UInt16 target ) : void
target UInt16
리턴 void

ROL() 공개 정적인 메소드

ROL mem8,imm8
public static ROL ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

ROL() 공개 정적인 메소드

ROL mem32,imm8
public static ROL ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

ROL() 공개 정적인 메소드

ROL rmreg16,imm8
public static ROL ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

ROL() 공개 정적인 메소드

ROL rmreg32,imm8
public static ROL ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

ROL() 공개 정적인 메소드

ROL rmreg8,imm8
public static ROL ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

ROL() 공개 정적인 메소드

ROL mem16,imm8
public static ROL ( UInt16 target, Byte source ) : void
target UInt16
source Byte
리턴 void

ROL() 공개 정적인 메소드

ROL mem32,imm8
public static ROL ( UInt32 target, Byte source ) : void
target UInt32
source Byte
리턴 void

ROL() 공개 정적인 메소드

ROL mem16,imm8
public static ROL ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

ROL() 공개 정적인 메소드

ROL mem8,imm8
public static ROL ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

ROL__CL() 공개 정적인 메소드

ROL mem8,CL
public static ROL__CL ( ByteMemory target ) : void
target ByteMemory
리턴 void

ROL__CL() 공개 정적인 메소드

ROL mem32,CL
public static ROL__CL ( DWordMemory target ) : void
target DWordMemory
리턴 void

ROL__CL() 공개 정적인 메소드

ROL rmreg16,CL
public static ROL__CL ( R16Type target ) : void
target R16Type
리턴 void

ROL__CL() 공개 정적인 메소드

ROL rmreg32,CL
public static ROL__CL ( R32Type target ) : void
target R32Type
리턴 void

ROL__CL() 공개 정적인 메소드

ROL rmreg8,CL
public static ROL__CL ( R8Type target ) : void
target R8Type
리턴 void

ROL__CL() 공개 정적인 메소드

ROL mem16,CL
public static ROL__CL ( UInt16 target ) : void
target UInt16
리턴 void

ROL__CL() 공개 정적인 메소드

ROL mem32,CL
public static ROL__CL ( UInt32 target ) : void
target UInt32
리턴 void

ROL__CL() 공개 정적인 메소드

ROL mem16,CL
public static ROL__CL ( WordMemory target ) : void
target WordMemory
리턴 void

ROL__CL() 공개 정적인 메소드

ROL mem8,CL
public static ROL__CL ( byte target ) : void
target byte
리턴 void

ROR() 공개 정적인 메소드

ROR mem8,imm8
public static ROR ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

ROR() 공개 정적인 메소드

ROR mem32,imm8
public static ROR ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

ROR() 공개 정적인 메소드

ROR rmreg16,imm8
public static ROR ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

ROR() 공개 정적인 메소드

ROR rmreg32,imm8
public static ROR ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

ROR() 공개 정적인 메소드

ROR rmreg8,imm8
public static ROR ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

ROR() 공개 정적인 메소드

ROR mem16,imm8
public static ROR ( UInt16 target, Byte source ) : void
target UInt16
source Byte
리턴 void

ROR() 공개 정적인 메소드

ROR mem32,imm8
public static ROR ( UInt32 target, Byte source ) : void
target UInt32
source Byte
리턴 void

ROR() 공개 정적인 메소드

ROR mem16,imm8
public static ROR ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

ROR() 공개 정적인 메소드

ROR mem8,imm8
public static ROR ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

ROR__CL() 공개 정적인 메소드

ROR mem8,CL
public static ROR__CL ( ByteMemory target ) : void
target ByteMemory
리턴 void

ROR__CL() 공개 정적인 메소드

ROR mem32,CL
public static ROR__CL ( DWordMemory target ) : void
target DWordMemory
리턴 void

ROR__CL() 공개 정적인 메소드

ROR rmreg16,CL
public static ROR__CL ( R16Type target ) : void
target R16Type
리턴 void

ROR__CL() 공개 정적인 메소드

ROR rmreg32,CL
public static ROR__CL ( R32Type target ) : void
target R32Type
리턴 void

ROR__CL() 공개 정적인 메소드

ROR rmreg8,CL
public static ROR__CL ( R8Type target ) : void
target R8Type
리턴 void

ROR__CL() 공개 정적인 메소드

ROR mem16,CL
public static ROR__CL ( UInt16 target ) : void
target UInt16
리턴 void

ROR__CL() 공개 정적인 메소드

ROR mem32,CL
public static ROR__CL ( UInt32 target ) : void
target UInt32
리턴 void

ROR__CL() 공개 정적인 메소드

ROR mem16,CL
public static ROR__CL ( WordMemory target ) : void
target WordMemory
리턴 void

ROR__CL() 공개 정적인 메소드

ROR mem8,CL
public static ROR__CL ( byte target ) : void
target byte
리턴 void

RSM() 공개 정적인 메소드

RSM
public static RSM ( ) : void
리턴 void

SAHF() 공개 정적인 메소드

SAHF
public static SAHF ( ) : void
리턴 void

SAL() 공개 정적인 메소드

SAL mem8,imm8
public static SAL ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

SAL() 공개 정적인 메소드

SAL mem32,imm8
public static SAL ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

SAL() 공개 정적인 메소드

SAL rmreg16,imm8
public static SAL ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

SAL() 공개 정적인 메소드

SAL rmreg32,imm8
public static SAL ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

SAL() 공개 정적인 메소드

SAL rmreg8,imm8
public static SAL ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

SAL() 공개 정적인 메소드

SAL mem16,imm8
public static SAL ( UInt16 target, Byte source ) : void
target UInt16
source Byte
리턴 void

SAL() 공개 정적인 메소드

SAL mem32,imm8
public static SAL ( UInt32 target, Byte source ) : void
target UInt32
source Byte
리턴 void

SAL() 공개 정적인 메소드

SAL mem16,imm8
public static SAL ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

SAL() 공개 정적인 메소드

SAL mem8,imm8
public static SAL ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

SALC() 공개 정적인 메소드

SALC
public static SALC ( ) : void
리턴 void

SAL__CL() 공개 정적인 메소드

SAL mem8,CL
public static SAL__CL ( ByteMemory target ) : void
target ByteMemory
리턴 void

SAL__CL() 공개 정적인 메소드

SAL mem32,CL
public static SAL__CL ( DWordMemory target ) : void
target DWordMemory
리턴 void

SAL__CL() 공개 정적인 메소드

SAL rmreg16,CL
public static SAL__CL ( R16Type target ) : void
target R16Type
리턴 void

SAL__CL() 공개 정적인 메소드

SAL rmreg32,CL
public static SAL__CL ( R32Type target ) : void
target R32Type
리턴 void

SAL__CL() 공개 정적인 메소드

SAL rmreg8,CL
public static SAL__CL ( R8Type target ) : void
target R8Type
리턴 void

SAL__CL() 공개 정적인 메소드

SAL mem16,CL
public static SAL__CL ( UInt16 target ) : void
target UInt16
리턴 void

SAL__CL() 공개 정적인 메소드

SAL mem32,CL
public static SAL__CL ( UInt32 target ) : void
target UInt32
리턴 void

SAL__CL() 공개 정적인 메소드

SAL mem16,CL
public static SAL__CL ( WordMemory target ) : void
target WordMemory
리턴 void

SAL__CL() 공개 정적인 메소드

SAL mem8,CL
public static SAL__CL ( byte target ) : void
target byte
리턴 void

SAR() 공개 정적인 메소드

SAR mem8,imm8
public static SAR ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

SAR() 공개 정적인 메소드

SAR mem32,imm8
public static SAR ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

SAR() 공개 정적인 메소드

SAR rmreg16,imm8
public static SAR ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

SAR() 공개 정적인 메소드

SAR rmreg32,imm8
public static SAR ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

SAR() 공개 정적인 메소드

SAR rmreg8,imm8
public static SAR ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

SAR() 공개 정적인 메소드

SAR mem16,imm8
public static SAR ( UInt16 target, Byte source ) : void
target UInt16
source Byte
리턴 void

SAR() 공개 정적인 메소드

SAR mem32,imm8
public static SAR ( UInt32 target, Byte source ) : void
target UInt32
source Byte
리턴 void

SAR() 공개 정적인 메소드

SAR mem16,imm8
public static SAR ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

SAR() 공개 정적인 메소드

SAR mem8,imm8
public static SAR ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

SAR__CL() 공개 정적인 메소드

SAR mem8,CL
public static SAR__CL ( ByteMemory target ) : void
target ByteMemory
리턴 void

SAR__CL() 공개 정적인 메소드

SAR mem32,CL
public static SAR__CL ( DWordMemory target ) : void
target DWordMemory
리턴 void

SAR__CL() 공개 정적인 메소드

SAR rmreg16,CL
public static SAR__CL ( R16Type target ) : void
target R16Type
리턴 void

SAR__CL() 공개 정적인 메소드

SAR rmreg32,CL
public static SAR__CL ( R32Type target ) : void
target R32Type
리턴 void

SAR__CL() 공개 정적인 메소드

SAR rmreg8,CL
public static SAR__CL ( R8Type target ) : void
target R8Type
리턴 void

SAR__CL() 공개 정적인 메소드

SAR mem16,CL
public static SAR__CL ( UInt16 target ) : void
target UInt16
리턴 void

SAR__CL() 공개 정적인 메소드

SAR mem32,CL
public static SAR__CL ( UInt32 target ) : void
target UInt32
리턴 void

SAR__CL() 공개 정적인 메소드

SAR mem16,CL
public static SAR__CL ( WordMemory target ) : void
target WordMemory
리턴 void

SAR__CL() 공개 정적인 메소드

SAR mem8,CL
public static SAR__CL ( byte target ) : void
target byte
리턴 void

SBB() 공개 정적인 메소드

SBB mem8,imm8
public static SBB ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

SBB() 공개 정적인 메소드

SBB mem8,reg8
public static SBB ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
리턴 void

SBB() 공개 정적인 메소드

SBB mem32,imm8
public static SBB ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

SBB() 공개 정적인 메소드

SBB mem32,reg32
public static SBB ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

SBB() 공개 정적인 메소드

SBB mem32,imm32
public static SBB ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source UInt32
리턴 void

SBB() 공개 정적인 메소드

SBB rmreg16,imm8
public static SBB ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

SBB() 공개 정적인 메소드

SBB rmreg16,reg16
public static SBB ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

SBB() 공개 정적인 메소드

SBB reg16,mem16
public static SBB ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

SBB() 공개 정적인 메소드

SBB reg16,mem16
public static SBB ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

SBB() 공개 정적인 메소드

SBB rmreg32,imm8
public static SBB ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

SBB() 공개 정적인 메소드

SBB reg32,mem32
public static SBB ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

SBB() 공개 정적인 메소드

SBB rmreg32,reg32
public static SBB ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

SBB() 공개 정적인 메소드

SBB reg32,mem32
public static SBB ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

SBB() 공개 정적인 메소드

SBB rmreg8,imm8
public static SBB ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

SBB() 공개 정적인 메소드

SBB reg8,mem8
public static SBB ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
리턴 void

SBB() 공개 정적인 메소드

SBB rmreg8,reg8
public static SBB ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
리턴 void

SBB() 공개 정적인 메소드

SBB reg8,mem8
public static SBB ( R8Type target, byte source ) : void
target R8Type
source byte
리턴 void

SBB() 공개 정적인 메소드

SBB mem16,imm8
public static SBB ( UInt16 target, Byte source ) : void
target UInt16
source Byte
리턴 void

SBB() 공개 정적인 메소드

SBB mem16,reg16
public static SBB ( UInt16 target, R16Type source ) : void
target UInt16
source R16Type
리턴 void

SBB() 공개 정적인 메소드

SBB mem16,imm16
public static SBB ( UInt16 target, UInt16 source ) : void
target UInt16
source UInt16
리턴 void

SBB() 공개 정적인 메소드

SBB mem32,imm8
public static SBB ( UInt32 target, Byte source ) : void
target UInt32
source Byte
리턴 void

SBB() 공개 정적인 메소드

SBB mem32,reg32
public static SBB ( UInt32 target, R32Type source ) : void
target UInt32
source R32Type
리턴 void

SBB() 공개 정적인 메소드

SBB mem32,imm32
public static SBB ( UInt32 target, UInt32 source ) : void
target UInt32
source UInt32
리턴 void

SBB() 공개 정적인 메소드

SBB mem16,imm8
public static SBB ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

SBB() 공개 정적인 메소드

SBB mem16,reg16
public static SBB ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

SBB() 공개 정적인 메소드

SBB mem16,imm16
public static SBB ( WordMemory target, UInt16 source ) : void
target WordMemory
source UInt16
리턴 void

SBB() 공개 정적인 메소드

SBB mem8,imm8
public static SBB ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

SBB() 공개 정적인 메소드

SBB mem8,reg8
public static SBB ( byte target, R8Type source ) : void
target byte
source R8Type
리턴 void

SCASB() 공개 정적인 메소드

SCASB
public static SCASB ( ) : void
리턴 void

SCASD() 공개 정적인 메소드

SCASD
public static SCASD ( ) : void
리턴 void

SCASW() 공개 정적인 메소드

SCASW
public static SCASW ( ) : void
리턴 void

SETA() 공개 정적인 메소드

SETA mem8
public static SETA ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETA() 공개 정적인 메소드

SETA rmreg8
public static SETA ( R8Type target ) : void
target R8Type
리턴 void

SETA() 공개 정적인 메소드

SETA mem8
public static SETA ( byte target ) : void
target byte
리턴 void

SETAE() 공개 정적인 메소드

SETAE mem8
public static SETAE ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETAE() 공개 정적인 메소드

SETAE rmreg8
public static SETAE ( R8Type target ) : void
target R8Type
리턴 void

SETAE() 공개 정적인 메소드

SETAE mem8
public static SETAE ( byte target ) : void
target byte
리턴 void

SETB() 공개 정적인 메소드

SETB mem8
public static SETB ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETB() 공개 정적인 메소드

SETB rmreg8
public static SETB ( R8Type target ) : void
target R8Type
리턴 void

SETB() 공개 정적인 메소드

SETB mem8
public static SETB ( byte target ) : void
target byte
리턴 void

SETBE() 공개 정적인 메소드

SETBE mem8
public static SETBE ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETBE() 공개 정적인 메소드

SETBE rmreg8
public static SETBE ( R8Type target ) : void
target R8Type
리턴 void

SETBE() 공개 정적인 메소드

SETBE mem8
public static SETBE ( byte target ) : void
target byte
리턴 void

SETC() 공개 정적인 메소드

SETC mem8
public static SETC ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETC() 공개 정적인 메소드

SETC rmreg8
public static SETC ( R8Type target ) : void
target R8Type
리턴 void

SETC() 공개 정적인 메소드

SETC mem8
public static SETC ( byte target ) : void
target byte
리턴 void

SETE() 공개 정적인 메소드

SETE mem8
public static SETE ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETE() 공개 정적인 메소드

SETE rmreg8
public static SETE ( R8Type target ) : void
target R8Type
리턴 void

SETE() 공개 정적인 메소드

SETE mem8
public static SETE ( byte target ) : void
target byte
리턴 void

SETG() 공개 정적인 메소드

SETG mem8
public static SETG ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETG() 공개 정적인 메소드

SETG rmreg8
public static SETG ( R8Type target ) : void
target R8Type
리턴 void

SETG() 공개 정적인 메소드

SETG mem8
public static SETG ( byte target ) : void
target byte
리턴 void

SETGE() 공개 정적인 메소드

SETGE mem8
public static SETGE ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETGE() 공개 정적인 메소드

SETGE rmreg8
public static SETGE ( R8Type target ) : void
target R8Type
리턴 void

SETGE() 공개 정적인 메소드

SETGE mem8
public static SETGE ( byte target ) : void
target byte
리턴 void

SETL() 공개 정적인 메소드

SETL mem8
public static SETL ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETL() 공개 정적인 메소드

SETL rmreg8
public static SETL ( R8Type target ) : void
target R8Type
리턴 void

SETL() 공개 정적인 메소드

SETL mem8
public static SETL ( byte target ) : void
target byte
리턴 void

SETLE() 공개 정적인 메소드

SETLE mem8
public static SETLE ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETLE() 공개 정적인 메소드

SETLE rmreg8
public static SETLE ( R8Type target ) : void
target R8Type
리턴 void

SETLE() 공개 정적인 메소드

SETLE mem8
public static SETLE ( byte target ) : void
target byte
리턴 void

SETNA() 공개 정적인 메소드

SETNA mem8
public static SETNA ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETNA() 공개 정적인 메소드

SETNA rmreg8
public static SETNA ( R8Type target ) : void
target R8Type
리턴 void

SETNA() 공개 정적인 메소드

SETNA mem8
public static SETNA ( byte target ) : void
target byte
리턴 void

SETNAE() 공개 정적인 메소드

SETNAE mem8
public static SETNAE ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETNAE() 공개 정적인 메소드

SETNAE rmreg8
public static SETNAE ( R8Type target ) : void
target R8Type
리턴 void

SETNAE() 공개 정적인 메소드

SETNAE mem8
public static SETNAE ( byte target ) : void
target byte
리턴 void

SETNB() 공개 정적인 메소드

SETNB mem8
public static SETNB ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETNB() 공개 정적인 메소드

SETNB rmreg8
public static SETNB ( R8Type target ) : void
target R8Type
리턴 void

SETNB() 공개 정적인 메소드

SETNB mem8
public static SETNB ( byte target ) : void
target byte
리턴 void

SETNBE() 공개 정적인 메소드

SETNBE mem8
public static SETNBE ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETNBE() 공개 정적인 메소드

SETNBE rmreg8
public static SETNBE ( R8Type target ) : void
target R8Type
리턴 void

SETNBE() 공개 정적인 메소드

SETNBE mem8
public static SETNBE ( byte target ) : void
target byte
리턴 void

SETNC() 공개 정적인 메소드

SETNC mem8
public static SETNC ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETNC() 공개 정적인 메소드

SETNC rmreg8
public static SETNC ( R8Type target ) : void
target R8Type
리턴 void

SETNC() 공개 정적인 메소드

SETNC mem8
public static SETNC ( byte target ) : void
target byte
리턴 void

SETNE() 공개 정적인 메소드

SETNE mem8
public static SETNE ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETNE() 공개 정적인 메소드

SETNE rmreg8
public static SETNE ( R8Type target ) : void
target R8Type
리턴 void

SETNE() 공개 정적인 메소드

SETNE mem8
public static SETNE ( byte target ) : void
target byte
리턴 void

SETNG() 공개 정적인 메소드

SETNG mem8
public static SETNG ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETNG() 공개 정적인 메소드

SETNG rmreg8
public static SETNG ( R8Type target ) : void
target R8Type
리턴 void

SETNG() 공개 정적인 메소드

SETNG mem8
public static SETNG ( byte target ) : void
target byte
리턴 void

SETNGE() 공개 정적인 메소드

SETNGE mem8
public static SETNGE ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETNGE() 공개 정적인 메소드

SETNGE rmreg8
public static SETNGE ( R8Type target ) : void
target R8Type
리턴 void

SETNGE() 공개 정적인 메소드

SETNGE mem8
public static SETNGE ( byte target ) : void
target byte
리턴 void

SETNL() 공개 정적인 메소드

SETNL mem8
public static SETNL ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETNL() 공개 정적인 메소드

SETNL rmreg8
public static SETNL ( R8Type target ) : void
target R8Type
리턴 void

SETNL() 공개 정적인 메소드

SETNL mem8
public static SETNL ( byte target ) : void
target byte
리턴 void

SETNLE() 공개 정적인 메소드

SETNLE mem8
public static SETNLE ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETNLE() 공개 정적인 메소드

SETNLE rmreg8
public static SETNLE ( R8Type target ) : void
target R8Type
리턴 void

SETNLE() 공개 정적인 메소드

SETNLE mem8
public static SETNLE ( byte target ) : void
target byte
리턴 void

SETNO() 공개 정적인 메소드

SETNO mem8
public static SETNO ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETNO() 공개 정적인 메소드

SETNO rmreg8
public static SETNO ( R8Type target ) : void
target R8Type
리턴 void

SETNO() 공개 정적인 메소드

SETNO mem8
public static SETNO ( byte target ) : void
target byte
리턴 void

SETNP() 공개 정적인 메소드

SETNP mem8
public static SETNP ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETNP() 공개 정적인 메소드

SETNP rmreg8
public static SETNP ( R8Type target ) : void
target R8Type
리턴 void

SETNP() 공개 정적인 메소드

SETNP mem8
public static SETNP ( byte target ) : void
target byte
리턴 void

SETNS() 공개 정적인 메소드

SETNS mem8
public static SETNS ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETNS() 공개 정적인 메소드

SETNS rmreg8
public static SETNS ( R8Type target ) : void
target R8Type
리턴 void

SETNS() 공개 정적인 메소드

SETNS mem8
public static SETNS ( byte target ) : void
target byte
리턴 void

SETNZ() 공개 정적인 메소드

SETNZ mem8
public static SETNZ ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETNZ() 공개 정적인 메소드

SETNZ rmreg8
public static SETNZ ( R8Type target ) : void
target R8Type
리턴 void

SETNZ() 공개 정적인 메소드

SETNZ mem8
public static SETNZ ( byte target ) : void
target byte
리턴 void

SETO() 공개 정적인 메소드

SETO mem8
public static SETO ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETO() 공개 정적인 메소드

SETO rmreg8
public static SETO ( R8Type target ) : void
target R8Type
리턴 void

SETO() 공개 정적인 메소드

SETO mem8
public static SETO ( byte target ) : void
target byte
리턴 void

SETP() 공개 정적인 메소드

SETP mem8
public static SETP ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETP() 공개 정적인 메소드

SETP rmreg8
public static SETP ( R8Type target ) : void
target R8Type
리턴 void

SETP() 공개 정적인 메소드

SETP mem8
public static SETP ( byte target ) : void
target byte
리턴 void

SETPE() 공개 정적인 메소드

SETPE mem8
public static SETPE ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETPE() 공개 정적인 메소드

SETPE rmreg8
public static SETPE ( R8Type target ) : void
target R8Type
리턴 void

SETPE() 공개 정적인 메소드

SETPE mem8
public static SETPE ( byte target ) : void
target byte
리턴 void

SETPO() 공개 정적인 메소드

SETPO mem8
public static SETPO ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETPO() 공개 정적인 메소드

SETPO rmreg8
public static SETPO ( R8Type target ) : void
target R8Type
리턴 void

SETPO() 공개 정적인 메소드

SETPO mem8
public static SETPO ( byte target ) : void
target byte
리턴 void

SETS() 공개 정적인 메소드

SETS mem8
public static SETS ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETS() 공개 정적인 메소드

SETS rmreg8
public static SETS ( R8Type target ) : void
target R8Type
리턴 void

SETS() 공개 정적인 메소드

SETS mem8
public static SETS ( byte target ) : void
target byte
리턴 void

SETZ() 공개 정적인 메소드

SETZ mem8
public static SETZ ( ByteMemory target ) : void
target ByteMemory
리턴 void

SETZ() 공개 정적인 메소드

SETZ rmreg8
public static SETZ ( R8Type target ) : void
target R8Type
리턴 void

SETZ() 공개 정적인 메소드

SETZ mem8
public static SETZ ( byte target ) : void
target byte
리턴 void

SFENCE() 공개 정적인 메소드

SFENCE
public static SFENCE ( ) : void
리턴 void

SGDT() 공개 정적인 메소드

SGDT mem
public static SGDT ( Memory target ) : void
target Memory
리턴 void

SGDT() 공개 정적인 메소드

SGDT mem
public static SGDT ( byte target ) : void
target byte
리턴 void

SHL() 공개 정적인 메소드

SHL mem8,imm8
public static SHL ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

SHL() 공개 정적인 메소드

SHL mem32,imm8
public static SHL ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

SHL() 공개 정적인 메소드

SHL rmreg16,imm8
public static SHL ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

SHL() 공개 정적인 메소드

SHL rmreg32,imm8
public static SHL ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

SHL() 공개 정적인 메소드

SHL rmreg8,imm8
public static SHL ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

SHL() 공개 정적인 메소드

SHL mem16,imm8
public static SHL ( UInt16 target, Byte source ) : void
target UInt16
source Byte
리턴 void

SHL() 공개 정적인 메소드

SHL mem32,imm8
public static SHL ( UInt32 target, Byte source ) : void
target UInt32
source Byte
리턴 void

SHL() 공개 정적인 메소드

SHL mem16,imm8
public static SHL ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

SHL() 공개 정적인 메소드

SHL mem8,imm8
public static SHL ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

SHLD() 공개 정적인 메소드

SHLD mem32,reg32,imm8
public static SHLD ( DWordMemory target, R32Type source, Byte value ) : void
target DWordMemory
source R32Type
value Byte
리턴 void

SHLD() 공개 정적인 메소드

SHLD rmreg16,reg16,imm8
public static SHLD ( R16Type target, R16Type source, Byte value ) : void
target R16Type
source R16Type
value Byte
리턴 void

SHLD() 공개 정적인 메소드

SHLD rmreg32,reg32,imm8
public static SHLD ( R32Type target, R32Type source, Byte value ) : void
target R32Type
source R32Type
value Byte
리턴 void

SHLD() 공개 정적인 메소드

SHLD mem16,reg16,imm8
public static SHLD ( UInt16 target, R16Type source, Byte value ) : void
target UInt16
source R16Type
value Byte
리턴 void

SHLD() 공개 정적인 메소드

SHLD mem32,reg32,imm8
public static SHLD ( UInt32 target, R32Type source, Byte value ) : void
target UInt32
source R32Type
value Byte
리턴 void

SHLD() 공개 정적인 메소드

SHLD mem16,reg16,imm8
public static SHLD ( WordMemory target, R16Type source, Byte value ) : void
target WordMemory
source R16Type
value Byte
리턴 void

SHLD___CL() 공개 정적인 메소드

SHLD mem32,reg32,CL
public static SHLD___CL ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

SHLD___CL() 공개 정적인 메소드

SHLD rmreg16,reg16,CL
public static SHLD___CL ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

SHLD___CL() 공개 정적인 메소드

SHLD rmreg32,reg32,CL
public static SHLD___CL ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

SHLD___CL() 공개 정적인 메소드

SHLD mem16,reg16,CL
public static SHLD___CL ( UInt16 target, R16Type source ) : void
target UInt16
source R16Type
리턴 void

SHLD___CL() 공개 정적인 메소드

SHLD mem32,reg32,CL
public static SHLD___CL ( UInt32 target, R32Type source ) : void
target UInt32
source R32Type
리턴 void

SHLD___CL() 공개 정적인 메소드

SHLD mem16,reg16,CL
public static SHLD___CL ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

SHL__CL() 공개 정적인 메소드

SHL mem8,CL
public static SHL__CL ( ByteMemory target ) : void
target ByteMemory
리턴 void

SHL__CL() 공개 정적인 메소드

SHL mem32,CL
public static SHL__CL ( DWordMemory target ) : void
target DWordMemory
리턴 void

SHL__CL() 공개 정적인 메소드

SHL rmreg16,CL
public static SHL__CL ( R16Type target ) : void
target R16Type
리턴 void

SHL__CL() 공개 정적인 메소드

SHL rmreg32,CL
public static SHL__CL ( R32Type target ) : void
target R32Type
리턴 void

SHL__CL() 공개 정적인 메소드

SHL rmreg8,CL
public static SHL__CL ( R8Type target ) : void
target R8Type
리턴 void

SHL__CL() 공개 정적인 메소드

SHL mem16,CL
public static SHL__CL ( UInt16 target ) : void
target UInt16
리턴 void

SHL__CL() 공개 정적인 메소드

SHL mem32,CL
public static SHL__CL ( UInt32 target ) : void
target UInt32
리턴 void

SHL__CL() 공개 정적인 메소드

SHL mem16,CL
public static SHL__CL ( WordMemory target ) : void
target WordMemory
리턴 void

SHL__CL() 공개 정적인 메소드

SHL mem8,CL
public static SHL__CL ( byte target ) : void
target byte
리턴 void

SHR() 공개 정적인 메소드

SHR mem8,imm8
public static SHR ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

SHR() 공개 정적인 메소드

SHR mem32,imm8
public static SHR ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

SHR() 공개 정적인 메소드

SHR rmreg16,imm8
public static SHR ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

SHR() 공개 정적인 메소드

SHR rmreg32,imm8
public static SHR ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

SHR() 공개 정적인 메소드

SHR rmreg8,imm8
public static SHR ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

SHR() 공개 정적인 메소드

SHR mem16,imm8
public static SHR ( UInt16 target, Byte source ) : void
target UInt16
source Byte
리턴 void

SHR() 공개 정적인 메소드

SHR mem32,imm8
public static SHR ( UInt32 target, Byte source ) : void
target UInt32
source Byte
리턴 void

SHR() 공개 정적인 메소드

SHR mem16,imm8
public static SHR ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

SHR() 공개 정적인 메소드

SHR mem8,imm8
public static SHR ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

SHRD() 공개 정적인 메소드

SHRD mem32,reg32,imm8
public static SHRD ( DWordMemory target, R32Type source, Byte value ) : void
target DWordMemory
source R32Type
value Byte
리턴 void

SHRD() 공개 정적인 메소드

SHRD rmreg16,reg16,imm8
public static SHRD ( R16Type target, R16Type source, Byte value ) : void
target R16Type
source R16Type
value Byte
리턴 void

SHRD() 공개 정적인 메소드

SHRD rmreg32,reg32,imm8
public static SHRD ( R32Type target, R32Type source, Byte value ) : void
target R32Type
source R32Type
value Byte
리턴 void

SHRD() 공개 정적인 메소드

SHRD mem16,reg16,imm8
public static SHRD ( UInt16 target, R16Type source, Byte value ) : void
target UInt16
source R16Type
value Byte
리턴 void

SHRD() 공개 정적인 메소드

SHRD mem32,reg32,imm8
public static SHRD ( UInt32 target, R32Type source, Byte value ) : void
target UInt32
source R32Type
value Byte
리턴 void

SHRD() 공개 정적인 메소드

SHRD mem16,reg16,imm8
public static SHRD ( WordMemory target, R16Type source, Byte value ) : void
target WordMemory
source R16Type
value Byte
리턴 void

SHRD___CL() 공개 정적인 메소드

SHRD mem32,reg32,CL
public static SHRD___CL ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

SHRD___CL() 공개 정적인 메소드

SHRD rmreg16,reg16,CL
public static SHRD___CL ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

SHRD___CL() 공개 정적인 메소드

SHRD rmreg32,reg32,CL
public static SHRD___CL ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

SHRD___CL() 공개 정적인 메소드

SHRD mem16,reg16,CL
public static SHRD___CL ( UInt16 target, R16Type source ) : void
target UInt16
source R16Type
리턴 void

SHRD___CL() 공개 정적인 메소드

SHRD mem32,reg32,CL
public static SHRD___CL ( UInt32 target, R32Type source ) : void
target UInt32
source R32Type
리턴 void

SHRD___CL() 공개 정적인 메소드

SHRD mem16,reg16,CL
public static SHRD___CL ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

SHR__CL() 공개 정적인 메소드

SHR mem8,CL
public static SHR__CL ( ByteMemory target ) : void
target ByteMemory
리턴 void

SHR__CL() 공개 정적인 메소드

SHR mem32,CL
public static SHR__CL ( DWordMemory target ) : void
target DWordMemory
리턴 void

SHR__CL() 공개 정적인 메소드

SHR rmreg16,CL
public static SHR__CL ( R16Type target ) : void
target R16Type
리턴 void

SHR__CL() 공개 정적인 메소드

SHR rmreg32,CL
public static SHR__CL ( R32Type target ) : void
target R32Type
리턴 void

SHR__CL() 공개 정적인 메소드

SHR rmreg8,CL
public static SHR__CL ( R8Type target ) : void
target R8Type
리턴 void

SHR__CL() 공개 정적인 메소드

SHR mem16,CL
public static SHR__CL ( UInt16 target ) : void
target UInt16
리턴 void

SHR__CL() 공개 정적인 메소드

SHR mem32,CL
public static SHR__CL ( UInt32 target ) : void
target UInt32
리턴 void

SHR__CL() 공개 정적인 메소드

SHR mem16,CL
public static SHR__CL ( WordMemory target ) : void
target WordMemory
리턴 void

SHR__CL() 공개 정적인 메소드

SHR mem8,CL
public static SHR__CL ( byte target ) : void
target byte
리턴 void

SIDT() 공개 정적인 메소드

SIDT mem
public static SIDT ( Memory target ) : void
target Memory
리턴 void

SIDT() 공개 정적인 메소드

SIDT mem
public static SIDT ( byte target ) : void
target byte
리턴 void

SLDT() 공개 정적인 메소드

SLDT rmreg16
public static SLDT ( R16Type target ) : void
target R16Type
리턴 void

SLDT() 공개 정적인 메소드

SLDT mem16
public static SLDT ( UInt16 target ) : void
target UInt16
리턴 void

SLDT() 공개 정적인 메소드

SLDT mem16
public static SLDT ( WordMemory target ) : void
target WordMemory
리턴 void

SMSW() 공개 정적인 메소드

SMSW rmreg16
public static SMSW ( R16Type target ) : void
target R16Type
리턴 void

SMSW() 공개 정적인 메소드

SMSW mem16
public static SMSW ( UInt16 target ) : void
target UInt16
리턴 void

SMSW() 공개 정적인 메소드

SMSW mem16
public static SMSW ( WordMemory target ) : void
target WordMemory
리턴 void

STC() 공개 정적인 메소드

STC
public static STC ( ) : void
리턴 void

STD() 공개 정적인 메소드

STD
public static STD ( ) : void
리턴 void

STI() 공개 정적인 메소드

STI
public static STI ( ) : void
리턴 void

STOSB() 공개 정적인 메소드

STOSB
public static STOSB ( ) : void
리턴 void

STOSD() 공개 정적인 메소드

STOSD
public static STOSD ( ) : void
리턴 void

STOSW() 공개 정적인 메소드

STOSW
public static STOSW ( ) : void
리턴 void

STR() 공개 정적인 메소드

STR rmreg16
public static STR ( R16Type target ) : void
target R16Type
리턴 void

STR() 공개 정적인 메소드

STR mem16
public static STR ( UInt16 target ) : void
target UInt16
리턴 void

STR() 공개 정적인 메소드

STR mem16
public static STR ( WordMemory target ) : void
target WordMemory
리턴 void

SUB() 공개 정적인 메소드

SUB mem8,imm8
public static SUB ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

SUB() 공개 정적인 메소드

SUB mem8,reg8
public static SUB ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
리턴 void

SUB() 공개 정적인 메소드

SUB mem32,imm8
public static SUB ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

SUB() 공개 정적인 메소드

SUB mem32,reg32
public static SUB ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

SUB() 공개 정적인 메소드

SUB mem32,imm32
public static SUB ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source UInt32
리턴 void

SUB() 공개 정적인 메소드

SUB rmreg16,imm8
public static SUB ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

SUB() 공개 정적인 메소드

SUB rmreg16,reg16
public static SUB ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

SUB() 공개 정적인 메소드

SUB reg16,mem16
public static SUB ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

SUB() 공개 정적인 메소드

SUB reg16,mem16
public static SUB ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

SUB() 공개 정적인 메소드

SUB rmreg32,imm8
public static SUB ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

SUB() 공개 정적인 메소드

SUB reg32,mem32
public static SUB ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

SUB() 공개 정적인 메소드

SUB rmreg32,reg32
public static SUB ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

SUB() 공개 정적인 메소드

SUB reg32,mem32
public static SUB ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

SUB() 공개 정적인 메소드

SUB rmreg8,imm8
public static SUB ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

SUB() 공개 정적인 메소드

SUB reg8,mem8
public static SUB ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
리턴 void

SUB() 공개 정적인 메소드

SUB rmreg8,reg8
public static SUB ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
리턴 void

SUB() 공개 정적인 메소드

SUB reg8,mem8
public static SUB ( R8Type target, byte source ) : void
target R8Type
source byte
리턴 void

SUB() 공개 정적인 메소드

SUB mem16,imm8
public static SUB ( UInt16 target, Byte source ) : void
target UInt16
source Byte
리턴 void

SUB() 공개 정적인 메소드

SUB mem16,reg16
public static SUB ( UInt16 target, R16Type source ) : void
target UInt16
source R16Type
리턴 void

SUB() 공개 정적인 메소드

SUB mem16,imm16
public static SUB ( UInt16 target, UInt16 source ) : void
target UInt16
source UInt16
리턴 void

SUB() 공개 정적인 메소드

SUB mem32,imm8
public static SUB ( UInt32 target, Byte source ) : void
target UInt32
source Byte
리턴 void

SUB() 공개 정적인 메소드

SUB mem32,reg32
public static SUB ( UInt32 target, R32Type source ) : void
target UInt32
source R32Type
리턴 void

SUB() 공개 정적인 메소드

SUB mem32,imm32
public static SUB ( UInt32 target, UInt32 source ) : void
target UInt32
source UInt32
리턴 void

SUB() 공개 정적인 메소드

SUB mem16,imm8
public static SUB ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

SUB() 공개 정적인 메소드

SUB mem16,reg16
public static SUB ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

SUB() 공개 정적인 메소드

SUB mem16,imm16
public static SUB ( WordMemory target, UInt16 source ) : void
target WordMemory
source UInt16
리턴 void

SUB() 공개 정적인 메소드

SUB mem8,imm8
public static SUB ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

SUB() 공개 정적인 메소드

SUB mem8,reg8
public static SUB ( byte target, R8Type source ) : void
target byte
source R8Type
리턴 void

SYSCALL() 공개 정적인 메소드

SYSCALL
public static SYSCALL ( ) : void
리턴 void

SYSENTER() 공개 정적인 메소드

SYSENTER
public static SYSENTER ( ) : void
리턴 void

SYSEXIT() 공개 정적인 메소드

SYSEXIT
public static SYSEXIT ( ) : void
리턴 void

SYSRET() 공개 정적인 메소드

SYSRET
public static SYSRET ( ) : void
리턴 void

TEST() 공개 정적인 메소드

TEST mem8,imm8
public static TEST ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

TEST() 공개 정적인 메소드

TEST mem8,reg8
public static TEST ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
리턴 void

TEST() 공개 정적인 메소드

TEST mem32,reg32
public static TEST ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

TEST() 공개 정적인 메소드

TEST mem32,imm32
public static TEST ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source UInt32
리턴 void

TEST() 공개 정적인 메소드

TEST rmreg16,reg16
public static TEST ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

TEST() 공개 정적인 메소드

TEST rmreg16,imm16
public static TEST ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

TEST() 공개 정적인 메소드

TEST rmreg32,reg32
public static TEST ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

TEST() 공개 정적인 메소드

TEST rmreg32,imm32
public static TEST ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

TEST() 공개 정적인 메소드

TEST rmreg8,imm8
public static TEST ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

TEST() 공개 정적인 메소드

TEST rmreg8,reg8
public static TEST ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
리턴 void

TEST() 공개 정적인 메소드

TEST mem16,reg16
public static TEST ( UInt16 target, R16Type source ) : void
target UInt16
source R16Type
리턴 void

TEST() 공개 정적인 메소드

TEST mem16,imm16
public static TEST ( UInt16 target, UInt16 source ) : void
target UInt16
source UInt16
리턴 void

TEST() 공개 정적인 메소드

TEST mem32,reg32
public static TEST ( UInt32 target, R32Type source ) : void
target UInt32
source R32Type
리턴 void

TEST() 공개 정적인 메소드

TEST mem32,imm32
public static TEST ( UInt32 target, UInt32 source ) : void
target UInt32
source UInt32
리턴 void

TEST() 공개 정적인 메소드

TEST mem16,reg16
public static TEST ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

TEST() 공개 정적인 메소드

TEST mem16,imm16
public static TEST ( WordMemory target, UInt16 source ) : void
target WordMemory
source UInt16
리턴 void

TEST() 공개 정적인 메소드

TEST mem8,imm8
public static TEST ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

TEST() 공개 정적인 메소드

TEST mem8,reg8
public static TEST ( byte target, R8Type source ) : void
target byte
source R8Type
리턴 void

TIMES() 공개 정적인 메소드

TIMES
public static TIMES ( UInt32 length, Byte value ) : void
length UInt32
value Byte
리턴 void

UTF16() 공개 정적인 메소드

UTF16
public static UTF16 ( string values ) : void
values string
리턴 void

VERR() 공개 정적인 메소드

VERR rmreg16
public static VERR ( R16Type target ) : void
target R16Type
리턴 void

VERR() 공개 정적인 메소드

VERR mem16
public static VERR ( UInt16 target ) : void
target UInt16
리턴 void

VERR() 공개 정적인 메소드

VERR mem16
public static VERR ( WordMemory target ) : void
target WordMemory
리턴 void

VERW() 공개 정적인 메소드

VERW rmreg16
public static VERW ( R16Type target ) : void
target R16Type
리턴 void

VERW() 공개 정적인 메소드

VERW mem16
public static VERW ( UInt16 target ) : void
target UInt16
리턴 void

VERW() 공개 정적인 메소드

VERW mem16
public static VERW ( WordMemory target ) : void
target WordMemory
리턴 void

WAIT() 공개 정적인 메소드

WAIT
public static WAIT ( ) : void
리턴 void

WBINVD() 공개 정적인 메소드

WBINVD
public static WBINVD ( ) : void
리턴 void

WRMSR() 공개 정적인 메소드

WRMSR
public static WRMSR ( ) : void
리턴 void

XADD() 공개 정적인 메소드

XADD mem8,reg8
public static XADD ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
리턴 void

XADD() 공개 정적인 메소드

XADD mem32,reg32
public static XADD ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

XADD() 공개 정적인 메소드

XADD rmreg16,reg16
public static XADD ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

XADD() 공개 정적인 메소드

XADD rmreg32,reg32
public static XADD ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

XADD() 공개 정적인 메소드

XADD rmreg8,reg8
public static XADD ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
리턴 void

XADD() 공개 정적인 메소드

XADD mem16,reg16
public static XADD ( UInt16 target, R16Type source ) : void
target UInt16
source R16Type
리턴 void

XADD() 공개 정적인 메소드

XADD mem32,reg32
public static XADD ( UInt32 target, R32Type source ) : void
target UInt32
source R32Type
리턴 void

XADD() 공개 정적인 메소드

XADD mem16,reg16
public static XADD ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

XADD() 공개 정적인 메소드

XADD mem8,reg8
public static XADD ( byte target, R8Type source ) : void
target byte
source R8Type
리턴 void

XCHG() 공개 정적인 메소드

XCHG mem8,reg8
public static XCHG ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
리턴 void

XCHG() 공개 정적인 메소드

XCHG mem32,reg32
public static XCHG ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

XCHG() 공개 정적인 메소드

XCHG reg16,rmreg16
public static XCHG ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

XCHG() 공개 정적인 메소드

XCHG reg16,mem16
public static XCHG ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

XCHG() 공개 정적인 메소드

XCHG reg16,mem16
public static XCHG ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

XCHG() 공개 정적인 메소드

XCHG reg32,mem32
public static XCHG ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

XCHG() 공개 정적인 메소드

XCHG reg32,rmreg32
public static XCHG ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

XCHG() 공개 정적인 메소드

XCHG reg32,mem32
public static XCHG ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

XCHG() 공개 정적인 메소드

XCHG reg8,mem8
public static XCHG ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
리턴 void

XCHG() 공개 정적인 메소드

XCHG reg8,rmreg8
public static XCHG ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
리턴 void

XCHG() 공개 정적인 메소드

XCHG reg8,mem8
public static XCHG ( R8Type target, byte source ) : void
target R8Type
source byte
리턴 void

XCHG() 공개 정적인 메소드

XCHG mem16,reg16
public static XCHG ( UInt16 target, R16Type source ) : void
target UInt16
source R16Type
리턴 void

XCHG() 공개 정적인 메소드

XCHG mem32,reg32
public static XCHG ( UInt32 target, R32Type source ) : void
target UInt32
source R32Type
리턴 void

XCHG() 공개 정적인 메소드

XCHG mem16,reg16
public static XCHG ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

XCHG() 공개 정적인 메소드

XCHG mem8,reg8
public static XCHG ( byte target, R8Type source ) : void
target byte
source R8Type
리턴 void

XLAT() 공개 정적인 메소드

XLAT
public static XLAT ( ) : void
리턴 void

XLATB() 공개 정적인 메소드

XLATB
public static XLATB ( ) : void
리턴 void

XOR() 공개 정적인 메소드

XOR mem8,imm8
public static XOR ( ByteMemory target, Byte source ) : void
target ByteMemory
source Byte
리턴 void

XOR() 공개 정적인 메소드

XOR mem8,reg8
public static XOR ( ByteMemory target, R8Type source ) : void
target ByteMemory
source R8Type
리턴 void

XOR() 공개 정적인 메소드

XOR mem32,imm8
public static XOR ( DWordMemory target, Byte source ) : void
target DWordMemory
source Byte
리턴 void

XOR() 공개 정적인 메소드

XOR mem32,reg32
public static XOR ( DWordMemory target, R32Type source ) : void
target DWordMemory
source R32Type
리턴 void

XOR() 공개 정적인 메소드

XOR mem32,imm32
public static XOR ( DWordMemory target, UInt32 source ) : void
target DWordMemory
source UInt32
리턴 void

XOR() 공개 정적인 메소드

XOR rmreg16,imm8
public static XOR ( R16Type target, Byte source ) : void
target R16Type
source Byte
리턴 void

XOR() 공개 정적인 메소드

XOR rmreg16,reg16
public static XOR ( R16Type target, R16Type source ) : void
target R16Type
source R16Type
리턴 void

XOR() 공개 정적인 메소드

XOR reg16,mem16
public static XOR ( R16Type target, UInt16 source ) : void
target R16Type
source UInt16
리턴 void

XOR() 공개 정적인 메소드

XOR reg16,mem16
public static XOR ( R16Type target, WordMemory source ) : void
target R16Type
source WordMemory
리턴 void

XOR() 공개 정적인 메소드

XOR rmreg32,imm8
public static XOR ( R32Type target, Byte source ) : void
target R32Type
source Byte
리턴 void

XOR() 공개 정적인 메소드

XOR reg32,mem32
public static XOR ( R32Type target, DWordMemory source ) : void
target R32Type
source DWordMemory
리턴 void

XOR() 공개 정적인 메소드

XOR rmreg32,reg32
public static XOR ( R32Type target, R32Type source ) : void
target R32Type
source R32Type
리턴 void

XOR() 공개 정적인 메소드

XOR reg32,mem32
public static XOR ( R32Type target, UInt32 source ) : void
target R32Type
source UInt32
리턴 void

XOR() 공개 정적인 메소드

XOR rmreg8,imm8
public static XOR ( R8Type target, Byte source ) : void
target R8Type
source Byte
리턴 void

XOR() 공개 정적인 메소드

XOR reg8,mem8
public static XOR ( R8Type target, ByteMemory source ) : void
target R8Type
source ByteMemory
리턴 void

XOR() 공개 정적인 메소드

XOR rmreg8,reg8
public static XOR ( R8Type target, R8Type source ) : void
target R8Type
source R8Type
리턴 void

XOR() 공개 정적인 메소드

XOR reg8,mem8
public static XOR ( R8Type target, byte source ) : void
target R8Type
source byte
리턴 void

XOR() 공개 정적인 메소드

XOR mem16,imm8
public static XOR ( UInt16 target, Byte source ) : void
target UInt16
source Byte
리턴 void

XOR() 공개 정적인 메소드

XOR mem16,reg16
public static XOR ( UInt16 target, R16Type source ) : void
target UInt16
source R16Type
리턴 void

XOR() 공개 정적인 메소드

XOR mem16,imm16
public static XOR ( UInt16 target, UInt16 source ) : void
target UInt16
source UInt16
리턴 void

XOR() 공개 정적인 메소드

XOR mem32,imm8
public static XOR ( UInt32 target, Byte source ) : void
target UInt32
source Byte
리턴 void

XOR() 공개 정적인 메소드

XOR mem32,reg32
public static XOR ( UInt32 target, R32Type source ) : void
target UInt32
source R32Type
리턴 void

XOR() 공개 정적인 메소드

XOR mem32,imm32
public static XOR ( UInt32 target, UInt32 source ) : void
target UInt32
source UInt32
리턴 void

XOR() 공개 정적인 메소드

XOR mem16,imm8
public static XOR ( WordMemory target, Byte source ) : void
target WordMemory
source Byte
리턴 void

XOR() 공개 정적인 메소드

XOR mem16,reg16
public static XOR ( WordMemory target, R16Type source ) : void
target WordMemory
source R16Type
리턴 void

XOR() 공개 정적인 메소드

XOR mem16,imm16
public static XOR ( WordMemory target, UInt16 source ) : void
target WordMemory
source UInt16
리턴 void

XOR() 공개 정적인 메소드

XOR mem8,imm8
public static XOR ( byte target, Byte source ) : void
target byte
source Byte
리턴 void

XOR() 공개 정적인 메소드

XOR mem8,reg8
public static XOR ( byte target, R8Type source ) : void
target byte
source R8Type
리턴 void