Logo 
Search:

Assembly Language FAQ

Submit Interview FAQ
Home » Interview FAQ » Assembly LanguageRSS Feeds

Basic concepts in memory interfacing

  Shared By: Adelino Fischer    Date: Feb 04    Category: Assembly Language    Views: 1896

Answer:

The primary function of memory interfacing is that the microprocessor should be able to read from and write into a given register of a memory chip. To perform these operations the microprocessor should
- Be able to select the chip
- Identify the register
- Enable the appropriate buffer

Share: 
 

Didn't find what you were looking for? Find more on Basic concepts in memory interfacing Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: