		incdir  include:
		incdir  lvo:

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

		include powerpc_lib.i

		xref    _PowerPCBase
		xref    _LinkerDB
		executable
		smalldata
		version 8
start
		prolog  1024
		la      r4,testsem
		CALLPOWERPC     InitSemaphorePPC
		la      r4,testsem
		CALLPOWERPC     ObtainSemaphorePPC
		la      r4,testsem
		CALLPOWERPC     ReleaseSemaphorePPC
		la      r4,testsem
		CALLPOWERPC     ReleaseSemaphorePPC
		epilog

		section bss
testsem         ds.b    SSPPC_SIZE
