Fungsi Instruction Decoder ⭐
: It produces electrical signals that open or close logic gates, directing the flow of data across the CPU's internal buses.
: The CPU gets an instruction from memory and stores it in the Instruction Register (IR) .
: The Instruction Decoder reads the IR, breaking down the binary pattern into meaningful commands. Fungsi Instruction Decoder
: It extracts the operands (the data or memory addresses the instruction will act upon) from the instruction bit stream.
: It identifies the Opcode (operation code), such as "ADD," "MOVE," or "JUMP," and determines which functional unit (like the ALU) needs to be activated. : It produces electrical signals that open or
: The generated control signals trigger the hardware (e.g., the ALU performs a calculation). 🛠️ Types of Instruction Decoders
The instruction decoder operates during the second phase of the cycle: : It extracts the operands (the data or
The is a critical component of a Central Processing Unit (CPU) responsible for interpreting binary machine code and converting it into signals that tell the computer's hardware exactly what to do. ⚙️ Main Functions of the Instruction Decoder
