DataMuseum.dk

Presents historical artifacts from the history of:

CR80 Hard and Floppy Disks

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CR80 Hard and Floppy Disks

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦e25b6705d⟧ TextFile

    Length: 2952 (0xb88)
    Types: TextFile
    Names: »RELDESCR.T«

Derivation

└─⟦e0c43619c⟧ Bits:30005797 CR80 Disc pack ( Vol:FNJ1 861029/EC CR80 S/W Package II+III+IV+V+VII )
    └─ ⟦this⟧ »CSP004_V0801.D!CSS7201.D!RELDESCR.T« 

TextFile

«ff»
*******************************************************

         R E L E A S E   D E S C R I P T I O N

*******************************************************




Module id number: CSS/7201
--------------------------

Module name:      MX-DEBUGGER
-----------------------------------

Actual release:   05.01            Release date: 860908
-----------------------            --------------------

Previous release: 04.01            Release date: 860620
-----------------------            --------------------




New facilities:
---------------

   >> Vs 5.1 <<
 - New syntax for DEBUG command

 - Syntax for FILL command expanded

 - READ and REMOVE (sym. debug info) commands added

 - Identifiers allowed in a line specification

   >> Vs 4.1 <<
 - C-syntax allowed (except * <pointer>)

 - Adresses can be given by page, offset
   (DUMPABS and PATCHABS commands)

 - Dump and patch outside own data area allowed

 - FILL, LOGON, LOGOFF and LOCATION commands added.

 - Display of local static variables in other modules allowed in C

 - Breakpoints in reentrant programs.

 - CIN file allowed.

   >> Vs 3.1 <<
   Symbolic name reference permitted.
   For futher information see  MX DEBUGGER
                               USER's MANUAL
                               CSS/7201/USM/0107
                               Issue 3.  860305

   >> Vs 2.1 <<

 - BASE <Constant>

   to define an offset to <Address> in connection with DUMP and PATCH.

 - When a program escapes debugger control you may break to the debugger
   to regain control.

 - Programs without line number table may be debugged by refering to
   locations.

Changes:
--------
   >> Vs 5.1 <<
   <Command> ::= <Identifier> [ <Constant> .]  <Constant>
   substituted by
   <Command> ::= GO <Identifier> [ <Constant> .] <Constant>

   >> Vs 4.1 <<

   Workarea is increased to #6500 words

   >> Vs 3.1 <<

   The debugger is rewritten in C.


   >> Vs 2.3 <<

   The module table size is increased to 3200.
   A temporary version (linked as 201) used 1600 and
   the official version 201 used 1600.

Errors corrected:
-----------------

   >> Vs 5.1 <<
 - Display of a variable with name FILL corrected

 - DUMP Constant1 Constant2 now dump the memory locations from the
   given range

 - After a PC-command the WHERE shows the new location

 - DISPLAY <Register> display the register.

   >> Vs 2.1 <<

 - The debugger builds a line number table after a DEBUG command.
   This table was corrupted when one or more sources did not contain
   code (e.g. a prefix file). Then the debugger would loose the ability
   to maneuver especially in single step mode.

 - DUMP commands dumped a word extra.

 - Single stepping in an area with breakpoint(s) might go wrong.

Reported errors, not corrected:
-------------------------------

CPECRs implemented in current release:  86310
   PR 86500, PR 86446, PR 86532, PR 86458
--------------------------------------

Comments:
---------