INSTRUCTIONS AND INSTRUCTION SEQUENCING
Consider the statement C = A + B in a high-level language program. The statement requires the action C [A] + [B] to take place in the computer. When the above instruction is compiled, the three variables are assigned with three different memory locations and values of the operands will be stored in these locations.
First the instruction is fetched (taken) from memory location, then the contents of memory locations where the values of A and B are stored, then the contents are sent to ALU, the operation is performed there and again the result is stored back in the memory location identified by C
Types of Instructions
Memory Operations << Previous
Next >>ADDRESSING MODES
Support us generously: contact@lessons2all.com
Our aim is to provide information to the knowledge seekers.