What is the fastest way of saving a variable in the $a0 register

What is the fastest way of saving a variable in the $a0 register



A. Use the $at register.
B. Place it into cache.
C. Add it to $0 and store it in another register.
D. Write it to disk
E. Copy it to another register
F. Save it in memory


Answer:


G. Push it onto the stack
C. Add it to $0 and store it in another register.
E. Copy it to another register


Learn More :