Skip to content

A MIPS Assembler and Simulator is a CLI program written in Java which takes MIPS Assembly instructions as an input and converts them into binary language code and simulate the execution of these assembly instructions on virtual registers and memory locations.

Notifications You must be signed in to change notification settings

shehabadel/Mips-Assembler

Repository files navigation

  • Check PB_5_Report.pdf it contains specific explanation for the source code. -

This is a forked Mips Assembler. I handled several exceptions in it firstly, then refactored the source code in order to add executing functionality which simulated MIPS instructions execution for nineteen instructions.

This is the final project for Computer Architecture & Organization - Spring 2020

Here are outputs of the input.txt file

Image of Output1 Image of Output2

Special thanks for the original creator of this MIPS Assembler

About

A MIPS Assembler and Simulator is a CLI program written in Java which takes MIPS Assembly instructions as an input and converts them into binary language code and simulate the execution of these assembly instructions on virtual registers and memory locations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages