interface HWI_Info {
int getInstructionRegisterCount(int iid)
bool instructionIncrementsRegister(int iid)
int getEInfoCount(int iid)
//does "n" iid use the register given back by its child (parameter) param_iid ?
bool opUsesRegister(int n_iid, int param_iid)
bool opIncrementsRegister(int n_iid, int param_iid)
byte getRegisterType(int n_iid, int paramNumber)
}
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n util.compiler.HWI_Info -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: New compiler components