summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mips.html.markdown16
1 files changed, 16 insertions, 0 deletions
diff --git a/mips.html.markdown b/mips.html.markdown
new file mode 100644
index 00000000..b3be1bb8
--- /dev/null
+++ b/mips.html.markdown
@@ -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.
+``` \ No newline at end of file