[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


warn_illegal_instructions

Description:

Controls the recognition of assembly instructions not available to an Intel x86 processor.

Compatibility:

This pragma is compatible with the following platform targets:

68K
PowerPC
NEC V800

Intel x86

MIPS
Embedded 68K

Prototype:
  #pragma warn_illegal_instructions on | off | reset Remarks:

If the pragma warn_illegal_instructions is on, the compiler displays a warning when it encounters an assembly language instruction that is not available on the Intel x86 processor that the compiler is generating object code for.

To check whether this option is on, use __option (warn_illegal_instructions), described in "Checking Options."


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 17, 2000