Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 9)
9.
The Storage-to-Storage instructions
have both their operands in the main store.
which perform an operation on a register operand and an operand which is located in the main store, generally leaving the result in the register, expect in the case of store operation when it is also written into the specified storage location.
which perform indicated operations on two fast registers of the machine and have the result in one of the registers
all of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
13 comments Page 2 of 2.

Sujit said:   9 years ago
Agree with the answer Have both their operands in the main store.

Akash sharma said:   8 years ago
Please tell me about its concept of storage to storage.

Anubhav said:   4 years ago
Memory to Memory Instructions was popular in the 60s and 70s with PDP-8 and PDP-11 ISA. The most recent one I know is VAX-11 ISA that uses their instructions.

They are slow but operate directly on the physical memory, therefore, are simpler to understand.

For reference, you can look up the Instruction Manual for DEC PDP-11 or DEC VAX-11/780.


Post your comments here:

Your comments will be displayed after verification.