decltypeme / mips-simulator

Simulator for MIPS
GNU General Public License v2.0
1 stars 0 forks source link

implement proposePC function #1

Closed hussam-a closed 8 years ago

hussam-a commented 8 years ago

proposePC gets address of instruction that another instruction wanted to send the PC to, also the pointer to instruction is sent with it

implementation:

dynamic down cast to know type of instruction proposing the new PC check hazards and do what is supposed to do to PC

hussam-a commented 8 years ago

not implemented

a new method is used updatePC()