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
/
fcntl.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
|
220 b
|
14 lines
;long Fcntl( int f, long arg, int cmd); /* GEMDOS 0x104 */
.export Fcntl
Fcntl:
move.l a2,-(sp)
move.w d2,-(sp)
move.l d1,-(sp)
move.w d0,-(sp)
move.w #$104,-(sp)
trap #1
lea 10(sp),sp
movea.l (sp)+,a2
rts