Re: [Sdcc-user] confuse icode

2011-04-21 Thread duck donal
Hi Jan, Thank you for your information! It has helped me a lot,I'll look into it in detail. But it seems a little less, do you have any other information that may help me? Thanks! 2011/4/21 Jan Waclawek > Have a look at sdcc.sf.net->wiki->SDCC internals and porting->compilation > flow.

Re: [Sdcc-user] confuse icode

2011-04-21 Thread Jan Waclawek
Have a look at sdcc.sf.net->wiki->SDCC internals and porting->compilation flow. It's sketchy but maybe will help a bit. Jan Waclawek - Original Message --- >--90e6ba53a710c75c2804a164600b >Content-Type: text/plain; charset=ISO-8859-1 > >Hi All, >In order to identify assembly

[Sdcc-user] confuse icode

2011-04-20 Thread duck donal
Hi All, In order to identify assembly code output function, I have tracked the sdcc source for a few days. So far, what I know is that the yyparse() function parsing the c code and the glue() function to generating the assembler code. But,I can't figure out where the icode generated, ho