mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
[mips/en] Fix uncommented comment line (#4223)
This commit is contained in:
parent
99ddf8fec6
commit
1524547b4d
@ -242,7 +242,7 @@ gateways and routers.
|
|||||||
## FUNCTIONS ##
|
## FUNCTIONS ##
|
||||||
_functions:
|
_functions:
|
||||||
# Functions are callable procedures that can accept arguments and return
|
# 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
|
main: # Programs begin with main func
|
||||||
jal return_1 # jal will store the current PC in $ra
|
jal return_1 # jal will store the current PC in $ra
|
||||||
|
Loading…
Reference in New Issue
Block a user