This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

START_V2.A66 in Assembler Project?

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

Parents
  • It's really a beginners problem. But there are only descriptions available for C-Projects. I want to create an assembler project. For example: I got a file named test.a66, that file contains all my assembler actions. And I got the START_V2.A66 file. So how do i combine these two files, that they work together? The START_V2.A66 jumps normally after all initialisation and setup actions into a main() function. This main function doesn't even exist in my test.a66. So an error is thrown... Could you give me an example, how it should look like for both files? Maybe it's right to easy for you...

Reply
  • It's really a beginners problem. But there are only descriptions available for C-Projects. I want to create an assembler project. For example: I got a file named test.a66, that file contains all my assembler actions. And I got the START_V2.A66 file. So how do i combine these two files, that they work together? The START_V2.A66 jumps normally after all initialisation and setup actions into a main() function. This main function doesn't even exist in my test.a66. So an error is thrown... Could you give me an example, how it should look like for both files? Maybe it's right to easy for you...

Children