This is a simple converter that helps to encode MIPS assembly instructions to binary and also decode binary machine code into MIPS instructions.
MIPS (Microprocessor without Interlocked Pipelined Stages) is a reduced instruction set computer (RISC) instruction set architecture (ISA) developed by MIPS Computer Systems, now MIPS Technologies, based in the United States.
I made this as a fun project for my Computer Organisation module (CS2100) taught by Dr Colin Tan and Aaron Tan :D to better familiarise myself with it.
- Decode binary/hex machine code into MIPS instructions
- Encode MIPS instructions into hex machine code