Structure
M68kInstruction.Operand.Memory
public struct Memory
Instruction operand referring to memory
Relationships
Member Of
M68kInstruction.Operand
Operand for M68k instructions.
Properties
baseDisplacement
let baseDisplacement: UInt32
Indirect displacement
outerDisplacement
let outerDisplacement: UInt32
Outer displacement
displacement
let displacement: Int16
Displacement value
bitField
let bitField: (width: UInt8, offset: UInt8)?
Used for bf* instructions