Advertisements
Advertisements
Question
Explain the following instruction of Micro-processor 8085 with an example:
STA addr
Explain
Advertisements
Solution
STA addr (Store Accumulator Direct). This instruction copies the content of the Accumulator into the memory location specified by the 16-bit address (addr) in the instruction. The content of the Accumulator remains unchanged.
Example:
If A = 55H, executing STA 2000H will store 55H at memory location 2000H.
shaalaa.com
Is there an error in this question or solution?
2023-2024 (July) Official Board Paper
