Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 852 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 852 Bytes

MIPS to Binary to MIPS

This is a simple converter that helps to encode MIPS assembly instructions to binary and also decode binary machine code into MIPS instructions.

What is MIPS

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.

Features

  • Decode binary/hex machine code into MIPS instructions
  • Encode MIPS instructions into hex machine code

Reference Data

MIPS Reference Data