Enum capstone_sys::m68k_address_mode[][src]

#[repr(u32)]
pub enum m68k_address_mode {
Show variants M68K_AM_NONE, M68K_AM_REG_DIRECT_DATA, M68K_AM_REG_DIRECT_ADDR, M68K_AM_REGI_ADDR, M68K_AM_REGI_ADDR_POST_INC, M68K_AM_REGI_ADDR_PRE_DEC, M68K_AM_REGI_ADDR_DISP, M68K_AM_AREGI_INDEX_8_BIT_DISP, M68K_AM_AREGI_INDEX_BASE_DISP, M68K_AM_MEMI_POST_INDEX, M68K_AM_MEMI_PRE_INDEX, M68K_AM_PCI_DISP, M68K_AM_PCI_INDEX_8_BIT_DISP, M68K_AM_PCI_INDEX_BASE_DISP, M68K_AM_PC_MEMI_POST_INDEX, M68K_AM_PC_MEMI_PRE_INDEX, M68K_AM_ABSOLUTE_DATA_SHORT, M68K_AM_ABSOLUTE_DATA_LONG, M68K_AM_IMMEDIATE, M68K_AM_BRANCH_DISPLACEMENT,
}
Expand description

M68K Addressing Modes

Variants

M68K_AM_NONE

< No address mode.

M68K_AM_REG_DIRECT_DATA

< Register Direct - Data

M68K_AM_REG_DIRECT_ADDR

< Register Direct - Address

M68K_AM_REGI_ADDR

< Register Indirect - Address

M68K_AM_REGI_ADDR_POST_INC

< Register Indirect - Address with Postincrement

M68K_AM_REGI_ADDR_PRE_DEC

< Register Indirect - Address with Predecrement

M68K_AM_REGI_ADDR_DISP

< Register Indirect - Address with Displacement

M68K_AM_AREGI_INDEX_8_BIT_DISP

< Address Register Indirect With Index- 8-bit displacement

M68K_AM_AREGI_INDEX_BASE_DISP

< Address Register Indirect With Index- Base displacement

M68K_AM_MEMI_POST_INDEX

< Memory indirect - Postindex

M68K_AM_MEMI_PRE_INDEX

< Memory indirect - Preindex

M68K_AM_PCI_DISP

< Program Counter Indirect - with Displacement

M68K_AM_PCI_INDEX_8_BIT_DISP

< Program Counter Indirect with Index - with 8-Bit Displacement

M68K_AM_PCI_INDEX_BASE_DISP

< Program Counter Indirect with Index - with Base Displacement

M68K_AM_PC_MEMI_POST_INDEX

< Program Counter Memory Indirect - Postindexed

M68K_AM_PC_MEMI_PRE_INDEX

< Program Counter Memory Indirect - Preindexed

M68K_AM_ABSOLUTE_DATA_SHORT

< Absolute Data Addressing - Short

M68K_AM_ABSOLUTE_DATA_LONG

< Absolute Data Addressing - Long

M68K_AM_IMMEDIATE

< Immediate value

M68K_AM_BRANCH_DISPLACEMENT

< Address as displacement from (PC+2) used by branches

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.