Capstone Documentation Beta

Structure Sparc​Instruction.​Operand.​Memory

public struct Memory

Operand value referring to memory.

Member Of

SparcInstruction.Operand

Operand for SPARC instructions.

Properties

base

let base: SparcReg

index

let index: SparcReg?

displacement

let displacement: Int32

displacement/offset value.