how can i define a byte or bit variable in ASM. as we use in C
e.g
char a = 0; bit TimeStop = 0; unsigned char sec=55;