C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2414
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2414
 
     illegal number of operands
 
     The opcode does not support the number of operands used.
 
     Check an assembly-language reference manual to determine the
     correct number of operands for this instruction.
 
     It is possible that the instruction is supported with a different
     number of operands on a newer processor. The problem can be solved
     by compiling with the /G1 or /G2 option, but then only machines
     with the newer processor will be able to execute the extended
     instruction.
                                    -♦-