Class
    M68kInstruction
public class M68kInstruction: PlatformInstruction<M68kIns, M68kGrp, M68kReg>
M68K Instruction
Relationships
Nested Types
M68kInstruction.OperationSizeOperation size of the current instruction (NOT the size of the instruction)
M68kInstruction.OperandOperand for M68k instructions.
Conforms To
OperandContainerProtocol 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.