An x86-64 instruction.

Namespace: SharpAssembler.x86
Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public abstract class Instruction : Constructable
Visual Basic
Public MustInherit Class Instruction _
	Inherits Constructable
Visual C++
public ref class Instruction abstract : public Constructable

Inheritance Hierarchy

System..::..Object
  SharpAssembler.Core..::..Constructable
    SharpAssembler.x86..::..Instruction
      SharpAssembler.x86.Instructions..::..Aaa
      SharpAssembler.x86.Instructions..::..Aad
      SharpAssembler.x86.Instructions..::..Aam
      SharpAssembler.x86.Instructions..::..Aas
      SharpAssembler.x86.Instructions..::..Add
      SharpAssembler.x86.Instructions..::..And
      SharpAssembler.x86.Instructions..::..ArithmeticInstruction
      SharpAssembler.x86.Instructions..::..Bound
      SharpAssembler.x86.Instructions..::..Bsf
      SharpAssembler.x86.Instructions..::..Bsr
      SharpAssembler.x86.Instructions..::..Bswap
      SharpAssembler.x86.Instructions..::..Bt
      SharpAssembler.x86.Instructions..::..Btc
      SharpAssembler.x86.Instructions..::..Btr
      SharpAssembler.x86.Instructions..::..Bts
      SharpAssembler.x86.Instructions..::..Call
      SharpAssembler.x86.Instructions..::..Clc
      SharpAssembler.x86.Instructions..::..Cld
      SharpAssembler.x86.Instructions..::..Clflush
      SharpAssembler.x86.Instructions..::..Cmc
      SharpAssembler.x86.Instructions..::..Cmov
      SharpAssembler.x86.Instructions..::..Cmp
      SharpAssembler.x86.Instructions..::..Cmps
      SharpAssembler.x86.Instructions..::..Cmpxchg
      SharpAssembler.x86.Instructions..::..Cmpxchg16b
      SharpAssembler.x86.Instructions..::..Cmpxchg8b
      SharpAssembler.x86.Instructions..::..Cpuid
      SharpAssembler.x86.Instructions..::..Cse
      SharpAssembler.x86.Instructions..::..Daa
      SharpAssembler.x86.Instructions..::..Das
      SharpAssembler.x86.Instructions..::..Dec
      SharpAssembler.x86.Instructions..::..Div
      SharpAssembler.x86.Instructions..::..Enter
      SharpAssembler.x86.Instructions..::..Idiv
      SharpAssembler.x86.Instructions..::..Imul
      SharpAssembler.x86.Instructions..::..In
      SharpAssembler.x86.Instructions..::..Inc
      SharpAssembler.x86.Instructions..::..Ins
      SharpAssembler.x86.Instructions..::..Int
      SharpAssembler.x86.Instructions..::..Into
      SharpAssembler.x86.Instructions..::..J
      SharpAssembler.x86.Instructions..::..Jcxz
      SharpAssembler.x86.Instructions..::..JmpFar
      SharpAssembler.x86.Instructions..::..JmpNear
      SharpAssembler.x86.Instructions..::..Lahf
      SharpAssembler.x86.Instructions..::..Lds
      SharpAssembler.x86.Instructions..::..Lea
      SharpAssembler.x86.Instructions..::..Leave
      SharpAssembler.x86.Instructions..::..Les
      SharpAssembler.x86.Instructions..::..Lfence
      SharpAssembler.x86.Instructions..::..Lfs
      SharpAssembler.x86.Instructions..::..Lgs
      SharpAssembler.x86.Instructions..::..Lods
      SharpAssembler.x86.Instructions..::..Loop
      SharpAssembler.x86.Instructions..::..Loopnz
      SharpAssembler.x86.Instructions..::..Loopz
      SharpAssembler.x86.Instructions..::..Lss
      SharpAssembler.x86.Instructions..::..Lzcnt
      SharpAssembler.x86.Instructions..::..Mfence
      SharpAssembler.x86.Instructions..::..Mov
      SharpAssembler.x86.Instructions..::..Movd
      SharpAssembler.x86.Instructions..::..Movmskpd
      SharpAssembler.x86.Instructions..::..Movmskps
      SharpAssembler.x86.Instructions..::..Movnti
      SharpAssembler.x86.Instructions..::..Movs
      SharpAssembler.x86.Instructions..::..Movsx
      SharpAssembler.x86.Instructions..::..Movsxd
      SharpAssembler.x86.Instructions..::..Movzx
      SharpAssembler.x86.Instructions..::..Mul
      SharpAssembler.x86.Instructions..::..Neg
      SharpAssembler.x86.Instructions..::..Nop
      SharpAssembler.x86.Instructions..::..Not
      SharpAssembler.x86.Instructions..::..Or
      SharpAssembler.x86.Instructions..::..Out
      SharpAssembler.x86.Instructions..::..Outs
      SharpAssembler.x86.Instructions..::..Pause
      SharpAssembler.x86.Instructions..::..Pop
      SharpAssembler.x86.Instructions..::..Popa
      SharpAssembler.x86.Instructions..::..Popcnt
      SharpAssembler.x86.Instructions..::..Popf
      SharpAssembler.x86.Instructions..::..Prefetch
      SharpAssembler.x86.Instructions..::..Prefetchl
      SharpAssembler.x86.Instructions..::..Prefetchw
      SharpAssembler.x86.Instructions..::..Push
      SharpAssembler.x86.Instructions..::..Pusha
      SharpAssembler.x86.Instructions..::..Pushf
      SharpAssembler.x86.Instructions..::..Rcl
      SharpAssembler.x86.Instructions..::..Rcr
      SharpAssembler.x86.Instructions..::..Ret
      SharpAssembler.x86.Instructions..::..Retf
      SharpAssembler.x86.Instructions..::..Rol
      SharpAssembler.x86.Instructions..::..Ror
      SharpAssembler.x86.Instructions..::..Sahf
      SharpAssembler.x86.Instructions..::..Sar
      SharpAssembler.x86.Instructions..::..Sbb
      SharpAssembler.x86.Instructions..::..Scas
      SharpAssembler.x86.Instructions..::..Set
      SharpAssembler.x86.Instructions..::..Sfence
      SharpAssembler.x86.Instructions..::..Shl
      SharpAssembler.x86.Instructions..::..Shld
      SharpAssembler.x86.Instructions..::..Shr
      SharpAssembler.x86.Instructions..::..Shrd
      SharpAssembler.x86.Instructions..::..Stc
      SharpAssembler.x86.Instructions..::..Std
      SharpAssembler.x86.Instructions..::..Stos
      SharpAssembler.x86.Instructions..::..Sub
      SharpAssembler.x86.Instructions..::..Test
      SharpAssembler.x86.Instructions.x87..::..FAdd
      SharpAssembler.x86.Instructions..::..Xadd
      SharpAssembler.x86.Instructions..::..Xchg
      SharpAssembler.x86.Instructions..::..Xlatb
      SharpAssembler.x86.Instructions..::..Xor

See Also