Skip to content

A binary converter written in MIPS assembly. An assignment from 'Computers' teaching @unipv.

License

Notifications You must be signed in to change notification settings

PapiDrago/mips-binary-converter

Repository files navigation

Binary converter

This program converts a binary, or decimal, or hexadecimal represented as an ASCII string in the equivalent decimal, hexadecimal, binary number by using the polynomial notation and ASCII character representation.

Features

This converter has 4 operarting modes. To pick the desired operating mode, it is necessary to write the binary ASCII representation of a number between 0 and 3 in the 'INPUT' memory area inside the data segment of the program. The matching between the number and the operating mode is the following:
"0" -> Decimal to Binary
"1" -> Binary to Decimal
"2" -> Hexadecimal to Decimal
"3" -> Decimal to Hexadecimal

The program checks invalid inputs and occurencies of carry.

License

MIT

About

A binary converter written in MIPS assembly. An assignment from 'Computers' teaching @unipv.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published