Answer the question
In order to leave comments, you need to log in
How to enter the protected mode of the processor?
Good day, users !
Need practical help on the issue of the protected mode of the processor. How can you enter it, do any action (the simplest that can be, purely for an example) and exit without errors.
Thank you for your responsiveness!
Answer the question
In order to leave comments, you need to log in
Entering protected mode:
mov eax,cr0
or al,1
mov cr0,eax
mov ebx,eax
mov eax,cr0
and al,0feh
mov cr0,eax
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question