home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Howard Goldsein
- 111 Park St. Apt. 10-P
- New Haven, CT 06511
- Phone: (203) 787-1918 (evenings and weekends)
-
-
- DPROG 1.2 is a bug fix versin of DPROG 1.1. It
- contains no new features or enhancements.
-
- The following bugs in DPROG 1.1 have been fixed as
- described below:
-
- 1. In version 1.1, error messages, symbol dumps and
- format dumps were printed on the device being
- programmed. Now all error messages and dumps will
- always appear on the console.
-
- 2. Data printed in the floating decimal (%D) format or
- hex (%X) format was always being output to the
- console. It has now been fixed to go to the
- selected device.
-
- 3. The 2- and 3-digit decimal formats were destroying
- all but the last digit of the original value as
- they worked. For example, passing the number "65"
- through a format such as (%3 %D %C) would yield
- "065 5 ^E" instead of the expected result. This,
- of course, has been corrected.
-