Bitwise IO/MIPS Assembly: Difference between revisions

m
Fixed syntax highlighting.
(real mips implementation)
 
m (Fixed syntax highlighting.)
 
Line 1:
<langsyntaxhighlight lang="mips"> .data
 
# the following are used by the subroutines
Line 298:
addi $sp, $sp, 16 # restore stack
li $v0, 1
jr $ra # return(1)</langsyntaxhighlight>
9,476

edits