Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
I am trying to make an assembly program and I get the below error.
It is my first time using QTSpim Simulator.
My file start with
.data N: .word 5 X: .word 2,4,6,8,10 SUM: .word 0
another Syntax Error
:
You need to complete the program. Try this:
.data N: .word 5 X: .word 2,4,6,8,10 SUM: .word 0 .text .globl main main: #your code here li $v0, 10 syscall .end
Add a comment
Required, but never shown
By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.
:actually in the file?