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.
単語である変数があると仮定すると、呼び出す場合
la $t0, var
レジスターには 4 つの異なるアドレスが格納されますか、それとも 1 つだけですか?
すべてのプログラミング ガイドは、ワードが 4 つの異なる 8 バイト メモリ ロケーションに格納されていることを示していますが、ロード アドレスを呼び出すと、すべてのガイドは渡された 1 つのアドレスのみを参照しているように見えます。アドレスが 1 つだけの場合、どのように参照されますか?