#include #include #define LED_CON *((unsigned char *)0x8000) // LED Control bus #define SET_CON *((unsigned char *)0x8100) // FND, Buzzer, RELAY Control bus #define LCD_CON *((unsigned char *)0x8200) // TLCD, GLCD Control bus #define LCD_DATABUS *((unsigned char *)0x8300) // TLCD, GLCD, FND, Dotmatrix Data bus #define DOT_YELLOW *((unsigned char *)0x8400) // Dotmatrix Yellow LED #define DOT_RED ..