<<< Writing sub-word data | Index | Bitwise logic operations >>> |
System calls are asking OS to perform services
syscall:
checks $v0 for the type of the service
the arguments (if any) are passed in $a0 - $a3
Use MARS help or go to
courses.missouristate.edu/kenvollmar/mars/help/syscallhelp.html
<<< Writing sub-word data | Index | Bitwise logic operations >>> |