VP/ix and Merge instruction sets (Was: Re: Can protected mode...)

Robert Swirsky swirsky at olivee.olivetti.com
Tue Nov 28 05:30:28 AEST 1989


One thing many people don't realize is that the 32-bit arithmetic
instructions *are* available even in REAL and virtual 8086 mode. All
you have to do is put the operand size prefix 0x66 in front of
a math instruction.

Look in any good 80386 programming book for more information.

Of course many programs that expect the computer to be in REAL mode
will still have problems in virtual 8086 mode. For example, if
a program attempts of modify the CR registers, or to switch to 
protected mode, it would fail in virtual-8086 mode (and therefore VP/IX).



More information about the Comp.unix.i386 mailing list