??? 03/13/09 14:04 Read: times |
#163424 - use "__xdata volatile unsigned char __at(0xfffb) bMODECNF" Responding to: ???'s previous message |
#define bMODECNFG (* (unsigned char xdata *)0xFFFB)please use: __xdata volatile unsigned char __at(0xfffb) bMODECNFG; instead. (With or without the double underscores) Do you agree this is a bug in SDCC's code generation? please file a bug report. |