Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Loading bytes using LW with odd offset
- .data
- .space 1 #0x10010000
- A: .byte 1,2,3,4,5,6,7
- .text
- la $t1,A
- lw $t2, 3($t1) # (3+$t1) must be multiple of 4; a word boundary
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement