ANSWER:
The procedure of reading a word into memory location is similar to that for writing one from memory except that the data word to be read is first loaded into the MDR, the read command is issued.
The procedure of reading a word into memory location is similar to that for writing one from memory except that the data word to be read is first loaded into the MDR, the read command is issued.
Example:
Assumes
that the data word to be stored in the memory is in register R1 and
that the memory address is in register R2. The memory read operation
requires the following sequence:
- MAR <-- [R2]
- MDR <-- [R1]
- Read
- Wait for MFC
0 comments:
Post a Comment