Register R0
Register R0 is special - it is a read-only register, always has a value of ‘0’
During operand fetch, if the register is r0, then should not use the renamed value pointed to by the ROBmap
- Simply use a value of ‘0’ and mark operand as valid
During retirement, if destination register is r0, don’t change the value of the register.