Rizin
unix-like reverse engineering framework and cli tools
|
#include <amd29k_internal.h>
Public Attributes | |
const char * | cpu |
const char * | mnemonic |
ut64 | op_type |
ut8 | mask |
amd29k_decode | decode |
amd29k_encode | encode |
Definition at line 9 of file amd29k_internal.h.
const char* amd29k_instruction_s::cpu |
Definition at line 10 of file amd29k_internal.h.
amd29k_decode amd29k_instruction_s::decode |
Definition at line 14 of file amd29k_internal.h.
amd29k_encode amd29k_instruction_s::encode |
Definition at line 15 of file amd29k_internal.h.
ut8 amd29k_instruction_s::mask |
Definition at line 13 of file amd29k_internal.h.
const char* amd29k_instruction_s::mnemonic |
Definition at line 11 of file amd29k_internal.h.
Referenced by capstone.CsInsn::__repr__().
ut64 amd29k_instruction_s::op_type |
Definition at line 12 of file amd29k_internal.h.