Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # address for LW must be mult of 4
- # load 4 bytes in, must start at a word boundary
- .data
- .space 1 #0x10010000
- A: .byte 1,2,3,4,5,6,7
- .text
- la $t1,A
- lw $t2, 3($t1) #load 4 bytes in, must start at a word boundary
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement