.data 0x10000000 .align 2 Array: .word 3 6 9 12 15 18 21 24 Size: .word 8 Result: .word 0
So what does ".data" mean exactly and does "Size" correspond to the size of "Array" or is it simply another variable?
Also, what does "Result" mean? Is it an array of one character, which is 0?