NRC_InstrDataIF
指令 IF 的数据类
需要和 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;
};
示例代码