Answer:
Assembly language code for addition and storage
Step-by-step explanation:
Step by step explanation of this code is as follows:
1. In first step the value 10 is loaded to register A
2. In the second step the value 5 is loaded to register B
3. In the third step value in register A and value in register B are added i.e 10 and 5 are added and stored in register A
4. In the last step the value in register A is moved to memory location [20]