Top "Mips" questions

MIPS is a RISC instruction set architecture (ISA).

How to perform 64-bit addition and subtraction using MIPS?

I want to perform 64-bit addition and subtraction: v1v0(HiLo) = a1a0 + a3a2 using MIPS assembly language (a1…

assembly mips mips32
The prefetch instruction

It appears the general logic for prefetch usage is that prefetch can be added, provided the code is busy in …

assembly embedded arm mips prefetch
Mars MIPS Simulator not functioning, installation issues?

I have downloaded the Mars MIPS Simulator .jar file, and I have downloaded the java jdk file from oracle. Whenever …

java java-8 mips mars-simulator mips64
What does func means in R-Format instruction set?

I am very new to Assembly language. I was reading about MIPS architecture and I am stuck with the last …

assembly mips cpu-architecture machine-code
MIPS Assembly Alignment Align n

What does the directive .align n do in an array? To be more specific let's say that I have the …

assembly mips mips32 qtspim
Finding a character of a string in MIPS

how would I find a particular character in a user inputed string that has a known length in MIPS? I've …

assembly mips spim
How far can the j(jump) instruction jump in memory? (MIPS)

Consider the j(jump) instruction in MIPS. How far can it jump in memory? Would it be 32bits? Can i …

assembly mips mips32
MIPS "Unaligned address, Exception 5" error

I'm a noob using SPIM MIPS simulator. I get the error in title X 26 times, when I try to initialize …

assembly mips spim
Bubble Sorting using MIPS

I have made the inner loop which is doing comparison and swapping but i am having a difficulty in implementing …

assembly mips mips32
calculating offset

I have a question from homework. I have a BNE instruction at 0x88888888, and I need to tell what is …

assembly mips spim