asmjit::x86::Emitter Class Reference [¶]
Inheritance diagram for asmjit::x86::Emitter:

Emitter (X86|X86_64).
Note
This class cannot be instantiated, you can only cast to it and use it as emitter that emits to either x86::Assembler
, x86::Builder
, or x86::Compiler
(use with caution with x86::Compiler
as it requires virtual registers).