Skip to content

A Python 2.7 script that converts MIPS instructions to their hex/binary equivalents.

License

Notifications You must be signed in to change notification settings

dagmawim/mips-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIPS converter script

(Python 2.7 ** OUTDATED **)

This is a quick and dirty script I used to avoid doing a by-hand conversion for the mips processor.

Use at own risk :).

Takes in an input.txt and output.txt (see ./input.txt and ./output.txt respectively). It will read in the commands from input.txt and dump the converted binary and hex version to output.txt.

Note: If you would like to see a Py 3 version of this, let me know and I will upload it within a few hours.

About

A Python 2.7 script that converts MIPS instructions to their hex/binary equivalents.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages