home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
prog-asm
/
asmonedm.lzh
/
ASMOneDemo
/
ASMOneDemo.lzh
/
ASM-One
/
Include.Strip
/
exec
/
ports.i
< prev
next >
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
|
1991-10-17
|
420 b
|
25 lines
IFND EXEC_PORTS_I
EXEC_PORTS_I SET 1
IFND EXEC_NODES_I
INCLUDE "exec/nodes.i"
ENDC
IFND EXEC_LISTS_I
INCLUDE "exec/lists.i"
ENDC
STRUCTURE MP,LN_SIZE
UBYTE MP_FLAGS
UBYTE MP_SIGBIT
APTR MP_SIGTASK
STRUCT MP_MSGLIST,LH_SIZE
LABEL MP_SIZE
MP_SOFTINT EQU MP_SIGTASK
PF_ACTION EQU 3
PA_SIGNAL EQU 0
PA_SOFTINT EQU 1
PA_IGNORE EQU 2
STRUCTURE MN,LN_SIZE
APTR MN_REPLYPORT
UWORD MN_LENGTH
LABEL MN_SIZE
ENDC