我總是看到在MIPS指令表中的偏移字狀this one:什麼是抵消?
+--------------------------------------------------------------+
| BEQ |
+--------------------------------------------------------------+
| Description: |
| |
| Branches if the two registers are equal |
+--------------------------------------------------------------+
| Operation: |
| |
| if $s == $t advance_pc (offset << 2)); else advance_pc (4); |
+--------------------------------------------------------------+
| Syntax: |
| |
| beq $s, $t, offset |
+--------------------------------------------------------------+
| Encoding: |
| |
| 0001 00ss ssst tttt iiii iiii iiii iiii |
+--------------------------------------------------------------+
什麼是exacly偏移?
。基本上,這是一個三角洲。 –