Questions tagged as 'mips32'

1
answer

Sum of a vector in MIPS (mars) [closed]

How could a program that allows the sum of the elements of a vector (A [] = {1,2,3,4,5,6,7}) of 7 elements which is in memory. And the result is stored in a variable and stored in memory.     
asked by 14.04.2018 / 18:23
1
answer

Do a strlwr in mips

I need to pass a string that is uppercase to lowercase but I do not know what I can spend on mips, I know that the strlwr is spent in C but I do not know the assembler code, someone can help me, I have searched for information but it does not ap...
asked by 29.04.2018 / 23:21
0
answers

I need help with my assembler exercise

How can I make this code go through the whole loop without having to implement it one by one? For now what I have is this, the variable 7 would have to be stored inside an array and it has to have a loop that adds them all, going through the mem...
asked by 15.04.2018 / 11:40