Keil Logo

What's New in C251 Version 3.60

  • [uVision2 Debugger]
    Added device support for the Dolphin Flip80251 Typhoon IP Core.
  • [uVision2 IDE]
    Added a new dialog for project component management under Project - Components, Environment, and Books. This dialog allows you to change the order of project targets and file groups.
  • [C251 Compiler]
    Corrected a code generation problem with stack corrections in reentrant function calls. The following code demonstrates this problem:
    extern void pr (long l1, long l2, int i) reentrant;
    long l;
    char c;
    
    void test (void) {
      pr (0, 1, (l == 0));  // wrong stack correction SP-4 instead of SP-2 due to long compare.
      pr (0, 1, (c == 0));  // wrong stack correction SP-1 instead of SP-2 due to char compare.
    }
    
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.