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 #...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.