Registers & Registered Buffers
Registered Buffers or memory data registers are the register in a computer's processor or central processing unit (CPU) that store the data being transferred to and from the immediate access storage. They contain the copy of designated memory locations specified by the memory address register. They act as a buffer allowing the processor and memory units to act independently without being affected by minor differences in operation. A data item will be copied to the MBR (Memory Buffer Register) ready for use at the next clock cycle, when it can be either used by the processor for reading or writing or stored in main memory after being written.
View All