开发者

mips

0
  • MIPS: How to sort

    I need your help with this problem of sorting in MIPS assembly : how to write a MIPS program to read a text file containing only decimal integers and sort them in descending order.[详细]

    2023-02-19 22:28 分类:问答
  • Mips Recursive Question

    I have to create the Fibonacci sequence numbers and then check if a number that the user enters is a valid Fib. number. If it is I have to display n number of numbers up开发者_如何转开发 to their ente[详细]

    2023-02-19 22:23 分类:问答
  • Mips x32 using an array

    im writing this code for one of my assignments and i need to have an array of size 128 which i do by drops: .space 128[详细]

    2023-02-19 16:14 分类:问答
  • Assembly code problem

    I want to have a program that takes 2 inputs from the user and multiplies each other 开发者_如何学Gousing addition(for example 3*2 adds 2 three times) but I don\'t know what\'s wrong with it.[详细]

    2023-02-19 13:30 分类:问答
  • Register value - MIPS

    The language is MIPS. $s2 = 0x00000046;$s1 = 0x000038c What will be the $s2 value in开发者_开发百科 Hex after the following code ? :[详细]

    2023-02-19 11:53 分类:问答
  • Where can get libc_p.so source code?

    I\'d like to profiling my owned process in target hardware, I only can check the source code as libc.so since there is no libc_p.so available for my开发者_开发百科 MIPS target hardware.[详细]

    2023-02-19 11:18 分类:问答
  • Mips floating point addition

    So I\'m trying to write a program in MIPS assembly code to help me better understand how floating point addition works. I understand how a floating point number is broken up into a 1 bit sign, 8 bit e[详细]

    2023-02-19 08:56 分类:问答
  • How to convert UTF-16 to and from ASCII

    I\'m writing a subroutine 开发者_如何学JAVAin MIPS assembly language to convert ASCII into UTF-16 and vice versa. However, I could not find any trick how to convert it.Pseudocode, assuming that your b[详细]

    2023-02-17 17:38 分类:问答
  • How to cross-compile for MIPS?

    I have a DVB receiver (set-top box) similar like Dreambox and it ha开发者_开发知识库s MIPS cpu[详细]

    2023-02-17 01:05 分类:问答
  • Adding bits x32 mips assembly

    I am trying to add 2 strings of bits in a function and i cannot get it to work... any suggestions? here is my code below:[详细]

    2023-02-17 00:07 分类:问答