• Stars
    star
    1
  • Language
    Assembly
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This was an assignment from my computer architecture class (CS 3340) at the University of Texas at Dallas. In MIPS, we were required to prompt the user with a dialog box to enter a sentence of their choosing. We then saved the string onto the stack and counted the characters and words in the string and printed the results out into the console. The dialog box continues to show up as it is located inside of a loop that is only exited when the user presses cancel or presses enter without entering a string.