When the CALL instruction is executed during program then out of 40bits of instruction the OFFSET takes _____________
When the CALL instruction is executed during program then out of 40bits of instruction the OFFSET takes _____________
MIPS instructions are consisted of ___________
MIPS instructions are consisted of ___________
The LINK instruction saved in the $ra register, have PC increment of _____________
The LINK instruction saved in the $ra register, have PC increment of _____________
Operation calculating NOT of the OR can be represented as_______________
Operation calculating NOT of the OR can be represented as_______________
For jumping to the location 50 of the memory MIPS has instruction ____________
For jumping to the location 50 of the memory MIPS has instruction ____________
The gcc level of the procedure integration, can be calculated as_____________
The gcc level of the procedure integration, can be calculated as_____________
Register + branch address gives you the ______________
Register + branch address gives you the ______________
Logical Instructions _______________
Logical Instructions _______________
-
-
-
-
The initialization in the For Loop for (i = 0; i < n; i += 1) can be written in assembly language as ______________
The initialization in the For Loop for (i = 0; i < n; i += 1) can be written in assembly language as ______________
In the given expression add t0,g,h; the t0 is a ______________
In the given expression add t0,g,h; the t0 is a ______________
Jumping back to calling routine in MIPS is represented as ______________
Jumping back to calling routine in MIPS is represented as ______________
For checking, that the register $s2 is less than 15, we can write as ____________
For checking, that the register $s2 is less than 15, we can write as ____________
For comparing source and destination; register-memory format command used is ____________
For comparing source and destination; register-memory format command used is ____________
The sum of b and c placing in the variable 'a' as ______________
The sum of b and c placing in the variable 'a' as ______________
To set array[i] to 0, we must first get its address, start by multiplying i with ___________
To set array[i] to 0, we must first get its address, start by multiplying i with ___________
For pointing to the first word of the frame of a procedure, the pointer used is_____________
For pointing to the first word of the frame of a procedure, the pointer used is_____________
The expression srl $$s1,$s2,10 represents the ____________
The expression srl $$s1,$s2,10 represents the ____________
Give equation that describes a branch on register $s0 being equal to register $s1 is ____________
Give equation that describes a branch on register $s0 being equal to register $s1 is ____________
The MIPS instruction addi $s1,$s2,100. can be simplified into _____________
The MIPS instruction addi $s1,$s2,100. can be simplified into _____________
For executing java byte code the software interpreter used is _____________
For executing java byte code the software interpreter used is _____________