summaryrefslogtreecommitdiffhomepage
path: root/mips.html.markdown
diff options
context:
space:
mode:
authorroot <root@learnxinyminutes.com>2018-08-25 02:46:30 +0000
committerroot <root@learnxinyminutes.com>2018-08-25 02:46:30 +0000
commit626253808d529b04e5adde65fc678ac6ed879f14 (patch)
tree2c3e4998cbcea189e49c6806dc3637b4bdfcac0c /mips.html.markdown
parentafd18bd4ed4a898e493e99459cc72aaf97163272 (diff)
parent9d0e755dd03741b65a7aad3c98a937f222dbab65 (diff)
Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs
Diffstat (limited to 'mips.html.markdown')
-rw-r--r--mips.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/mips.html.markdown b/mips.html.markdown
index 1133f769..4134d3fa 100644
--- a/mips.html.markdown
+++ b/mips.html.markdown
@@ -12,7 +12,7 @@ gateways and routers.
[Read More](https://en.wikipedia.org/wiki/MIPS_architecture)
-```assembly
+```asm
# Comments are denoted with a '#'
# Everything that occurs after a '#' will be ignored by the assembler's lexer.