• 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...
  • 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...
  • Macro Expansion with NANA
    Hello All, I am trying to use the GNU NANA in my project for Invariants and Quantifiers. I am facing some issues with macro expansion (the macros are already written by NANA people). Whenever...
  • A51 limits
    Hello, I use a rather old version of A51 (V5.52b) and L51 (V3.52), both MS-DOS executables. Yesterday I got this error from the assembler: A51 FATAL ERROR - ERROR: LIMIT EXCEEDED: TOO MANY EXTERNALS...
  • Debug information with A51 and macros
    Is anybody try to debug assembler code with MPL macros. In the source window, line in file is not correct adress instructions. I sent 2 email to Keil about three weeks and I haven't any answer. Also...