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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/08/07 10:01
Read: times


 
#140414 - Preprocessing
Responding to: ???'s previous message
Note that the 'C' preprocessor is essentially independent of the 'C' language - so you can use it to prepare pretty much any text file - including assembler files.

I once worked on a project that used the 'C' preprocessor to create the Linker command file...

Most compilers either supply the preprocessor as a separate tool, or have an option to "preprocess only"

Since it's independent of the language, you don't even need an 8051-specific preprocessor; eg, you could use the one from the (free) Borland compiler.

I once worked on a (different) project that used the Borland preprocessor, because the cross-compiler's preprocessor was rubbish!

List of 8 messages in thread
TopicAuthorDate
Constants as extern            01/01/70 00:00      
   Insufficient Information            01/01/70 00:00      
      tool-independent approach            01/01/70 00:00      
         Preprocessing            01/01/70 00:00      
   Example            01/01/70 00:00      
      RTFM?            01/01/70 00:00      
   Here is one way to do it            01/01/70 00:00      
   Thanks a lot            01/01/70 00:00      

Back to Subject List