Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 423 Bytes

File metadata and controls

6 lines (6 loc) · 423 Bytes

MIPS-Programming-Assignment-1

This mips program propmts the user to input a string, and then converts the string into an unsigned decimal integer if possible. Otherwise, it will print an error message.

Features

  • Prints error message if the characters are other than '0'-'9', 'A'-'F', or 'a'-'f'
  • No more than 8 characters can be added as input.
  • Emulators like Qtsimm and Mars can be used to run this program.