We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello guys,
I'm trying to use the START_V2.A66 file in an assembler project. But it doesn't work for now. Here is my question: Do anybody know how to use this file in an assembler project? Or what I need to change inside the file, so that it works?
I'll be happy about any useful answer...
Thx
BK
One more question...What does the questionmark stand for? In my last assembler project I declared all labels without this symbol. For example: Instead of ?C0001: I would have used C0001: Thanks for any reply. Have a nice time. bye
The question marks are part of the C166 Compiler's naming convention:
http://www.keil.com/support/man/docs/c166/c166_ap_sgc.htm
As you're not using 'C', there is no need to stick to any Compiler's naming convention...
Thanks to all of you!! :) Works very well for me now. You helped me a lot. Have a nice time.