home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d448
/
fifodev
/
sdlib
/
bufsize.a
next >
Wrap
Text File
|
1991-02-01
|
158b
|
16 lines
; BufSizeFifo
section text,code
xdef _BufSizeFifo
xref _FifoBase
_BufSizeFifo
move.l 4(sp),D0
move.l _FifoBase(A4),A1
jmp -60(A1)
END