• memory expansion
    Hi, I am using AT89S8252 microcontroller in order to implement a Telescope GOTO system. This system needs a lot of star data and the AT89S8252 has only 8K of code and 2K of EEPROM. I also don't have...
  • C Macro Expansion Question
    Is there a way to create a C #define macro such that a call to it: nop_delay(5) would yield the following expanded code?: _nop()_; _nop()_; _nop()_; _nop()_; _nop()_; Thanks, Tom...
  • A51 Limits of Macro-expansion??
    Is there a Limit of the total size of macro-expanded code? (in V5.10) I've made a library of very handy macros which expand to a remarkably large listing. Sometimes, when I define additional macros...
  • call tree expansion
    I was trying get expansion of call tree for each functions in the map file (at section OVERLAY MAP OF MODULE) generated by uVision Keil compiler, which would looks similar to output from tool like cflow...
  • C Macro Expansion Question
    Is there a way to create a C #define macro such that a call to it: nop_delay(5) would yield the following expanded code?: _nop()_; _nop()_; _nop()_; _nop()_; _nop()_; Thanks, Tom...