You are on page 1of 1

- Trying to combine multiple instructions on a single line. i.e.

add $t0, $t0, 0


($t1).
- Indexing like other languages. i.e. num_array($t0).
- Trying to load the address of a register. i.e. la $a0, $s0.
- Incorrect ordering of statements.
- Using j $ra to go between labels when unnecessary.
- Not understanding differences between a simple label and using procedures.

You might also like