• problem with macro
    the following type of macro defining causing error , what should i do? plz help. #define LCD_DATA P2 error: 'LCD_DATA': undefined identifier
  • Macro translation problem
    I am converting some old Standard Assembler Macros over to MPL. I am stuck on the old IRPC directive which was soo useful. I can't find anything similar in MPL. Any help on "rolling my own" MPL version...
  • Macro translation problem
    I am converting some old Standard Assembler Macros over to MPL. I am stuck on the old IRPC directive which was soo useful. I can't find anything similar in MPL. Any help on "rolling my own" MPL version...
  • problem with macro
    the following type of macro defining causing error , what should i do? plz help. #define LCD_DATA P2 error: 'LCD_DATA': undefined identifier
  • assembler macro included in C macro
    l.s., For delay purposes I need NOP's in an assembler macro, the code below doesn't do the trick. Thread 2267.htm doesn't help me either. A C macroloop, with e.g. DELAY(a); a = 10, slows the execution...