mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
feat(mips.html.markdown): Added description and comments for MIPS
This commit is contained in:
parent
11dbfc2e96
commit
13812cc174
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.
|
||||
```
|
Loading…
Reference in New Issue
Block a user