cs_ac_type

Common instruction operand access types - to be consistent across all architectures. It is possible to combine access types, for example: CS_AC_READ | CS_AC_WRITE

Values

ValueMeaning
CS_AC_INVALID0

< Uninitialized/invalid access type.

CS_AC_READ1 << 0

< Operand read from memory or register.

CS_AC_WRITE1 << 1

< Operand write to memory or register.

Meta