mips
MIPS struct node
The following linked list node is declared in C: struct node { double val; struct node *next; } 开发者_开发知识库[详细]
2023-04-13 09:00 分类:问答Comparing strings in MIPS assembly
I have a bunch of strings in an array that I have defined in the data segment.If I were to take 2 of the strings from the array, is it possible to compare them to see which has a greater value in mips[详细]
2023-04-12 04:19 分类:问答User input problems
I\'ve literally just started programming in assembly language this week and I\'m having some trouble.I\'m making a program in MIPS using PCSpim and the program prompts the user to enter two non-negati[详细]
2023-04-11 16:23 分类:问答Is my MIPS compiler crazy, or am I crazy for choosing MIPS?
I am using a MIPS CPU (PIC32) in an embedded project, but I am starting to question my choice. I understand that a RISC CPU like MIPS will generate more instructions than one might expect, but I didn\[详细]
2023-04-11 09:28 分类:问答MIPS: Can I get unsigned int value from user via syscall?
The title pretty much sums this up. I am writing a program in 32-bit MIPS Assembly Language (using the MARS emulator) for a school project and I\'m having zero luck reading in int values > 2,147,483,6[详细]
2023-04-11 03:12 分类:问答What technology can be used for animating a MIPS Pipeline?
For my Computer Architecture class, I have to create an Animated MIPS Pipeline Simulation with the colors and everything. Any idea which technology can be used to accomplish this? 开发者_JAVA技巧I can[详细]
2023-04-10 15:32 分类:问答Convert C to MIPS - Nested Arrays
I am studying the MIPS assembly language and came across this example in the book and to me it seems incorrect. If it is it wouldn\'t be the first mistake I found in this book.[详细]
2023-04-10 02:56 分类:问答spim simulator pcspim : error setting value at an address
Hi I am using spim simulator pcspim and I am trying to set a value at an address using the set value option under the simulator menu.[详细]
2023-04-09 18:30 分类:问答Linux(MIPS): Temporarily "change" register contents when viewing core dump
Some of the threads in my app are sat in optimized functions and when I debug the app, gdb can\'t backtrace from those functions. But I\'ve looked at the assembler and can partially unwind the stack b[详细]
2023-04-09 08:01 分类:问答Accessing one character in a string
I am using something like SPIMS or MARS with syscall functions. I am reading in a string (and it works because I can print it out) as follows:[详细]
2023-04-08 22:27 分类:问答