I am reading a code, as below, I am new in MIPS :
.text
main :
addiu $sp, $sp, -4
Why addiu $sp, $sp, -4 is used?
I am reading a code, as below, I am new in MIPS :
.text
main :
addiu $sp, $sp, -4
Why addiu $sp, $sp, -4 is used?