Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7936713
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T22:17:53+00:00 2026-06-03T22:17:53+00:00

Hi have to code this loop: for($6=10;$6!=0;$6–){ $7=$6; } but with some conditions. I

  • 0

Hi have to code this loop:

for($6=10;$6!=0;$6--){ 
    $7=$6; 
}

but with some conditions. I can only use BEQ and must assume that the initial value of each register is the number of the register.

How can evaluate that difference only using BEQ?

I’ve made this

main:
    add   $6,$5,$5
    for:
        add     $7,$6,$0
        sub     $6,$6,$1
        beq     $6,for

but I’m stuck on the verification.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T22:17:54+00:00Added an answer on June 3, 2026 at 10:17 pm
    1. Set $6 equal to 10. Why give $6 an initial value of 6 when you’re
      just going to overwrite it?
    2. Enter your loop and set $7 to $6.
    3. Decrement $6 and jump to the next label if $6 equals zero, otherwise
      jump back to the start of the loop.

    The code:

    li $6, 10
    for:
        move $7, $6
        subi $6, $6, 1
        beq $6, $0, end
        j for
    end:
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this code that makes a string and then echos the loop out
I have this loop for (it= someCollection.iterator; it.hasNext(); ) { //some code here }
I have this code that executes a for loop in javascript with a php
I have the code below and I want to loop this every 5 seconds.
In my code, I have this loop, which brings up various 2-hour time blocks.
I have this PHP code in a loop for every post on the admin
i have this code, that works without any problem: <script> $(document).ready(function () { $(.block1).click(function
I ran across an interesting issue in some of my humanize_bytes() code. This loop
I have some code: ... reader.loop(0, callback) ... (from here http://breakingcode.wordpress.com/2010/04/02/using-impacketpcapy-with-python-2-6-on-windows/ ) How this
I have some code which collects points (consed integers) from a loop which looks

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.