Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Fyresoul

    MIPS code to sort a string

    ok so I've bubble sorted the string.. is there a way to print out individual characters from the string? this code prints out my array as a string, but I want to access the individual chars in it. # Print the sorted array li $v0, 4 la $a0, sorted # Print "Sorted: "...
  2. Fyresoul

    MIPS code to sort a string

    I've written sorts before, just not in assembly. I know how to get the string (user input or hardcoded) into a register and how to work my way through it, but I'm not sure how to make it get sorted, or sort into another register. data str: .asciiz "zghfjsdkalqpwoeirutyvn" .text .globl main...

Part and Inventory Search

Back
Top