I just started learning MIPS32 architecture some weeks ago and while I was reading about constants in it, it said that I can add a number which is not in memory or in a register!
For example this:
aadi $s3,$s2,4
If the numbers should be in a reg to get calculated T then where does that number (which here is 4) come from? What is it represented of? When do we actually use it?