Is there a difference between the following two statements: 1.
char far SL811 _at_ 0x07F7FF; SL811 = 0x0D;
#define SL811 *((char far *)0x07F7FF) SL811 = 0x0D;