home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
534.lha
/
FifoLib_v3.1
/
sdlib
/
open.a
< 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-08-08
|
176 b
|
16 lines
; OpenFifo(name, bytes, flags)
section text,code
xdef _OpenFifo
xref _FifoBase
_OpenFifo
movem.l 4(sp),D0/D1/A0
move.l _FifoBase(A4),A1
jmp -30(A1)
END