Author |
Message |
Topic: Need help tracing an assembly call |
Grimmtooth
Replies: 5
Views: 5146
|
Forum: General CCS C Discussion Posted: Mon Aug 10, 2009 5:44 pm Subject: Need help tracing an assembly call |
I was able to track down the nolist command and comment it out, but it didn't change the call structure of the compiler. For example, the c expression here in assembly has 2 calls to functions, but I ... |
Topic: Need help tracing an assembly call |
Grimmtooth
Replies: 5
Views: 5146
|
Forum: General CCS C Discussion Posted: Mon Aug 10, 2009 12:36 pm Subject: Need help tracing an assembly call |
I'm using a pic24f and my header is as follows:
#include <24FJ128GA010.h>
#FUSES NOWDT //No Watch Dog Timer
#FUSES NOJTAG //JTAG disabled
#FUSES NOPR ... |
Topic: Need help tracing an assembly call |
Grimmtooth
Replies: 5
Views: 5146
|
Forum: General CCS C Discussion Posted: Fri Aug 07, 2009 6:44 pm Subject: Need help tracing an assembly call |
I'm looking to trace the c compiler's assembly structures and calls to look for speed optimization opportunities. Unfortunately, I have yet to figure out how to trace calls like the one that follows:
... |
Topic: Compiler Error w/ CCS Fns & User code - Pic24 |
Grimmtooth
Replies: 3
Views: 3458
|
Forum: General CCS C Discussion Posted: Mon Jul 20, 2009 12:00 pm Subject: Compiler Error w/ CCS Fns & User code - Pic24 |
That appears to fix the problem. I didn't realize the compiler required all main declarations to be at the beginning of main. My experience with C compilers has been on the PC side with my Microchip p ... |
Topic: Compiler Error w/ CCS Fns & User code - Pic24 |
Grimmtooth
Replies: 3
Views: 3458
|
Forum: General CCS C Discussion Posted: Mon Jul 20, 2009 11:38 am Subject: Compiler Error w/ CCS Fns & User code - Pic24 |
I have installed CCS at work for the purpose of working with the Pic 24 line. Once installed, I wanted to test out the compiler and have found a major error in compiling any integrated program. Whene ... |
|