In: Computer Science
Understand and solve the Tomasulo's algorithem for given
code.
Loop: LD F0 0 R1
MULTD F4 F0 F2
SD F4 0 R1
SUBI R1 R1 #8
BNEZ R1 Loop
1) This algorithm was invented by Robert Tomasulo.
2) This algorithm is another method of implementing dynamic
scheduling.