Homework 6
When you complete this homework you should
- Establish your environment for programming in MIPS
- Write a simple program in MIPS assembly.
Write a program in MIPS assembly language to play a game of Grandmother's trunk as specified in the first assignment for CSCI 130 this semester.
You may make the following modifications
- You need not limit the input based on words, but rather use a maximum string length of 20 characters. Do not attempt, at this time, to perform any string manipulation.
- You need not place the punctuation after the string.
- If you wish, you may generate random items to add to the trunk, but this will make your program much harder. (Unless you want to jump ahead)
Please submit your source code by email to your instructor