		for ( temp = 0x01, count = 0; temp <= 0x08; temp <<= 1, count++ ) 
			if ( temp & ROW )
			{
				row = count ;
				break;
			}
