NRC_InstrDataUNTIL
Data class of the instruction UNTIL
It needs to be used with NRC_InstrDataENDUNTIL
See NRC_RunqueueInsertUNTIL( int port, int value)
class NRC_InstrDataUNTIL : public NRC_InstrDataBase
{
public:
NRC_InstrDataUNTIL() {};
NRC_InstrDataUNTIL(NRC_ConditionJudge* judge);
virtual int NRC_GetInstrFromData(InstrData& instr);
NRC_ConditionJudge conditionJudge;
};
Sample code