Rizin
unix-like reverse engineering framework and cli tools
|
Instruction's operand referring to indexed addressing. More...
#include <m680x.h>
Public Attributes | |
m680x_reg | base_reg |
irrelevant) More... | |
m680x_reg | offset_reg |
irrelevant) More... | |
int16_t | offset |
5-,8- or 16-bit offset. See also offset_bits. More... | |
uint16_t | offset_addr |
calculated as offset + PC More... | |
uint8_t | offset_bits |
offset width in bits for indexed addressing More... | |
int8_t | inc_dec |
uint8_t | flags |
8-bit flags (see above) More... | |
m680x_reg m680x_op_idx::base_reg |
uint8_t m680x_op_idx::flags |
8-bit flags (see above)
Definition at line 96 of file m680x.h.
Referenced by cmd_descs_generate.Arg::__str__().
int8_t m680x_op_idx::inc_dec |
int16_t m680x_op_idx::offset |
uint16_t m680x_op_idx::offset_addr |
uint8_t m680x_op_idx::offset_bits |
m680x_reg m680x_op_idx::offset_reg |