	AREA	|asm$$code|,CODE,READONLY

	EXPORT  peek

peek
	SWI	&20016
	LDR	R0,[R0,#0]
	TEQP	PC,#0
	MOV	R0,R0
	MOVS	PC,LR

	DCB	"ARM Release 000, do not distribute further",0

	END
