HPlogo 900 Series HP 3000 Computer Systems: MPE/iX Intrinsics Reference Manual > Chapter 4 Command Definitions

FINTEXIT

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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:

ValueMeaning
1Enable software interrupts (Default)
0Disable 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)

Feedback to webmaster