Skip to content

A C tool to convert between MIPS assembly and binary

Notifications You must be signed in to change notification settings

Beebeeoii/mips-binary-mips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A C tool to convert between MIPS assembly and binary

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages