Posted on May 17, 2011 at 15:03Dear Customers, The assembler absolute list file main.lst is incorrect. Some instructions are not optimized in the list file while they are in the code. For example: LDW {CoRoutineSP+{Sicur_ID shl 1}},X is assembled in...
Posted on March 04, 2009 at 10:33The debugger configuration file is false. It has been fixed and will be available in a future release. This has however no impact on the programming of the microcontroller.
Posted on June 19, 2008 at 08:25The code is correct but the absolute listing, which is generated after, is wrong. Here is a case where the listing bug appears and how to get round it. The variable array1 is declared in one file and used in another. ...