Question: For the machine instruction: ADD 800, 400, 1200, what does this instruction mean? This instruction executes: 800 + 400 = 1200 This instruction asks
For the machine instruction: ADD 800, 400, 1200, what does this instruction mean? This instruction executes: 800 + 400 = 1200 This instruction asks that the numbers stored in locations 800 and 400 be added together, and the result stored in location 1200: [1200] [800] + [400] = This instruction asks that the numbers stored in locations 400 and 1200 be added together, and the result stored in location 800: [800] = [400] + [1200] his instruction asks hat the numbers stored in locations 800 and 12 be added together, and the result stored in location 400: [400] = [800] + [1200]
Step by Step Solution
There are 3 Steps involved in it
The correct interpretation for the machine instruction ADD 800 400 ... View full answer
Get step-by-step solutions from verified subject matter experts
