An Entity of Type: building, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

A memory buffer register (MBR) or memory data register (MDR) is the register in a computer's CPU that stores the data being transferred to and from the immediate access storage. It contains a copy of the value in the memory location specified by the memory address register. It acts 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 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.

Property Value
dbo:abstract
  • Das Speicherdatenregister (SDR) oder Speicherpufferregister (SPR) ist ein wichtiges Register eines Hauptprozessors in einem Von-Neumann-Rechner. Zusammen mit dem Speicheradressregister (SAR) dient es als schneller Zwischenspeicher und verringert die negativen Auswirkungen des Von-Neumann-Flaschenhalses. Bei Mikroprozessoren wird zwischen Daten- und Adressbus unterschieden. Bei vielen Systemen haben beide Busse eine unterschiedliche Breite. Das Speicherdatenregister (SDR) oder Speicherpufferregister (SPR) – englische Abkürzungen sind MDR von memory data register und MBR von memory buffer register dient zur Zwischenspeicherung von Speicherzelleninhalten, damit der Inhalt in mehreren unabhängigen Anweisungen benutzt werden kann. Dieses Register muss somit dieselbe Breite wie die Speicherzellen haben. Es verhält sich wie ein Puffer, indem es die Daten bereithält, bis sie per Steuersignal in den Hauptspeicher gespeichert bzw. auf den Bus gelegt werden. Um anzugeben, welche Adresse des Hauptspeichers das Speicherdatenregister ansprechen soll, wird die Adresse in das Speicheradressregister (SAR, englische Abkürzung MAR) geschrieben. Im strengen Sinne ist es allerdings weniger ein echtes Register, sondern eher ein passiver Puffer. (de)
  • En arquitectura de ordenadores, Memory Data Register (MDR), en español Registro de Datos de Memoria, es un registro específico de alta velocidad y poca capacidad integrado en el microprocesador. El registro está conectado al bus de datos y a través de él, el CPU lee o escribe un dato a dicho bus, que a continuación llegará a la memoria o a un puerto de entrada/salida. (es)
  • A memory buffer register (MBR) or memory data register (MDR) is the register in a computer's CPU that stores the data being transferred to and from the immediate access storage. It contains a copy of the value in the memory location specified by the memory address register. It acts 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 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. This register holds the contents of the memory which are to be transferred from memory to other components or vice versa. A word to be stored must be transferred to the MBR, from where it goes to the specific memory location, and the arithmetic data to be processed in the ALU first goes to MBR and then to accumulated register, and then it is processed in the ALU. The MDR is a two-way register. When data is fetched from memory and placed into the MDR, it is written to go in one direction. When there is a write instruction, the data to be written is placed into the MDR from another CPU register, which then puts the data into memory. The memory data register is half of a minimal interface between a microprogram and computer storage; the other half is a memory address register (MAR). * v * t * e (en)
  • Le Registre Tampon Mémoire (RTM) est un registre de l'unité de contrôle d'un processeur qui contient la donnée à écrire en mémoire où qui vient d'être lue depuis la mémoire. Le RTM est un registre à deux voies, l'une est utilisée quand une donnée est chargée depuis la mémoire dans le RTM, l'autre quand une donnée est versée du RTM vers la mémoire. Le Registre Tampon Mémoire est l'un des deux composants d'une interface mémoire, l'autre étant le Registre d'Adresse Mémoire (RAM) * Portail de l’informatique (fr)
  • Il memory data register (MDR), nell'architettura dei computer moderni, è un registro a cui la unità aritmetica e logica (ALU) ha accesso diretto e che contiene momentaneamente i dati da/per la CPU. L'MDR, insieme al memory address register (MAR), interfaccia quindi la CPU con la memoria centrale (MC) utilizzando i microprogrammi (anche detti microcode). Tutti i dati e le istruzioni che dalla memoria devono essere elaborati nel processore, transitano per il registro MDR e successivamente, da questo, raggiungono gli opportuni registri per l'elaborazione vera e propria. Analogamente, tutti i risultati di un'elaborazione che devono essere immagazzinati in memoria transitano prima per il registro MDR e da esso raggiungono poi la esatta locazione di memoria. (it)
  • 記憶體資料寄存器(Memory Data Register,MDR)是電腦控制單元中的寄存器,寄存了將要寫入到電腦儲貯(例如:RAM)的數據,或由電腦儲貯讀取後的數據。它就像緩衝器,持有從記憶體複製的數據,以準備給處理器使用。 記憶體資料寄存器是微程序與電腦資料儲存(computer data storage)之間的一個微小介面的其中一半,而另一半則是(memory address register)。 (zh)
dbo:wikiPageID
  • 1179426 (xsd:integer)
dbo:wikiPageLength
  • 1693 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1110597330 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • En arquitectura de ordenadores, Memory Data Register (MDR), en español Registro de Datos de Memoria, es un registro específico de alta velocidad y poca capacidad integrado en el microprocesador. El registro está conectado al bus de datos y a través de él, el CPU lee o escribe un dato a dicho bus, que a continuación llegará a la memoria o a un puerto de entrada/salida. (es)
  • Le Registre Tampon Mémoire (RTM) est un registre de l'unité de contrôle d'un processeur qui contient la donnée à écrire en mémoire où qui vient d'être lue depuis la mémoire. Le RTM est un registre à deux voies, l'une est utilisée quand une donnée est chargée depuis la mémoire dans le RTM, l'autre quand une donnée est versée du RTM vers la mémoire. Le Registre Tampon Mémoire est l'un des deux composants d'une interface mémoire, l'autre étant le Registre d'Adresse Mémoire (RAM) * Portail de l’informatique (fr)
  • 記憶體資料寄存器(Memory Data Register,MDR)是電腦控制單元中的寄存器,寄存了將要寫入到電腦儲貯(例如:RAM)的數據,或由電腦儲貯讀取後的數據。它就像緩衝器,持有從記憶體複製的數據,以準備給處理器使用。 記憶體資料寄存器是微程序與電腦資料儲存(computer data storage)之間的一個微小介面的其中一半,而另一半則是(memory address register)。 (zh)
  • Das Speicherdatenregister (SDR) oder Speicherpufferregister (SPR) ist ein wichtiges Register eines Hauptprozessors in einem Von-Neumann-Rechner. Zusammen mit dem Speicheradressregister (SAR) dient es als schneller Zwischenspeicher und verringert die negativen Auswirkungen des Von-Neumann-Flaschenhalses. Bei Mikroprozessoren wird zwischen Daten- und Adressbus unterschieden. Bei vielen Systemen haben beide Busse eine unterschiedliche Breite. Im strengen Sinne ist es allerdings weniger ein echtes Register, sondern eher ein passiver Puffer. (de)
  • A memory buffer register (MBR) or memory data register (MDR) is the register in a computer's CPU that stores the data being transferred to and from the immediate access storage. It contains a copy of the value in the memory location specified by the memory address register. It acts 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 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. (en)
  • Il memory data register (MDR), nell'architettura dei computer moderni, è un registro a cui la unità aritmetica e logica (ALU) ha accesso diretto e che contiene momentaneamente i dati da/per la CPU. L'MDR, insieme al memory address register (MAR), interfaccia quindi la CPU con la memoria centrale (MC) utilizzando i microprogrammi (anche detti microcode). (it)
rdfs:label
  • Speicherdatenregister (de)
  • Registro MDR (es)
  • Registre Tampon Mémoire (fr)
  • Memory data register (it)
  • Memory buffer register (en)
  • 記憶體資料寄存器 (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is owl:differentFrom of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License