Hi there,
is it possible to read some variable (e.g. x=0 or x=1) from a *.h file and make a corresponding choice (if...else...) in the STARTUP.A66?
thanks Cheng
Will this generate an .inc file that can be included by the assembler? Depends on the .h file I guess, if has has additional #includes or not, etc. The pre-processor might generate output containing
#line ...
Check some pre-processor output, see http://www.keil.com/support/man/docs/c166/c166_preprint.htm
-- J