home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / z3util / dprog12.lbr / READ.MZ / READ.ME
Encoding:
Text File  |  1993-06-07  |  1.1 KB  |  33 lines

  1.  
  2.  
  3.  
  4. Howard Goldsein
  5. 111 Park St.  Apt.  10-P
  6. New Haven, CT   06511
  7. Phone:  (203) 787-1918 (evenings and weekends)
  8.  
  9.  
  10.      DPROG 1.2 is  a  bug  fix  versin  of  DPROG  1.1.   It
  11. contains no new features or enhancements.
  12.  
  13.      The following bugs in DPROG  1.1  have  been  fixed  as
  14. described below:
  15.  
  16.      1.  In version 1.1, error messages,  symbol  dumps  and
  17.          format  dumps  were  printed  on  the  device being
  18.          programmed.  Now all error messages and dumps  will
  19.          always appear on the console.
  20.  
  21.      2.  Data printed in the floating decimal (%D) format or
  22.          hex  (%X)  format  was  always  being output to the
  23.          console.  It has  now  been  fixed  to  go  to  the
  24.          selected device.
  25.  
  26.      3.  The 2- and 3-digit decimal formats were  destroying
  27.          all  but  the  last  digit of the original value as
  28.          they worked.  For example, passing the number  "65"
  29.          through  a  format  such  as (%3 %D %C) would yield
  30.          "065 5 ^E" instead of the expected  result.   This,
  31.          of course, has been corrected.
  32.  
  33.