The inline assembler supports the full instruction set of the Intel̉ 80286 and 80287 processors, except for privileged instructions that control the processor's protected mode. It does not recognize 80386-, 80387-, or 80486-specific instructions. To use assembly instructions specific to the 80286 and 80287 processors, you must compile your QuickC program with the /G2 option included in the compiler options. For a description of the compiler /G option, refer to online help.