capstone.m680x

Members

Enums

m680x_group_type
enum m680x_group_type

Group of M680X instructions

m680x_insn
enum m680x_insn

M680X instruction IDs

m680x_op_type
enum m680x_op_type

Operand type for instruction's operands

m680x_reg
enum m680x_reg

M680X registers and special registers

Manifest constants

M680X_FIRST_OP_IN_MNEM
enum M680X_FIRST_OP_IN_MNEM;

The first (register) operand is part of the instruction mnemonic

M680X_SECOND_OP_IN_MNEM
enum M680X_SECOND_OP_IN_MNEM;

The second (register) operand is part of the instruction mnemonic

Structs

cs_m680x
struct cs_m680x

The M680X instruction and it's operands

cs_m680x_op
struct cs_m680x_op

Instruction operand

m680x_op_ext
struct m680x_op_ext

Instruction's operand referring to extended addressing

m680x_op_idx
struct m680x_op_idx

Instruction's operand referring to indexed addressing

m680x_op_rel
struct m680x_op_rel

Instruction's memory operand referring to relative addressing (Bcc/LBcc)

Meta