home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d448
/
fifodev
/
sdlib
/
close.a
< prev
next >
Wrap
Text File
|
1991-02-01
|
168b
|
16 lines
; CloseFifo(fifo,flags)
section text,code
xdef _CloseFifo
xref _FifoBase
_CloseFifo
movem.l 4(sp),D0/D1
move.l _FifoBase(A4),A1
jmp -36(A1)
END