mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 13:38:38 +01:00
minor fix for uncommented comment line
This commit is contained in:
parent
f21a011eb4
commit
729d131a91
@ -209,7 +209,7 @@ gateways and routers.
|
|||||||
## LOOPS ##
|
## LOOPS ##
|
||||||
_loops:
|
_loops:
|
||||||
# The basic structure of loops is having an exit condition and a jump
|
# The basic structure of loops is having an exit condition and a jump
|
||||||
instruction to continue its execution
|
# instruction to continue its execution
|
||||||
li $t0, 0
|
li $t0, 0
|
||||||
while:
|
while:
|
||||||
bgt $t0, 10, end_while # While $t0 is less than 10,
|
bgt $t0, 10, end_while # While $t0 is less than 10,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user