mips
Compare an arrays element. Switch statement/if else - Assembly - MIPS
This is my first project sorry for my lack of knowledge, this is the code I\'m trying to replicate. int A[3] = {0, 1, 2};[详细]
2023-04-04 13:14 分类:问答What does rt stands for in MIPS instruction format?
Take MIPS instruction format described here, there are some abbreviations eg rd,rs and rt. What does rt stands for? I know rt is the second source register in R-type instruction, and is the destinatio[详细]
2023-04-03 06:11 分类:问答mips compilation LSB MSB
I am cross compiling the open source library oRTP for MIPS processor (little-endian arch). My development system is i386 linux. I run the configure script as[详细]
2023-04-02 03:53 分类:问答How to load memory address without using pseudo-instructions?
I\'m trying to learn MIPS assembly language by myself using MARS simulator. For didactic reasons I\'m limiting myself to not using pseudo-instructions.[详细]
2023-04-02 03:43 分类:问答How to print .word value that is in the memory in Assembly without using la/li
How do I print .word value that is in the memory in Assembly without using la/li? I can only use the basic functions. I can print .asciiz, but I don\'t know what I am doing wrong that it is not printi[详细]
2023-04-02 02:20 分类:问答Help with finding address from MIPS instruction in hex
Hi I am stuck on my assignment, which requires me to write a c program which reads in an input file such as this:[详细]
2023-04-01 15:02 分类:问答Clarifications on signed/unsigned load and store instructions (MIPS)
I can\'t seem to grasp the concept on these stuff, even with the help of Google and a textbook in my hand.[详细]
2023-04-01 12:45 分类:问答Does $ra returns the address of current instruction or the next instruction?
I am very confused in the concept of returning address by $ra. Does it return the address of the current instruction being executed or the instruction to be executed next? For explanation please use t[详细]
2023-03-29 08:51 分类:问答How to distinguish between mips cpu types on linux when dpkg-architecture is absent?
Short question: how can I reliably distinguish between mips, mipsel, mips64 and mips64el on any linux distribution?[详细]
2023-03-29 01:31 分类:问答Problem in translating from MIPS to C
I was trying to solve this homework assignment but was unable to come up with a solution. Below is the problem,[详细]
2023-03-27 06:14 分类:问答