Recent content by JAO012

  1. 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...
  2. 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...
  3. 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...
Back
Top