
void ex0_isr (void) interrupt 0
{
	keyboard_data = data_table[counter];
	lcd_data('B');
	counter++;
	IT0 = 1;

}
