Capstone Documentation Beta

Structure M680xInstruction.​Operand.​Indexed​Address

public struct IndexedAddress

Operand referring to indexed addressing.

Member Of

M680xInstruction.Operand

Operand for M680x instructions.

Properties

base

let base: M680xReg?

offset

let offset: (register: M680xReg?, width: M680xOffset, value: Int16, address: UInt16)

inc​Dec

let incDec: Int8

Increment or decrement (-8 to 8).

post or pre tell if it's pre-increment/decrement or post-increment/decrement.

flags

let flags: M680xIdx

Indexed addressing flags.

indirect

var indirect: Bool

post

var post: Bool

true if post-increment or post-decrement.

pre

var pre: Bool

true if pre-increment or pre-decrement.