Computer Science for IGCSE & O level - Software (Section 7 - No. 34)

What does the 'STA' instruction in assembly language typically do?
Loads a variable into the accumulator.
Stores the value of the accumulator in a variable.
Adds two numbers.
Halts the program execution.

Explanation

'STA' stands for store accumulator, meaning it stores the value in memory to a variable.

Comments (0)

Advertisement