home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
lib
/
pcosbind.zoo
/
source.zoo
/
pwaitpid.s
< 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
|
1992-09-20
|
235 b
|
14 lines
; int Pwaitpid(int pid, int flag, long *rusage); /* GEMDOS 0x13a */
.export Pwaitpid
Pwaitpid:
move.l a2,-(sp)
move.l a0,-(sp)
move.w d1,-(sp)
move.w d0,-(sp)
move.w #$13a,-(sp)
trap #1
lea 10(sp),sp
movea.l (sp)+,a2
rts