mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-07 07:16:42 +02:00
feat(mips.html.markdown): Added description and comments for MIPS
This commit is contained in:
16
mips.html.markdown
Normal file
16
mips.html.markdown
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
language: "MIPS"
|
||||||
|
filename: MIPS.mips
|
||||||
|
contributors:
|
||||||
|
- ["Stanley Lim", "https://github.com/Spiderpig86"]
|
||||||
|
---
|
||||||
|
|
||||||
|
The MIPS (Microprocessor without Interlocked Pipeline Stages) Assembly language is designed to work with the MIPS microprocessor paradigm designed by J. L. Hennessy in 1981. These RISC processors are used in embedded systems such as gateways and routers.
|
||||||
|
|
||||||
|
[Read More](https://en.wikipedia.org/wiki/MIPS_architecture)
|
||||||
|
|
||||||
|
```assembly
|
||||||
|
# Comments are denoted with a '#'
|
||||||
|
|
||||||
|
# Everything that occurs after a '#' will be ignored by the assembler's lexer.
|
||||||
|
```
|
Reference in New Issue
Block a user