From 8b3f0aa590b51cfd7696ed212adf94fa43a0e858 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 19 Feb 2022 20:55:07 +0100 Subject: initial --- static/mips.html | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 static/mips.html (limited to 'static/mips.html') diff --git a/static/mips.html b/static/mips.html new file mode 100644 index 0000000..219034c --- /dev/null +++ b/static/mips.html @@ -0,0 +1,158 @@ + + + + + + + MIPS (dis)assembler + + + + + + + +
+ +

MIPS Assembler

+

Input MIPS assembly code below. Labels, .org and simple .word directives are also recognized. Comments start with ';' and extend to the end of the line.

+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +



+ +

MIPS Disassembler

+

Input MIPS machine code in hexadecimal below.

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + + +



+ source
+ go back + +
+ + + + + -- cgit v1.2.3