Kasama / mipsBaseConversor

A number base converter made for MIPS processors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number Base Conversor

Downloading

git clone https://www.github.com/Kasama/mipsBaseConversor

Compiling and Running

To run this program you'll need a MIPS simulator or a compiler for your MIPS processor

The program will ask you to type a number, preceeded by it's base in the format <Base><Number><EnterKey>.

After that it will ask for the base you want to convert the typed number to.

The bases supported by this program are

  • D - Decimal (ie. 56789)
  • B - Binary (ie. 10101011101)
  • O - Octal (ie. 12371124)
  • H - Hexadecimal (ie. 1278aef1b2)

Credits

About

A number base converter made for MIPS processors


Languages

Language:Assembly 100.0%