Hello, I am using Frankline Ver 3.20, Now i made a mind to purcahse keil V7, I have few ? can you please reply me. 1. the code is compitalble with Frankline V 3.2 (Dos Based) with Keil V 7. 2. Can it optimised my code with current size, and how much % redused " approx tell me" 3. presently i am not facing any problem with Frankline 3.20, is my investment worth it. please suggest it. thanks and Regards Pramod Gupta (India)
Your compiler is very old. There are thing that were allowed by C in the past, but are not allowed now. Try down loading the Eval version. Compiler your modules. See how well they do. Do not forget to turn OFF integer promotion.
I tried with Demo, it have only 2 K limit, and my current size is around 58K, so i decide to purchase, hope for the best. thanks for your info. Pramod Gupta
"Your compiler is very old" Absolutely! Even going from such a prehistoric version of any compiler to the latest version of the same compiler you should expect to have to make a few changes...
A terce but comprehensive list of the changes from prior versions to the latest release are found in the manual: http://www.keil.com/support/man/docs/c51/c51_xb.htm From version 3, there are a lot of updates. Jon
One thing not mentioned there, that had me not using the new version for ages till I finally found out what my problem was, is that the defaults may have changed. My case was overlaying of variables that in the original version I used was the default and in the current version require optimization level 2. Erik