soft land
- 2
- 0
what is the purpose of registers in microprocessor ?
The discussion revolves around the purpose of registers in microprocessors, exploring their roles in processing commands, logical operations, and interactions with external memory and devices. The scope includes technical explanations and conceptual clarifications related to microprocessor architecture.
Participants express differing views on the specific functions and importance of registers compared to external memory and devices, indicating that multiple competing perspectives remain in the discussion.
Some claims depend on the definitions of registers and external memory, and the discussion does not resolve the nuances of how registers interact with the ALU and other components.
soft land said:what is the purpose of registers in microprocessor ?
MIC said:When you give certain commands to the processor the bits currently on the register will undergo logical operations, or be moved to a bus/device.
Phrak said:well, the same could be said of external memory, other external devices, temporary registers, and the like.
MIC said:then why do you have to explicitly read from or write to external memory using the registers, while information on the registers can directly be manipulated with the ALU