Skip to content

A conversion calculator coded in both C and assembly language. This calculator allows users to convert any value from/to either there decimal, binary, octal, or hexadecimal equivalent.

Notifications You must be signed in to change notification settings

ulises-romero/number-conversion-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Number Conversion Calculator

A conversion calculator coded in both C and assembly language. This calculator allows users to convert any value from/to either there decimal, binary, octal, or hexadecimal equivalent.

Special Instructions

To use this program in assembly, you will need to install the MARS (MIPS Assembler and Runtime Simulator). It can be found at this link: http://courses.missouristate.edu/kenvollmar/mars/

To run the program simply import the .asm file once you have the MARS IDE open and select the green play bottom at the top. Interact with the program by inputting values into the console section of the IDE at the bottom. (Note: You do not need the main.c file to run this in assembly, vice versa)

About

A conversion calculator coded in both C and assembly language. This calculator allows users to convert any value from/to either there decimal, binary, octal, or hexadecimal equivalent.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published