capstone.m68k

Members

Enums

m68k_address_mode
enum m68k_address_mode

M68K Addressing Modes

m68k_cpu_size
enum m68k_cpu_size

Operation size of the CPU instructions

m68k_fpu_size
enum m68k_fpu_size

Operation size of the FPU instructions (Notice that FPU instruction can also use CPU sizes if needed)

m68k_group_type
enum m68k_group_type

Group of M68K instructions

m68k_insn
enum m68k_insn

M68K instruction

m68k_op_br_disp_size
enum m68k_op_br_disp_size

Operand type for instruction's operands

m68k_op_type
enum m68k_op_type

Operand type for instruction's operands

m68k_reg
enum m68k_reg

M68K registers and special registers

m68k_size_type
enum m68k_size_type

Type of size that is being used for the current instruction

Structs

cs_m68k
struct cs_m68k

The M68K instruction and it's operands

cs_m68k_op
struct cs_m68k_op

Instruction operand

m68k_op_br_disp
struct m68k_op_br_disp
m68k_op_mem
struct m68k_op_mem

Instruction's operand referring to memory This is associated with M68K_OP_MEM operand type above

m68k_op_size
struct m68k_op_size

Operation size of the current instruction (NOT the actually size of instruction)

Meta