Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # access A[8] using LW and mult by 4 rule
- .data
- #0x10010000
- A: .word 2,1,0,3,4,5,6,7,8,9
- .text
- la $t1,A
- lw $t2, 32($t1) #t1 <- A[8]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement