|
IDA C++ SDK 9.2
|
Microinstruction locator. More...
#include <hexrays.hpp>
Public Member Functions | |
| minsn_locator_t (ea_t _ea=BADADDR, mcode_t _mcode=m_nop, int _serial=0, int _blknum=-1) | |
| DECLARE_COMPARISONS (minsn_locator_t) | |
Public Attributes | |
| ea_t | ea |
| address of the minsn | |
| mcode_t | mcode |
| opcode of the minsn | |
| int | serial |
| serial number, in case the ea/mcode are ambiguous | |
| int | blknum |
| block number of the minsn | |
Microinstruction locator.
Identifies a specific microinstruction in the microcode.
|
inline |
|
inline |
| ea_t minsn_locator_t::ea |
address of the minsn
| mcode_t minsn_locator_t::mcode |
opcode of the minsn
| int minsn_locator_t::serial |
serial number, in case the ea/mcode are ambiguous
| int minsn_locator_t::blknum |
block number of the minsn