Question
Solution Preview
This material may consist of step-by-step explanations on how to solve a problem or examples of proper writing, including the use of citations, references, bibliographies, and formatting. This material is made available for the sole purpose of studying and learning - misuse is strictly forbidden.
MIPS R2000 processor consists of three components:- Registers -> these hold data values for Central Processing Unit (CPU);
- ALU -> Arithmetical- Logical Unit: it performs arithmetic and logic functions (basics). As functional mode, it takes values from registers and returns values to
registers, too.
- Control Unit -> checks what operation to execute; also directs data flow to/from memory and directs data flow between registers and ALU. We have to mention that performed actions are decided by the current instruction.
In case of MIPS R2000, a word size is 32 bits (4 bytes), each of the 32 registers holding 32 bits....