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

c to assembly conversion

is there any conversion from C to assembly code .is there any converter ???

Parents
  • thanks Erik for your comments

    thanks again for the SRC directive u suggested coz i never used it before.....

    but i used the Assembly code option in the target window, also translate the C code in to assembly language line by line ....... in your method the assembly file is generated then again we have to compile it......... but when we select the assembly code listing option the ****.LST file is generated it is translated file line by line form C to assembly ........ that is why i choose this option

    regards
    Ashad Mustufa
    mustufa66@hotmail.com

Reply
  • thanks Erik for your comments

    thanks again for the SRC directive u suggested coz i never used it before.....

    but i used the Assembly code option in the target window, also translate the C code in to assembly language line by line ....... in your method the assembly file is generated then again we have to compile it......... but when we select the assembly code listing option the ****.LST file is generated it is translated file line by line form C to assembly ........ that is why i choose this option

    regards
    Ashad Mustufa
    mustufa66@hotmail.com

Children