Ask Question

Explain the following instructions: ADD 3000, 1050, 1900.

+2
Answers (1)
  1. 31 July, 08:15
    0
    The given instructions: ADD 3000, ADD 1050, ADD 1900 are examples of immediate addressing mode.

    Explanation:

    Generally, any instruction has two fields, one to specify the instruction or operation to be performed, and another to provide the operand or some information about the operand like its effective address in the memory so that it can be fetched from there.

    In the immediate addressing mode, there is an operand field rather than the address field which means that it directly provides the operand within the instruction itself. The instruction ADD 3000 says Add 3000 to the contents of the accumulator. The same goes for ADD 1050 and ADD 1900.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Explain the following instructions: ADD 3000, 1050, 1900. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers