hohaicongthuan / MIPS-Assembler

My attempt at writing an assembler for MIPS architecture in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My attempt at writing an assembler for MIPS architecture in Python.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%