Capstone Documentation Beta

Structure XCore​Instruction.​Operand.​Memory

public struct Memory

Operand referring to memory

Member Of

XCoreInstruction.Operand

Operand for XCore instructions.

Properties

base

let base: XcoreReg

index

let index: XcoreReg?

displacement

let displacement: Int32

displacement/offset value

direction

let direction: Int

+1: forward, -1: backward