Top "Mips" questions

MIPS is a RISC instruction set architecture (ISA).

MIPS "la" pseudo instruciton

In MIPS, the la instruction translates into lui and ori. However, MARS Simulator does not seem to do that at …

assembly mips mars-simulator
Why do we Sign Extend in load word instruction?

I am learning MIPS 32 bit. I wanted to ask that why do we Sign Extend the 16 bit offset (in Single …

mips isa mips32
MIPS processors : Are they still in use? Which other architecture should I learn?

I've been programming for x86 & x86-64 in assembly language for few months. Now, I want to move on …

assembly x86 arm mips
MIPS and ARM differences

I just started learning architecture and I have some confusions between MIPS and ARM architectures. I came to know that …

arm mips computer-architecture instructions
What is the point of delay slots?

So from my understanding of delay slots, they occur when a branch instruction is called and the next instruction following …

assembly mips pipelining
What is MIPS system image in Android SDK manager?

With each SDK, I have a solution of installing MIPS system image. What is it? What does it do and …

java android mips
Overflow/underflow in unsigned numbers

So, if you have a carry out of 1 on addition with unsigned numbers, you have overflowed, and if you have …

numbers overflow mips unsigned underflow
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
MIPS - assembly BEQ command

I have copied a picture of an assignment I have on MIPS - Aseembly. I understand (I think) what happens …

assembly mips