ASMContext ​
Represents a context for writing ASM code.
Kind: Class
Namespace: ConnectorLib
Public Constructors
ASMContext(CodeContext codeContext)
Creates a new instance of the ConnectorLib.ASMContext class.
Public Member Functions
byte[]
GetBytes()
Gets the bytes of the ASM code.
void
MarkRegistersForWriting(Span registers)
Marks the specified registers for writing.
Properties
CodeContext
ASM
[get, ]
Gets the ASM context for writing ASM code.
