Posts by Othon • 36 points
2 posts
-
1
votes1
answer88
viewsA: MIPS: Label with number(?) on Branch on Not Equal
Hello! When I took the Computer Organization (Computer Architecture) course, I used MARS[1] as a simulator and there it says that the third argument of the instruction Branch on not Equal (BNE) must…
-
1
votes3
answers99
viewsA: If I declare a variable and do not use it in the body of the program, will it compile?
I have never seen a situation where the program does not Compile for this reason, but this is not enough to say that it will always work. If Compile and the compiler use an optimization technique…