Macro zydis::insn32

source ·
macro_rules! insn32 {
    ($mnemonic:ident $($operands:tt)*) => { ... };
}
Expand description

Macro for conveniently creating encoder requests (32-bit variant).

See insn64 for more details: this macro works exactly the same.