1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 09:44:24 +02:00
This commit is contained in:
Adam Bard
2018-08-24 19:45:59 -07:00
parent 573b2f673c
commit 9d0e755dd0

View File

@@ -12,7 +12,7 @@ gateways and routers.
[Read More](https://en.wikipedia.org/wiki/MIPS_architecture) [Read More](https://en.wikipedia.org/wiki/MIPS_architecture)
```assembly ```asm
# Comments are denoted with a '#' # Comments are denoted with a '#'
# Everything that occurs after a '#' will be ignored by the assembler's lexer. # Everything that occurs after a '#' will be ignored by the assembler's lexer.