mips
stack overflow when pass -pie flags to gcc
I\'am trying to port fedora to mips cpu,some packages like \"sudo\" \"krb5\", following is the Makefile of \"sudo\" generated by configure which \"-fpie\" \"-pie\"flagswas auto added.[详细]
2023-03-06 16:35 分类:问答looping through array using while loop? - MIPS [duplicate]
This question already has answers here: Translating C function with args to MIPS: loop over an int array and count negatives[详细]
2023-03-04 23:38 分类:问答test byte stored in register mips
What is the best way to test if the byte stored in a reg开发者_运维技巧ister is a letter a-z and A-Z.[详细]
2023-03-03 09:55 分类:问答nand bitwise operation in MIPS Assembly
I\'ve been trying to figure out how to do a nand bitwise operation in assembly but have been unsuccessful.I\'m tried to write a logic gate simulator that will essentially produce this truth table for[详细]
2023-03-02 22:06 分类:问答Mips - Printing game's board
Hello all I have a mips assignment which is supposed to be a flipping cards game, so I am supposed to print a board which is 4x13[详细]
2023-02-28 19:48 分类:问答Binary Floating Point Addition
How does 1.000(base2) x 2^-1 + (-0.111(base2) x 2^-1) = .001(base2) x 2^-1? To a开发者_如何学编程dd binary numbers don\'t you simply just add? I\'m not seeing how the addition works..I\'m not sure wh[详细]
2023-02-28 10:30 分类:问答MIPS - compare input string to one stored in memory
I have a functioning string compare method written in MIPS (bit by bit comparison of two strings from an input by the user), but I\'m trying to update it to compare the second input with one that I ha[详细]
2023-02-27 04:28 分类:问答Help printing MIPS array of 5 - 15
I am trying to understand arrays in MIPS and am having a really hard time in doing so. The array that i am working with look like this in C++:[详细]
2023-02-26 11:19 分类:问答Compile code in C to MIPS assembly
I wrote a C program that I need to see it in MIPS assembly code. How do I install or operate a software that takes *.c file to be *.txt or *.something_else to see its MIPS assembly code ?[详细]
2023-02-26 04:37 分类:问答Unreasonable error calling function in C - Program to sort an array
I wrote a program that receive from user a series of numbers (<=20) while the last \'0\' means end of series (not included in series storing).[详细]
2023-02-25 08:29 分类:问答