Re: How does an x86 CPU swtich from 16 to 32bit mode?
Posted on 2017-01-18, 09:37
Unless you want to write your own OS (which is exciting but extremely hard), use a DOS extender. You can write protected mode programs in C or C++ using DJGPP and OpenWatcom. If you want pure assembly, NASM will work with both - yes I tried. There's also Free Pascal that uses the same extender as …