Recent content by thchao

  1. T

    MIPS Number of Instructions Executed and Memory Accessed

    Homework Statement The number of instructions a program has is the static instruction count. The number of instructions actually executed (e.g. due to some instructions being repeated, as in a loop) is called the dynamic instruction count. Consider the following code: li $t0, 99...
Back
Top