print_insn_mnem

Get instruction mnemonics
     ea - linear address of instruction
returns: 0 - no instruction at the specified location
note: this function may not return exactly the same mnemonics
as you see on the screen.

string print_insn_mnem(long ea);              // get instruction name

Last updated