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

Possible to convert .a51 files to .c files?

Hi all,

I'm very new to this software, please pardon me if i ask silly questions.

I got some files written in assembly laguage (.a51 format), is it possible for me to convert these files into c code (.c extension)? If so, how?

Many thanks.

Regards,
Tan

Parents
  • "is it possible for me to convert these files into c code"

    "Convert" is not really the word here.
    You will need to read the assembler files, understand what they're doing, and then re-implement that in 'C'.

    But why do you want to do it anyway? There is no problem in having a mixed Project containing both 'C' and assembler.

    "I'm very new to this software"

    What do you mean by that?
    Do you mean you alrady have experience with other tools, but not Keil?
    Or do you mean you are a complete novice to microcontroller programming?

Reply
  • "is it possible for me to convert these files into c code"

    "Convert" is not really the word here.
    You will need to read the assembler files, understand what they're doing, and then re-implement that in 'C'.

    But why do you want to do it anyway? There is no problem in having a mixed Project containing both 'C' and assembler.

    "I'm very new to this software"

    What do you mean by that?
    Do you mean you alrady have experience with other tools, but not Keil?
    Or do you mean you are a complete novice to microcontroller programming?

Children