Top "Mips32" questions

Use this tag for questions related to the 32 bits version of the MIPS architecture instruction set.

Stress-ng: RAM testing commands

Stress-ng: Can we test RAM using stress-ng? What are the commands used to test RAM on a MIPS 32 device?

ubuntu-14.04 stress-testing mips32
How to implement NOT operation in MIPS?

I am new in MIPS, and I am trying to judge whether each char in a string is an alpha. …

mips mips32
Big Endian and Little Endian

Given is the snap shot of memory of a byte-addressable computer. What would be loaded into register $16 after execution of …

mips computer-architecture endianness mips32
print ascii characters in mips

I'm taking a Computer Design course which is MIPS programming (we're using the MARS simulator). We got an assignment and …

computer-science mips32 mars-simulator
How to convert all the lowercase letters to Uppercase letters in MIPS Assembly Language program

Excuse me, can someone help me on this? I need to convert all the lowercase letters such as this "Hello …

assembly mips uppercase lowercase mips32
How to calculate negative number in MIPS assembly?

I am trying to compile following assembly source code, First here is code : #include <xc.h> .global main .…

assembly mips mplab mips32 pic32
Need help in adding more functionality to MIPS Single Cycle Datapath

I am trying to add jal functionality to the following but I am stuck with how does it work. I …

mips instruction-set mips32
Data memory unit

I started Verilog a few weeks ago and now I'm implementing MIPS pipelining on an FPGA board and I'm on …

verilog mips32
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
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