View previous topic :: View next topic |
Author |
Message |
B.A. Guest
|
ASM File |
Posted: Sun Oct 05, 2008 1:12 am |
|
|
Hello,
I want to create an .asm file from my project (from c file).
I noticed that PCWHD creates lst. file, but I need clean .asm file so I can run as is with MPLAB.
PCWHD-> Help-> File Formats-> "The elements in the .LST file may be selected in PCW under Options>Project Options>File Formats" ...
but I don't have this option.
I work with V4.080.
Thanks |
|
|
FvM
Joined: 27 Aug 2008 Posts: 2337 Location: Germany
|
|
Posted: Sun Oct 05, 2008 2:04 am |
|
|
The settings can be easily found in Option/Project Option/Output files. But I doubt, if you are able to get a format, that can be read-in by an assembler directly. Manual formatting seems easy, however. |
|
|
n-squared
Joined: 03 Oct 2006 Posts: 99
|
|
Posted: Sun Oct 05, 2008 9:26 am |
|
|
I looked through the command line options, and as I told you, there is no clean ASM output file.
As FvM has stated, you can modify the LST file, but it will not be easy, and debugging will be a real adventure.
Noam _________________ Every solution has a problem. |
|
|
|