Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 494 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 494 Bytes

MIPS-Assembler

Note: this code is currently INCOMPLETE.

My attempt at writing an assembler for MIPS architecture in Python. This code will take a text file written in MIPS assembly language as input and spit out a text file filled with 1's and 0's translated from the input.

MIPS Instructions Reference

MIPS Instructions Reference Page 1

MIPS Instructions Reference Page 2