Top "Spim" questions

spim is a self-contained simulator that runs [tag:mips32] programs

Mips how to store user input string

I used to think I knew how to do this. But then I actually tried to do it. Here's the …

string mips spim
Reading and printing an integer in mips

My program is suppose to read an integer and print it back to the user but every time it just …

integer mips mars-simulator spim
MIPS (or SPIM): Loading floating point numbers

I am working on a little mini compiler while trying to learn some MIPS here. Here's my issue: MIPS has …

c mips spim
Reading an integer into a local variable in MIPS

How can I read an integer into a local variable in MIPS ? Is it possible? The problem asks me to …

assembly mips spim mars
Accessing one character in a string

I am using something like SPIMS or MARS with syscall functions. I am reading in a string (and it works …

string assembly mips spim mars-simulator
Storing values in HI and LO registers of MIPS

I am writing certain code in MIPS and I've come to the point where the requirement is to store the …

assembly mips cpu-registers spim
Reversing a string in MIPS Assembly

I'm trying to prompt the user for the length of a string, allocate space for that string, then print it …

string assembly mips mips32 spim
Assembly MIPS - How do I store an integer from the user into memory?

So, I have no idea how assembly works or what I'm doing. I thought I did, but of course I …

assembly mips mips32 spim
Finding the Max and Min values of a 10 element array in MIPS

I am still very much a newbie once it comes to MIPS programming so bear with me. I am trying …

assembly mips spim qtspim
Why is QtSPIM telling me "Label is defined for the second time"?

I am brand new to learning MIPS assembly code, and we got our first coding assignment. I am getting an …

assembly mips spim