home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Misc
/
HF-SCL1.DMS
/
in.adf
/
inclib.lha
/
Inc
/
exec
/
interrupts.inc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-09-01
|
335 b
|
26 lines
include "inc/exec/nodes.inc";
include "inc/exec/lists.inc";
struct Interrupt is
is_Node:Node;
is_Data:ulong;
is_Code:ulong;
;
struct IntVector is
iv_Data:ulong;
iv_Code:ulong;
iv_Node:ulong;
;
struct SoftIntList is
sh_List:List;
sh_Pad:uword;
;
def SIH_PRIMASK = ($f0);
def INTB_NMI = 15;
def INTF_NMI = (1<<15);