If I had an immediate value like:
.data
sum: .word 0
made some calculations in the code, and wanted to put the result back into "sum" in main memory, how would I do that? I've been going over the manual for the command, but I must not be understanding concepts as well as I should.
Any help for a newbie?