Logo 
Search:

Assembly Language FAQ

Submit Interview FAQ
Home » Interview FAQ » Assembly LanguageRSS Feeds

List out categories of the 8085 instructions. Give examples of the instructions for each group.

  Shared By: Abigail Campbell    Date: Jan 08    Category: Assembly Language    Views: 4532

Answer:

1) Data transfer group – MOV, MVI, LXI.
2) Arithmetic group – ADD, SUB, INR.
3) Logical group –ANA, XRA, CMP.
4) Branch group – JMP, JNZ, CALL.
5) Stack I/O and Machine control group – PUSH, POP, IN, HLT.

Share: 
 



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


Tagged: