Instruction operand. More...
#include <mos65xx.h>
Public Attributes | |
union { | |
uint8_t imm | |
immediate value for IMM operand More... | |
uint16_t mem | |
base/index/scale/disp value for MEM operand More... | |
mos65xx_reg reg | |
register value for REG operand More... | |
}; | |
mos65xx_op_type | type |
operand type More... | |
union { ... } |
uint8_t cs_mos65xx_op::imm |
uint16_t cs_mos65xx_op::mem |
mos65xx_reg cs_mos65xx_op::reg |
mos65xx_op_type cs_mos65xx_op::type |