Logo 
Search:

Assembly Language FAQ

Submit Interview FAQ
Home » Interview FAQ » Assembly LanguageRSS Feeds

Explain the purpose of the I/O instructions IN and OUT.

  Shared By: Lois Schmidt    Date: Jan 10    Category: Assembly Language    Views: 1541

Answer:

The IN instruction is used to move data from an I/O port into the accumulator. The OUT instruction is used to move data from the accumulator to an I/O port. The IN & OUT instructions are used only on microprocessor, which use a separate address space for interfacing.

Share: 
 

Didn't find what you were looking for? Find more on Explain the purpose of the I/O instructions IN and OUT. Or get search suggestion and latest updates.


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


Tagged: