		incdir  include:
		incdir  lvo:

		include powerpc/ppcmacros.i
		include powerpc/powerpc.i

		include powerpc_lib.i

		xref    _PowerPCBase
		xref    _LinkerDB
		executable
		oea
		version 9
start
		prolog  1024
		li      r4,HW_FPEXCON
		CALLPOWERPC     SetHardware
		liw     r4,FPF_EN_OVERFLOW
		CALLPOWERPC     ModifyFPExc
		lf      f0,fpvalue
		fadd    f0,f0,f0
		liw     r4,FPF_DIS_OVERFLOW
		CALLPOWERPC     ModifyFPExc
		li      r4,HW_FPEXCOFF
		CALLPOWERPC     SetHardware
		epilog

		section data
fpvalue         dc.l    $7fefffff,$ffffffff


