summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanley Lim <slim679975@gmail.com>2018-08-10 10:42:18 -0400
committerGitHub <noreply@github.com>2018-08-10 10:42:18 -0400
commit803c61275c31087b87ce3f691527753d177ded5e (patch)
tree2d9e173ea67fd708e5c1721ffbce957cfc189e83
parent7cd9cef81ebb7156a538253b55f1db59349e3bae (diff)
chore(mips.html.markdown): Fixed missing hash for comment
-rw-r--r--mips.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/mips.html.markdown b/mips.html.markdown
index fb1d5ab0..5b485f6b 100644
--- a/mips.html.markdown
+++ b/mips.html.markdown
@@ -20,7 +20,7 @@ gateways and routers.
# Programs typically contain a .data and .text sections
.data # Section where data is stored in memory (allocated in RAM), similar to
-variables in higher level languages
+ # variables in higher level languages
# Declarations follow a ( label: .type value(s) ) form of declaration
hello_world .asciiz "Hello World\n" # Declare a null terminated string