capstone.m680x

Types and constants of M680x architecture

Members

Classes

CapstoneM680x
class CapstoneM680x

Architecture-specific Capstone variant

M680xDetail
class M680xDetail

Architecture-specific Detail variant

M680xInstruction
class M680xInstruction

Architecture-specific instruction variant

M680xInstructionGroup
class M680xInstructionGroup

Architecture-specific InstructionGroup variant

M680xRegister
class M680xRegister

Architecture-specific Register variant

Enums

M680xFlag
enum M680xFlag

Supported bit flags for M680xOpIdx.flags

M680xInstructionFlag
enum M680xInstructionFlag

M680X instruction flags:

M680xInstructionGroupId
enum M680xInstructionGroupId

Group of M680X instructions

M680xInstructionId
enum M680xInstructionId

M680X instruction IDs

M680xOffsetBits
enum M680xOffsetBits

Supported bit values for M680xOpIdx.offsetBits

M680xOpType
enum M680xOpType

Operand type for instruction's operands

M680xRegisterId
enum M680xRegisterId

M680X registers and special registers

Structs

M680xInstructionDetail
struct M680xInstructionDetail

M680x-specific information about an instruction

M680xOp
struct M680xOp

Instruction's operand

M680xOpExt
struct M680xOpExt

Instruction's operand referring to extended addressing

M680xOpIdx
struct M680xOpIdx

Instruction's operand referring to indexed addressing

M680xOpRel
struct M680xOpRel

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

Unions

M680xOpValue
union M680xOpValue

Union of possible operand types

Meta