Skip to content

ASMRegister ​

Represents the registers used in x86 ASM code.

Kind: Enum

Namespace: ConnectorLib

Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable

Public Attributes

ASMRegister

Ax

ASMRegister

Bx

ASMRegister

Cx

ASMRegister

Dx

ASMRegister

Sp

ASMRegister

Bp

ASMRegister

Si

ASMRegister

Di

ASMRegister

Eax

ASMRegister

Ebx

ASMRegister

Ecx

ASMRegister

Edx

ASMRegister

Esp

ASMRegister

Ebp

ASMRegister

Esi

ASMRegister

Edi

ASMRegister

Rax

ASMRegister

Rbx

ASMRegister

Rcx

ASMRegister

Rdx

ASMRegister

Rsp

ASMRegister

Rbp

ASMRegister

Rsi

ASMRegister

Rdi

Enums

ASMRegister

[Ax = 0, Bx = 1, Cx = 2, Dx = 3, Sp = 4, Bp = 5, Si = 6, Di = 7, Eax = 8, Ebx = 9, Ecx = 10, Edx = 11, Esp = 12, Ebp = 13, Esi = 14, Edi = 15, Rax = 16, Rbx = 17, Rcx = 18, Rdx = 19, Rsp = 20, Rbp = 21, Rsi = 22, Rdi = 23]

Represents the registers used in x86 ASM code.