Question: please fast please Consider a hypothetical machine with the following specifications: . It has 35 instructions in its instruction set It has 50 general purpose

Consider a hypothetical machine with the following specifications: . It has 35 instructions in its instruction set It has 50 general purpose registers It stores data in a 64M x 32 memory system. . The previous hypothetical machine includes the following instruction in its instruction set: MUL opi, op2, immediate This instruction multiplies op2, which must be a register, by the immediate operand value, and places the result in op1, which must be a memory. knowing that the immediate operand is a signed integer number represented using 2's complement representation and range from -512 to +511. Answer the following questions thwhat is the minimum number of bits in the opcode field 2- What is the minimum number of bits to represent the opt field? 3- What is the minimum number of bits to represent the op2 field? 4. What is the minimum number of bits to represent the immediate field? A microprocessor has the following addition instruction that uses 2-level memory indirect addressing mode to add the content of the effective address to the accumulator. ADD ((A)) Assume the microprocessor requires 3 clock cycles to fetch data or instruction from memory. . 4 clock cycles to perform addition What is the total number of clock cycles required to fetch the operand from memory
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
