HPlogo MPE/iX Intrinsics Reference Manual > Chapter 5 Command Definitions (FCONTROL - FLOCK)

FINTEXIT

MPE documents

Complete PDF
Table of Contents
Index

Edition 7 E0701 ♥
Edition 7 E0300
Edition 6 E0195

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 FINTSTATE
Manuals Accessing Files Programmer's Guide
Interprocess Communication Programmer's Guide




FINDJCW


FINTSTATE