NRC_InstrDataENDUNTIL
Data class of the instruction ENDUNTIL
It needs to be used with NRC_InstrDataUNTIL
class NRC_InstrDataENDUNTIL : public NRC_InstrDataBase
{
public:
NRC_InstrDataENDUNTIL() {};
virtual int NRC_GetInstrFromData(InstrData&);
};
Sample code