
		;   BufSizeFifo

		section text,code

		xdef	_BufSizeFifo
		xref	_FifoBase

_BufSizeFifo
		move.l	4(sp),D0
		move.l	_FifoBase,A1
		jmp	-60(A1)

		END

