HP 3000 Manuals

FINTEXIT [ MPE/iX Intrinsics Reference Manual ] MPE/iX 5.0 Documentation


MPE/iX Intrinsics Reference Manual

FINTEXIT 

NM and CM callable.

Causes the return from your interrupt procedure.

Syntax 
_____________________________________
|                                   |
|                  U16V             |
|     FINTEXIT(interruptstate);     |
_____________________________________

            

Parameters 

interruptstate        16-bit unsigned integer by value (optional) 

                      Passes the state in which software interrupts
                      should be left.  Bit (15:1) controls this as:

                         Value    Meaning 

                           1      Enable software interrupts (Default)

                           0      Disable software interrupts

Operation Notes 

Software interrupts are set on return, according to interruptstate.  If
interruptstate is omitted, the software interrupts are enabled by
default.

Related Information 

Intrinsics            None

Commands              None

Manuals               Accessing Files Programmer's Guide (32650-90017)
                      and Interprocess Communication Programmer's Guide 
                      (32650-90019)



MPE/iX 5.0 Documentation