Class
M68kInstruction
public class M68kInstruction: PlatformInstruction<M68kIns, M68kGrp, M68kReg>
M68K Instruction
Relationships
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.