
EasyPack/SLD52F Readme
============================

This File Contains:
1. New Features
2. Architecture Modification.
3. DLL File list
4. Firmware Version and CPU Modules
5. Supported Tool Chains

1. New Features
-----------------------
   Besides having fixed the found bugs, EasyPack/SLD52F V2.x has add the
   following features:
   1. SPA Function Group.
      It provides the basic software performance analysis.

   2. Macro Function.
      In shell window, you can define a macro and run it (prefix is
      @macro_name). It's easier than using "include" command.

   3. Supporting PL/M51 Tool.

   4. Adding a "Browse" Window
      It permits user to view two block source at the same time.

   5. Adding "watch c_expression" Function.
      You can use "watch" command to watch a C_language expression in shell
      window, or you can open "watch" dialog to watch a C_language expression.

   6. Better_used Trace Function

   NOTES:
      ECB-2, a new EasyPack main board, adapts FLUSH-EPROM chip. Users can
      update ICE firmware just by downloading a new firmware file.

2. Architecture Modification.
--------------------------------
   1. About DLL and VBX Confliction
      EasyPack/SLD52F V2.x has dealed with the confliction between different_
      version_with_same_name VBX and DLL. The application tries to place these
      functions in a built-in form.

   2. More Accurate Address-Range Expression
      In EasyPack/SLD V2.x, some problem about address range have been fixed.
      eg., 80C752 has not EXTERNAL DATA space, V2.x will tell the user address
      type is error if he selects "x:" as address type.

3. DLL and VBX Files List:
------------------------------
    ICE_DAD  DLL        17,152  04-10-96  13:41
    ICE_SYM1 DLL         4,032  04-15-96  11:27
    ICE_ERRD DLL        15,120  04-29-96  12:45
    ICE_ERR  DLL        14,352  04-29-96  12:45
    ICE_CBL1 DLL        83,668  04-18-96  12:37
    ICE_CBL2 DLL        33,604  04-18-96  12:37
    ICE_CBL3 DLL        34,920  04-18-96  12:37
    ICE_CBL4 DLL        32,244  04-18-96  12:38
    ICE_CBL5 DLL        61,700  04-18-96  12:38
    ICE_CBL6 DLL        32,020  04-18-96  12:38
    ICE_CBL7 DLL        24,356  04-18-96  12:38
    ICE_CBL8 DLL        30,360  04-18-96  12:41
    HLP256   DLL        52,992  07-26-95  10:32
    METER    DLL         9,232  11-27-95  14:44
    MUSCROLL DLL        11,776  11-23-93   8:01

4. Firmware Version and CPU Modules:
-------------------------------------
   1. Supported by Firmware V12.xx
      80C31/80C51
      80C32/80C52
      80C154
      8344
      80C152JA/83C152JA
      80C152JB
      80C152JC/83C152JC
      80C152JD
      8xC51FA/FB/FC
      8xC552
      8xC652

   2. Supported by Firmware V22.xx
      80C550/83C550
      80CL410/83CL410
      80CL31/80CL51
      83CL781
      83CL782
      80CL580/83CL580

   3. Supported by Firmware V32.xx
      80C750/83C750
      80C751/83C751
      80C752/83C752

   4. Supported by Firmware V42.xx
      80C320

5. Supported Tool Chains:
------------------------------------
   1. Format:  .OMF (Franklin C51)
      Company: Franklin Software Inc.
      Version: V3.40
               C51.EXE,      V4.01
               A51.EXE,      V4.86
               L51.EXE,      V3.11
      Options:
               C51:     large           -- select memory model: large
                        debug           -- include debugging information
                        optimize(0)     -- set the optimizer level 0
                        noregparms      -- force all function arguments to be
                                           passed in fixed memory areas.
                        objectextend    -- include additional variable-types
               L51:

   2. Format:  .ABS (IEEE695)
      Company: BSO Tasking Software Inc.
      Version:
               CC51.EXE,     V4.0 r0
               ASM51.EXE,    V4.0 r0
               LINK51.EXE,   V4.0 r0
      Options:
               CC51:    -Ml             -- select memory model: large
                        -g              -- include symbolic debugging
                                           information
                        -s              -- merge C source with ASM source
                        -C51            -- identify 8051 CPU
                        -O0             -- forbit optimization
               LINK51:

   3. Format:  .DBG, .A03 (ICC8051)
      Company: IAR Systems
      Version:
               ICC8051.EXE,  V4.23D/DXT
               A8051.EXE,    V2.02/DOS
               XLINK.EXE,    V4.43K/DXT
      Options:
               ICC8051: -ml             -- select memory model: large
                        -b              -- make object a library module
                        -r2             -- select debug model 2
               XLINK:   -f              -- extend command line with <.xcl> file

   4. Format:  .HEX (2500AD)
      Company: 2500AD Software Inc.
      Version:
               C8051.EXE,    V5.01c
               X8051.EXE,    V5.01g
               LINK.EXE,     V5.01i
      Options:
               C8051:
               LINK:    map                 -- produce map file
                        Extended Microtek   -- produce "Extended Microtek"
                                               format debugging information
                        Intel Hex           -- produce Intel hex format file

