soft land
- 2
- 0
what is the purpose of registers in microprocessor ?
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