Top "Mips" questions

MIPS is a RISC instruction set architecture (ISA).

MIPS - Storing ints In Array From User Input

I'm trying to store user input into an array, but when I use sw I get an error "store address …

assembly mips
Different between jump and jump and link

Could someone provide an example of the usefulness of the jal instruction can how it can be used to return …

mips
Multiplication using Logical shifts in MIPS assembly

Can someone please give me pointers on how I can go about making a code that multiplies using shifts in …

assembly mips bit-shift multiplication mips32
Android emulator system images and AMD processor

I use AMD FX X6 6300 type processor. (it supports virtualization and my BIOS setting is ON) I installed "Intel x86 …

android android-emulator arm mips intel
CMake: The C Compiler is not able to compile a simple test program

I am trying to cross-compile the Azure IoT SDK C for a Mips processor. Cross-compiling an older version of the …

gcc cmake mips cross-compiling
How to cross-compile for MIPS?

I have a DVB receiver (set-top box) similar like Dreambox and it has MIPS cpu It has embedded Linux and …

c mips cross-compiling embedded-linux toolchain
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
Integer absolute value in MIPS?

Do you have any simple ways to make a value in a register in MIPS as an absolute value?

assembly mips absolute-value
Difference between add and addu

I am confused about the difference between add and addu. The MIPS instruction reference says: add (with overflow) add unsigned (…

add mips isa
Reading files with MIPS assembly

I'm trying to write a program that reads in characters from a .dat file that correspond to different colors to …

file io mips mars-simulator