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
/
fpipe.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-06-22
|
173 b
|
12 lines
;int Fpipe( int *ptr ); /* GEMDOS 0x100 */
.export Fpipe
Fpipe:
move.l a2,-(sp)
move.l a0,-(sp)
move.w #$100,-(sp)
trap #1
addq.l #6,sp
movea.l (sp)+,a2
rts