1 year ago
#388795
Johnnakos1000
Whats the difference between blt (branch less than ) / slt (set less than) and lw (load word) / sw (store word)?
Does blt and slt compare two registers the same way? When do i use one over the other?
As far as i know:
lw (load word) saves a word from memory to register.
sw (store word) saves a word from register to memory.
Does an array (for example 12($s6)) count as a memory? Whats the practical difference of sw and lw? I dont know when to use each.
assembly
mips
0 Answers
Your Answer