Logo 
Search:

Assembly Language FAQ

Submit Interview FAQ
Home » Interview FAQ » Assembly LanguageRSS Feeds

List the four instructions which control the interrupt structure of the 8085 microprocessor.

  Shared By: Waldemar Fischer    Date: Jan 06    Category: Assembly Language    Views: 2635

Answer:

1) DI ( Disable Interrupts )
2) EI ( Enable Interrupts )
3) RIM ( Read Interrupt Masks )
4) SIM ( Set Interrupt Masks )

Share: 
 



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


Tagged: