How do 80386 switches from real mode to protected mode?

Questions by Bhargavi7

Showing Answers 1 - 3 of 3 Answers

Real mode is the mode where the base instruction set of 8086 microprocessor family can be executed , whereas in the Protected mode ,the instruction set with new and advanced instructions of the microprocessor can be executed ( later family members of the 8086 family are superset of previous ones).

Therefore,the object code is UPWARD COMPATIBLE , but not Downward compatible. So, when a processor(80386) gets an instruction from a new instruction set, it automatically switches from REAL to PROTECTED Mode.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions