home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / b / vmsdeh.bwr < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Date: Tue,  4 Apr 89 07:33:42 EDT
  2. From: Tom Allebrandi <ta2@acci.com>
  3. To: fdc@watsun.cc.columbia.edu
  4. Subject: RE: Fixing VMSDEH
  5.  
  6. It would appear that once upon a time, VMSMIT.HEX used four byte addressing
  7. with a ":" as the record header. This fix:
  8.  
  9.   ;++
  10.   ;1.1.01
  11.   ;Updated March 9, 1898, by Susan Webb and Jerry Holliday of Lockheed Aircraft
  12.   ;Systems Co, Marietta, GA, to work for files longer than 64K.  Added lines
  13.   ;marked with ";JH".
  14.  
  15. was to convert two more address bytes after the conversion loop near label
  16. NAB:. The way I read the code, ":" says to convert two address bytes, the
  17. Webb/Holliday fix converted two more giving a total of four.
  18.  
  19. The VMSMIT.HEX that I pulled from KERMSRV a few weeks ago had "<" as the
  20. record header. Since   ('<' == ':'+2)  that says (to me) four byte addressing.
  21. The result was that the Webb/Holliday fix ended up consuming the record
  22. type byte and the first byte of data.
  23.  
  24. My fix is to remove their fix...
  25.  
  26. Tom Allebrandi    Advanced Computer Consulting, Inc
  27. 804 977 4272    Charlottesville, VA, USA
  28. bix: ta2    Internet: ta2@acci.com    UUCP: ta2@esther.uucp
  29.  
  30.  
  31.  
  32.  
  33.  
  34.