View previous topic :: View next topic |
Author |
Message |
jakin
Joined: 17 Aug 2006 Posts: 6
|
Anyone |
Posted: Fri Aug 18, 2006 6:33 pm |
|
|
Hi, All:
Does there anyone know how to use IDE to convert C langauge into Assembly ? Thank you for your help. |
|
|
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
|
|
Posted: Fri Aug 18, 2006 6:38 pm |
|
|
The tool to accomplish that is called: compiler.
Compiling a C program will give you a hex file with the binary data, but when enabled, you also get a list file (*.lst) which contains the code in assembly mnemonics. |
|
|
jakin
Joined: 17 Aug 2006 Posts: 6
|
|
Posted: Fri Aug 18, 2006 7:12 pm |
|
|
please give me more details to use IDE convert C to Assembly ....
I have hex file ,but I need to know how can I burn it to PIC chip
Thanks for advence helps |
|
|
jma_1
Joined: 08 Feb 2005 Posts: 147 Location: Wisconsin
|
|
Posted: Sat Aug 19, 2006 11:21 am |
|
|
Howdy jakin,
If you have a hex file already, you do not need to use the IDE (hence the hex file and not C source files).
Depending on your pic chip and application you can use a stand alone programmer (PIC-Start, Mach, etc), or an in-circuit-programmer (ICD-U40, ICD2, etc). The pin-outs of the CCS ICD and Microchip ICD2 are identical. |
|
|
|