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:

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

1 Expert Approved Answer
Step: 1 Unlock

The correct interpretation for the machine instruction ADD 800 400 ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!