From 13812cc1741729cca7f714be89500da647e09e5c Mon Sep 17 00:00:00 2001 From: spiderpig86 Date: Sun, 17 Jun 2018 13:02:17 -0400 Subject: feat(mips.html.markdown): Added description and comments for MIPS --- mips.html.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mips.html.markdown (limited to 'mips.html.markdown') 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 -- cgit v1.2.3