• #if and #endif
    What is the use of #if and #endif directives. In what way it differs from if() { } Thanks
  • Nesting of pre-processor #if/#endif
    Hello. Using C51, is nesting of pre-processor #if/#endif statements allowed?
  • PREPRINT directive *.i file + comments
    Hello, Copy Help: The PREPRINT directive causes the compiler to produce a preprocessor listing file. Macro calls are expanded and comments are deleted and an object file is created. I need comments...
  • Segment Naming in linker directive file
    Hi, I am using the linker LX51 ver3.30. I have two questions regarding the linker directive control file: 1. Whats the difference between using the linker directive ?PR?*?module_name and ?PR?module_name...
  • Link error on missing symbol that is there.
    The symbol X shows up in the link map, but the linker still generates unresolved symbol errors for X in main. Any ideas? File Main.c: extern xdata X[]; static char xdata* p = X; void main( void...