In assembly language, particular bit of a I/O port could be defined as '#define Relay - PORTA,1'. In mikroC, how this bit could be defined so that in the code, if the respective bit of the port requires to be set, it could be done as 'Relay = 1' or otherwise.