Regarding Paradigm C++ compiler
Respected Experts,
I am Ravi Kumar.N, I am using paradigm C++
compiler for one of my application.
In most of the 'C' compiler like SDCC, a .lst file will be generated
when a 'C' file is compiled. This .lst file contains a corresponding
assembly code for the'C' code compiled.
Thus by using the .lst file we come to know the clock counts consumed
by each instruction.
In the same way is it possible to obtain a corresponding assembly
code for a C/C++ code compiled using paradigm C++ compiler.
With Regards
Ravi Kumar.N
.
Relevant Pages
- Re: Question on fixed point division
... To do a divide, first code it up in C, and check the lst file to see ... The compiler may inject the code ... You can look at the Sharc RECIPS ... (comp.dsp) - Re: What micros do you actually like to work with?
... I really like ARM chips. ... I also like the 68K architecture which IMHO ... The MSP430 on the other hand has a GNU compiler collection compiler ... makes for easy and readable assembly code. ... (comp.arch.embedded) - Re: Poor performance of implied-DO loop with Intel Fortran
... Obviously v8.0 of the Intel compiler scales fine, ... makes me think I will continue to use this idiom with an eye to any ... > way to fill large arrays. ... > the generated assembly code, ... (comp.lang.fortran) - Re: Assembling Visual Studio generated listing files
... assembly code) internally. ... the Bliss-11 compiler we did at CMU (because there were so many PDP-11 object ... on all machines) and the original PDP-11 C compiler from Bell Labs. ... Not just a little bit stupid; ... (microsoft.public.vc.mfc) - Re: Question about function call in a microprocessor?
... > or subroutine call in a assembly code. ... > about the stack here. ... > foo uses lets says 5 local varaibles. ... compiler and look at the output listing. ... (sci.electronics.design) |
|