Capstone Documentation Beta

Class M68kInstruction

public class M68kInstruction: PlatformInstruction<M68kIns, M68kGrp, M68kReg>

M68K Instruction

%3 M68kInstruction M68kInstruction PlatformInstruction<M68kIns, M68kGrp, M68kReg> PlatformInstruction<M68kIns, M68kGrp, M68kReg> M68kInstruction->PlatformInstruction<M68kIns, M68kGrp, M68kReg> OperandContainer OperandContainer M68kInstruction->OperandContainer

Nested Types

M68kInstruction.OperationSize

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

M68kInstruction.Operand

Operand for M68k instructions.

Conforms To

OperandContainer

Protocol for instructions that contain operands.

PlatformInstruction<M68kIns, M68kGrp, M68kReg>

Properties

operands

var operands: [Operand]

Instruction operands.

Empty when detail mode is off.

operation​Size

var operationSize: OperationSize!

Size the data operand works on in bytes (.b, .w, .l).

nil when detail mode is off.