diff options
-rw-r--r-- | mips.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mips.html.markdown b/mips.html.markdown index 33d4f87c..4977cc65 100644 --- a/mips.html.markdown +++ b/mips.html.markdown @@ -242,7 +242,7 @@ gateways and routers. ## FUNCTIONS ## _functions: # Functions are callable procedures that can accept arguments and return - values all denoted with labels, like above + # values all denoted with labels, like above main: # Programs begin with main func jal return_1 # jal will store the current PC in $ra |