home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Media 2
/
PC MEDIA CD02.iso
/
share
/
prog
/
ibmcom
/
ints.inc
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-12-30
|
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}
);