Suppose a program is written with only the add, addi, not, beq, lw and sw commands, and the percentage of use of these commands in that program is 20%, 20%,0%,25%,25%,10% respectively.
a) What percentage of the program's time is spent on data memory? Why?
b) What percentage of the program execution time is the sign-extension circuit used? Why?
Comments
Leave a comment