#include <16f877A.h>
#include <math.h>
#use delay(clock=4000000)
#define devre1 RB5;
#define devre2 RB4;
main (void)
{
int ADCON0,ADCON1;
int devrem;
int devre2;
float giris;
int a,b;
devre1=1;
devre2=1;
ADCON0=1;
ADCON1=0x8F;
TRISA=0xFF;
TRISB=0x00;
set_adc_channel(0)...