System Call Instruction
System call is used to communicate with the operating system, and request services (memory allocation, I/O)
SPIM supports “system-call-like”
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.