capstone.m680x

Undocumented in source.

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_IDX_INDIRECT
enum M680X_IDX_INDIRECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
M680X_IDX_NO_COMMA
enum M680X_IDX_NO_COMMA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
M680X_IDX_POST_INC_DEC
enum M680X_IDX_POST_INC_DEC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
M680X_OFFSET_BITS_16
enum M680X_OFFSET_BITS_16;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
M680X_OFFSET_BITS_5
enum M680X_OFFSET_BITS_5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
M680X_OFFSET_BITS_8
enum M680X_OFFSET_BITS_8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
M680X_OFFSET_BITS_9
enum M680X_OFFSET_BITS_9;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
M680X_OFFSET_NONE
enum M680X_OFFSET_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
M680X_OPERAND_COUNT
enum M680X_OPERAND_COUNT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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