How can i call a direction in MIPS?

Viewed 15

Due to an assignment, I have to add two vectors assuming they are in the following directions:

x1 = M[0x10010000] y1 = M[0x10010004] z1 = M[0x10010008] x2 = M[0x10010020] y2 = M[0x10010024] z2 = M[0x10010028]

How can I use each element of the specific vector by calling it from addresses.

0 Answers
Related