0

我想写

.text
main:
    lw  $t2, c

.data 
c: .word 1

不使用 lw,在火星上我试过

 add    $t2,$t2,c

并且

addi    $t2,$t2,0($c)

但他们不工作我该怎么做

4

0 回答 0