• error A10: ATTEMPT TO DEFINE AN ALREADY DEFINED SYMBOL
    Build target 'Target 1' assembling STARTUP.ASM... 89C51RE2.H(17): error A10: ATTEMPT TO DEFINE AN ALREADY DEFINED SYMBOL This is line 17 in the header file /* BYTE Register */ Sfr (P0 , 0x80...
  • Ax51 attempt to define an already defined label
    I'm trying to use the ax51 standard macro assembler to find a way to determine if a symbol or label is already defined. Something like the following pseudo code: if label "table_abc" is defined,...
  • DEFINE's
    Sorry to bug this forum, but I have no one else to ask.. In one program sample file there is this definition #ifndef MCB2130 #include <lpc21xx.h> #else #include <lpc213x.h> #define ADCR AD0CR...
  • Changing #define
    Hello, In programme I have defined #define DEVICE_ID 0x32 But I want to change Device Id when I get command of change Device Address. How should I do it? Regards, Abhijeet R. Mudgal...
  • #define "val.h"
    hai, I had written a code in following way #include <REGX55.H> #include <math.h> #include "DEFINE_H.h" void delay(unsigned int); main() { while(1) { HEALTH = ~HEALTH; delay(65535...