Arrays: Difference between revisions

Content added Content deleted
(→‎{{header|Diego}}: added Diego entry)
Line 5,300: Line 5,300:
li $s1, 25
li $s1, 25
sw $s1, 4($s0) # writes $s1 (25) in the second array element
sw $s1, 4($s0) # writes $s1 (25) in the second array element
# the four counts thi bytes after the beginning of the address. 1 word = 4 bytes, so 4 acesses the second element
# the four counts the bytes after the beginning of the address. 1 word = 4 bytes, so 4 acesses the second element
lw $s2, 20($s0) # $s2 now contains 6
lw $s2, 20($s0) # $s2 now contains 6