Memory address register

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. In a computer, the Memory Address Register (MAR) is a CPU register that either stores the memory address from which data will be fetched to the CPU or the address to which data will be sent and stored.

In other words, MAR holds the memory location of data that needs to be accessed. When reading from memory, data addressed by MAR is fed into the MDR (memory data register) and then used by the CPU. When writing to memory, the CPU writes data from MDR to the memory location whose address is stored in MAR.

The Memory Address Register is half of a minimal interface between a microprogram and computer storage. The other half is a memory data register.

Far more complex memory interfaces exist, but this is the least that can work perfectly.[dubious ]

The Memory Address Register holds the address of the current instruction being executed. It points to the relevant location in memory where the required instruction is (at this stage the address is simply copied from the Program Counter). In general MAR is a parallel load register that contains the next memory address to be manipulated. For example, the next address to be read or written.


<templatestyles src="Asbox/styles.css"></templatestyles>

de:Memory Address Register und Memory Buffer Register#Memory Address Register