asmjit::a64::Assembler Class Reference [¶]
AArch64 assembler implementation.
AArch64 assembler implementation.
Aligns the current CodeBuffer position to the alignment specified.
The sequence that is used to fill the gap between the aligned location and the current location depends on the align mode, see AlignMode. The alignment argument specifies alignment in bytes, so for example when it's 32 it means that the code buffer will be aligned to 32 bytes.
Reimplemented from asmjit::BaseEmitter.
Called after the emitter was attached to CodeHolder.
Reimplemented from asmjit::BaseEmitter.
Called after the emitter was detached from CodeHolder.
Reimplemented from asmjit::BaseEmitter.
© 2018-2025 Petr Kobalicek | GitHub | Public Chat | Support | Author's Blog
AsmJit library is open source software released under the Zlib license and can be used safely in any open-source or commercial product.