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 Mike Lewis 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. AsmNewb

    assembly syntax help

    well, right now I am working under a windows environment as well. So the codes are being tested using an emulator called SPIM
  2. AsmNewb

    assembly syntax help

    well, one thing I find strange is that the assembly language syntax that are used on this forum is very different from the one I am learning to use. This is the syntax that I am familiar with: # belove is an example of an if statement main: la $a0, $MSG # Put message addr in $a0 li $v0, 4 #...
  3. AsmNewb

    assembly syntax help

    I don't know where to start, but anyway, i am new to assembly language and trying to write a basic bubble sort program. I know the algorithm to do it, but lack the syntax knowledge such as: 1. what is the command for for loops, if loops. If anyone can direct me to some reading material like...

Part and Inventory Search

Back
Top