Hi, I'm new to assembly (usually program in C++), and in one of my classes, I need to find out what some assembly code does. Can you guys help me?
ADDI R1, R0, #1
SW R1, 2000(R0)
LOOP: LW R1, 2000(R0)
MULT R2, R1, #4
ADDI R3, R2, #5000
LW R4, 0(R3)
LW...
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.