UART_BASE
#define OUTP(port, val) *(volatile unsigned char *)(UART_BASE+port) = val
#define INP(port) (*(volatile unsigned char *)(UART_BASE+port))