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


interrupt_fast

Description:

Controls the compilation of object code for interrupt routines.

Compatibility:

This pragma is compatible with the following platform targets:

68K

PowerPC
NEC V800
Intel x86
MIPS
Embedded 68K

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

When this option is on, the compiler generates a special prologue and epilogue for functions so that they may be used to handle interrupts.

For convenience, the compiler will also mark any interrupt function so that the linker does not dead-strip it. See "force_active" for related information.


[ 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