Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/13/09 10:26
Read: times


 
#161481 - order of processing
Responding to: ???'s previous message
The problem is, that A51 runs a standard C preprocessor BEFORE the actual assembling. I.e. ALL preprocessor directives (#define) are evaluated before assembler ($IF etc.) directives are started to be considered.

In fact, the usage of #define etc. is a kludge Keil implemented to be able to read C-style headers into assembler. You are not supposed to use it for other purposes.

Why do you need the #define-s at all? Can you please explain? You might perhaps be better off with some other solution.

JW


List of 3 messages in thread
TopicAuthorDate
Passing argument to assembly file?            01/01/70 00:00      
   order of processing            01/01/70 00:00      
      my hands are tied :-(            01/01/70 00:00      

Back to Subject List