so glad i've found this place, hoping to learn here from other and help if i can.
my question is about understanding a single cycle MIPS: how can i know the values of 3,5 and 12? if you can, please explain it slowly so i could learn fast.
additional info: beq $t1,$t2,go_home is placed in memory in 0X3000. the label go_home is placed in 0x30AC, and the values of t2 and t1 are 0x2000. from what i understand, beq, branch if equal, and since t1 equals t2, then it should jump to the given label, go_home.
this topic is quite difficult for me and i'm self learning it, so would really appreciate an explanation.
thank you very much!