Review: System Call Instruction
System call is used to communicate with the operating system and do simple I/O.
Load system call code into Register $v0
Load arguments (if any) into registers $a0, $a1 or $f12 (for floating point).
Results returned in registers $v0 or $f0.