#include <REG8252.H>

void main(void)
{
	float a;

	a=5.34;

	if( a > 1.2 )
		P1=20;
	else;
		P1=10;

	while(1);
} 