Recent content by JAO012
-
J
MIPS programming file I/O problem
Homework Statement Write a PC SPIM program that can (1) Prompt for a complete file name. [Note: Probably should be in the same directory as the program.] (2) Echo the input. (3) Test to see if a file by that name already exists. If it does, query the user to see if destruction of the old...- JAO012
- Thread
- File Mips Programming
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
J
Converting numerical input to corresponding string using MIPS
I am writing a MIPS SPIM program that will take integer input, and output the corresponding words. For example, if 123 is input, then one two three will be output. I can input an integer but I get zero repeating infinite times as the output every time. Any help is appreciated. My source...- JAO012
- Thread
- Input Mips Numerical String
- Replies: 1
- Forum: Programming and Computer Science
-
J
MIPS programming successive addition
Homework Statement I need to create a program that will prompt for two integers, echo those integers, and then multiply them without using the multiplication operation and report the result. Homework Equations The following is what I have so far. The prompts and echoes work, however I do...- JAO012
- Thread
- Addition Mips Programming
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help