Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
静的データのアドレス 0x10008000 から開始して 0x10008008 に移動するにはどうすればよいですか? 私が間違っているかどうかわかりませんが、それらのアドレスは 3 つのレジスタ用であり、アドレス 0x10008001 には格納できません。
これらの 3 つの単語を にロードするには$t1 - $t3:
$t1 - $t3
lui $t0 0x1000 ori $t0 0x8000 lw $t1 0($t0) lw $t2 4($t0) lw $t3 8($t0)