From 729d131a91810547b0478d0fd338937b010ae005 Mon Sep 17 00:00:00 2001 From: Simon Butler Date: Fri, 8 May 2020 09:29:38 +0200 Subject: minor fix for uncommented comment line --- mips.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mips.html.markdown b/mips.html.markdown index 7f759bec..33d4f87c 100644 --- a/mips.html.markdown +++ b/mips.html.markdown @@ -209,7 +209,7 @@ gateways and routers. ## LOOPS ## _loops: # 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 while: bgt $t0, 10, end_while # While $t0 is less than 10, -- cgit v1.2.3