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
  • Assalam
    there are several method, if you are not using keil then compile in any cross compiler then take the hex file of the crossponding C coding file then use the hex to asm converter free available on internet and convert ur file in ASM

    another method is that keil Uvision...... in target window there is an option of listing u select the assemble code option then ur code is conveted in to assembly

    Ashad

Reply
  • Assalam
    there are several method, if you are not using keil then compile in any cross compiler then take the hex file of the crossponding C coding file then use the hex to asm converter free available on internet and convert ur file in ASM

    another method is that keil Uvision...... in target window there is an option of listing u select the assemble code option then ur code is conveted in to assembly

    Ashad

Children