Explain LDA, STA and DAA instructions
LDA copies the data byte into accumulator from the memory location particular by the 16-bit address. STA copies the data byte from the accumulator in the memory location specified by 16-bit address. DAA alters the contents of the accumulator from binary to 4-bit BCD digits.