Skip to content

Jeremias-V/MIPS-To-Binary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MIPS Code to Binary encoding

Translate MIPS instructions to Binary encoding. No Pseudo Instructions nor floating-point instructions allowed.

HEX Encoding to MIPS

Translate Hexadecimal encoded instructions (i.e. the same as binary encoding but the binary to hex equivalent). This feature was added/coded by @7Ragnaro7.