Logo 
Search:

Assembly Language FAQ

Submit Interview FAQ
Home » Interview FAQ » Assembly LanguageRSS Feeds

Explain LDA, STA and DAA instructions

  Shared By: Adelina Fischer    Date: Mar 31    Category: Assembly Language    Views: 5660

Answer:

LDA copies the data byte into accumulator from the memory location specified by the 16-bit address. STA copies the data byte from the accumulator in the memory location specified by 16-bit address. DAA changes the contents of the accumulator from binary to 4-bit BCD digits.

Share: 
 

Didn't find what you were looking for? Find more on Explain LDA, STA and DAA instructions Or get search suggestion and latest updates.


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


Tagged: