-------------------------------------------------------------------------------
* RELEASE 2.10 BUGLIST                                                        *
* Update - 06/26/92                                                           *
*                                                                             *
* This file contains a list of bugs in the release 3.00 of the 320C25         *
* This list may additionally contain bugs for earlier versions                *
*                                                                             *
-------------------------------------------------------------------------------
 
 
                                Part 1
 
3420     V2.10  Fixed in V3.10
  The instructions BBNZ and BBZ are not reverse assembled.
 
 
3816     V2.10  will fix next release
  For some instructions, when ARP is modified with the same value that is
alrady in the ARP, then ARB is not updated.
 
Ex:
              .text
        top     B       next1,*,ar1   Before instruction ARP = 0, ARB =0
                                      After instruction  ARP = 1, ARB =0
 
        next1   B       next2,*,ar7   Before instruction ARP = 1, ARB = 0
                                      After instruction  ARP = 7, ARB =1
 
        next2   b       next3,*,ar7   Before instruction ARP = 7, ARB =1
                                      After instruction  ARP = 7, ARB = 1
 
                                      !!! ARB should be 7  at this point
 
-------------------------------------------------------------------------------

