capstone.m68k

Types and constants of M68k architecture

Members

Classes

CapstoneM68k
class CapstoneM68k

Architecture-specific Capstone variant

M68kDetail
class M68kDetail

Architecture-specific Detail variant

M68kInstruction
class M68kInstruction

Architecture-specific instruction variant

M68kInstructionGroup
class M68kInstructionGroup

Architecture-specific InstructionGroup variant

M68kRegister
class M68kRegister

Architecture-specific Register variant

Enums

M68kAddressMode
enum M68kAddressMode

M68k Addressing Modes

M68kCpuSize
enum M68kCpuSize

Operation size of the CPU instructions

M68kFpuSize
enum M68kFpuSize

Operation size of the FPU instructions

M68kInstructionGroupId
enum M68kInstructionGroupId

Group of M68k instructions

M68kInstructionId
enum M68kInstructionId

M68k instruction

M68kOpBrDispSize
enum M68kOpBrDispSize

Displacement size of branch displacement operand

M68kOpType
enum M68kOpType

Operand type for instruction's operands

M68kRegisterId
enum M68kRegisterId

M68k registers and special registers

M68kSizeType
enum M68kSizeType

Type of size that is being used for the current instruction

Structs

M68kInstructionDetail
struct M68kInstructionDetail

M68k-specific information about an instruction

M68kOp
struct M68kOp

Instruction's operand

M68kOpBrDisp
struct M68kOpBrDisp

Branch displacement operand data

M68kOpMem
struct M68kOpMem

Instruction's operand referring to memory

M68kOpSize
struct M68kOpSize

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

Unions

M68kOpValue
union M68kOpValue

Union of possible operand types

Meta