InterviewSolution
| 1. |
Registers(0-15) ,where They Are Going Be Resides Does That Mean Here Is It Resides Whether Real Or Virtual Memory? And Why?then Why We Are Assign Even Registers(0 To 6) For Fp Operations? |
|
Answer» Registers are PART of the CPU logic and should not be confused with MEMORY real or virtual. The question is about as sensical as asking where the UTERUS resides in a man. Also, general purpose registers 0--16 are an entirely different breed that the floating point registers. As for the numbering, a decision MADE by the manufacturer's design people. Registers are part of the CPU logic and should not be confused with memory real or virtual. The question is about as sensical as asking where the uterus resides in a man. Also, general purpose registers 0--16 are an entirely different breed that the floating point registers. As for the numbering, a decision made by the manufacturer's design people. |
|