Logo 
Search:

Assembly Language FAQ

Submit Interview FAQ
Home » Interview FAQ » Assembly LanguageRSS Feeds

Mention the categories of instruction and give two examples for each category.

  Shared By: Kai Evans    Date: Jan 12    Category: Assembly Language    Views: 1540

Answer:

The instructions of 8085 can be categorized into the following five categories
- Data transfer Instructions -MOV Rd,Rs STA 16-bit
- Arithmetic
- Instructions -ADD R DCR M
- Logical
- Instructions -XRI 8-bit RAR
- Branching
- Instructions -JNZ CALL 16-bit
- Machine control Instructions -HLT NOP

Share: 
 



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


Tagged: