Dumb question...
When a C file is compiled in MPLAB is an ASM file generated?
Or does it go straight to HEX?
Dumb question...
When a C file is compiled in MPLAB is an ASM file generated?
Or does it go straight to HEX?
Dave
Always wear safety glasses while programming.
I am sure that compiler outputs both asm and hex files.
I smell wat you are cooking, but I believe that the produced asm file is quite difficult to read.
Ioannis
When you're using a Microchip C compiler there is no asm file.
There appear to be a few files on the way to hex, but at a glance,
there doesn't look to be anything I can read.
This code ends up on a 16 bit dspic that PBP doesn't support.
The code in this server is based on what you have posted here,
but with addition of SD card support and some other things.
Well that blows that idea.
Dave
Always wear safety glasses while programming.
Bookmarks