The figure below shows an abstract view of the MIPS subset implementation:
|
add $t1, $t2, $t3 # $t1 = $t2 + $t3
lw $t1, offset($t2) # $t1 = mem[[$t2]+offset]
beq $t1, $t2, offset # branch if $t1 == $t2
The thick lines interconnecting the functional units represent buses, which consist of multiple signals. The arrows are used to show how information flows. |
The restaurant is open around the clock (at all times). |