Rizin
unix-like reverse engineering framework and cli tools
|
Instruction operand. More...
#include <m680x.h>
Public Attributes | |
m680x_op_type | type |
union { | |
int32_t imm | |
immediate value for IMM operand More... | |
m680x_reg reg | |
register value for REG operand More... | |
m680x_op_idx idx | |
Indexed addressing operand. More... | |
m680x_op_rel rel | |
Relative address. operand (Bcc/LBcc) More... | |
m680x_op_ext ext | |
Extended address. More... | |
uint8_t direct_addr | |
</ Direct address (lower 8-bit) More... | |
uint8_t const_val | |
constant value (bit index, page nr.) More... | |
}; | |
uint8_t | size |
uint8_t | access |
union { ... } |
uint8_t cs_m680x_op::access |
uint8_t cs_m680x_op::const_val |
uint8_t cs_m680x_op::direct_addr |
m680x_op_ext cs_m680x_op::ext |
m680x_op_idx cs_m680x_op::idx |
m680x_op_rel cs_m680x_op::rel |
m680x_op_type cs_m680x_op::type |
Definition at line 115 of file m680x.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.Arg::_get_union(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Arg::decl(), cmd_descs_generate.Arg::get_cstructure(), and cmd_descs_generate.CmdDesc::get_handler_cname().