home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
pascal
/
library
/
dos
/
communic
/
ibmcom
/
ints.inc
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-12-31
|
214 b
|
16 lines
{Include file INTS.INC. INLINE macros to disable and enable interrupts.}
PROCEDURE disable_interrupts;
INLINE
(
$FA {CLI}
);
PROCEDURE enable_interrupts;
INLINE
(
$FB {STI}
);