Rizin
unix-like reverse engineering framework and cli tools
amd29k_instruction_s Struct Reference

#include <amd29k_internal.h>

Public Attributes

const char * cpu
 
const char * mnemonic
 
ut64 op_type
 
ut8 mask
 
amd29k_decode decode
 
amd29k_encode encode
 

Detailed Description

Definition at line 9 of file amd29k_internal.h.

Member Data Documentation

◆ cpu

const char* amd29k_instruction_s::cpu

Definition at line 10 of file amd29k_internal.h.

◆ decode

amd29k_decode amd29k_instruction_s::decode

Definition at line 14 of file amd29k_internal.h.

◆ encode

amd29k_encode amd29k_instruction_s::encode

Definition at line 15 of file amd29k_internal.h.

◆ mask

ut8 amd29k_instruction_s::mask

Definition at line 13 of file amd29k_internal.h.

◆ mnemonic

const char* amd29k_instruction_s::mnemonic

Definition at line 11 of file amd29k_internal.h.

Referenced by capstone.CsInsn::__repr__().

◆ op_type

ut64 amd29k_instruction_s::op_type

Definition at line 12 of file amd29k_internal.h.


The documentation for this struct was generated from the following file: