English 中文(简体)
在MIPS,如何印刷一个阵列,以降低速度
原标题:In MIPS,how to print a array in decreasing order
  • 时间:2012-04-15 04:07:49
  •  标签:
  • mips

result: .space 8

    .byte    0

某些程序

页: 1

但希望成为76543210

我如何能够这样做?

问题回答

可以通过在数据部分正确建立阵列来开始。 也可使用<代码>。 确实如此。

arrSize: .word     8
arr:     .word     0, 1, 2, 3, 4, 5, 6, 7

其次,着手撰写印刷版。 如果你找到解决办法,你就会 st忙,你可能会帮助解决问题。 如果你们需要帮助,从科索沃警察部队的编码开始,这里是几个好的资源:

MIPS 结构和大会语言

rel=“nofollow”>





相关问题
Assembly Coding Standards / Best Practices

I ve know 8086 Assembly and now I m learning MIPS Assembly by reading the books MIPS Assembly Language Programming and See MIPS Run, but I never stopped to think about the coding standards/best ...

How to write a Hello World Bootloader for MIPS?

I m learning MIPS Assembly by the book MIPS Assembly Language Programming, but my I ve just started learning MIPS because I want to build a MIPS OS, but now as I can see, there isn t any documentation ...

Beginner Errors On When Compiling a MIPS Assembly Source

I m trying to learn MIPS Assembly by learning MIPS Assembly Language Programming. In the book I have this code(extracted from the page 37 of the book): .data prompt: .asciiz " Please Input a Value: ...

MIPS Assemblysign HELP!

我最亲密的朋友正在通过EE课程(我最后希望:......),我知道大约7年前的贾瓦,但他(直线)最近的EE方案拟订任务是使用MIPS......。

How do I compile mips gnu?

I am not even sure my thread title is correct or not. Here is my story. I visited western digital website to check for a new firmware of wdtv live. I found source code of wdtv live OS is available to ...

Efficient Way to Print MIPS Int Array

I m working on a homework assignment translating a C program we wrote to MIPS. My question is about general MIPS coding and not project specific issues though. I ve run into an issue with printing my ...

热门标签