diff options
author | Adam Bard <adam@adambard.com> | 2018-08-24 19:45:59 -0700 |
---|---|---|
committer | Adam Bard <adam@adambard.com> | 2018-08-24 19:45:59 -0700 |
commit | 9d0e755dd03741b65a7aad3c98a937f222dbab65 (patch) | |
tree | ef19fcbbc107f6a523fe34bd9be88233489f9040 | |
parent | 573b2f673c5f42e6c03d74e92b10561985df011c (diff) |
mips asm
-rw-r--r-- | mips.html.markdown | 2 |
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. |