|
IDA SDK
|
Instruction operand information.
Public Attributes | |
| bool | modified |
| the operand is modified (written) by the instruction | |
| ea_t | ea |
| operand address (BADADDR - no address) | |
| regval_t | value |
| operand value. custom data is represented by 'bytes'. | |
| int | debregidx |
| for custom data: index of the corresponding register in dbg->_registers | |
| int | value_size |
| size of the value in bytes | |
1.8.9.1