NRC_InstrDataIF
Data class of the instruction IF
It needs to be used with NRC_InstrDataENDIF
see NRC_RunqueueInsertIF( int port, int value)
class NRC_InstrDataIF : public NRC_InstrDataBase
{
public:
NRC_InstrDataIF() {};
NRC_InstrDataIF(NRC_ConditionJudge* judge);
virtual int NRC_GetInstrFromData(InstrData& instr);
NRC_ConditionJudge conditionJudge;
};
Sample code