summaryrefslogtreecommitdiffhomepage
path: root/mips.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <adam@adambard.com>2018-08-24 19:45:59 -0700
committerAdam Bard <adam@adambard.com>2018-08-24 19:45:59 -0700
commit9d0e755dd03741b65a7aad3c98a937f222dbab65 (patch)
treeef19fcbbc107f6a523fe34bd9be88233489f9040 /mips.html.markdown
parent573b2f673c5f42e6c03d74e92b10561985df011c (diff)
mips asm
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.