;***************************************************************************
;
; HASH - hash any number of files; returns unique hash based on data only
;
;***************************************************************************
;1.0 08-Sep-84 DFP written by D. Pallmann
;
; File uses universal (.UNV) files other
; than SYS, SYSSYM, and TRM.
; These are on the AMUS network
;
; File makes external references to WLDSCN.OBJ[P,PN]. After
; assembly, enter this command: .LNKLIT file,WLDSCN[P,PN]
;
ASMMSG /LMS Disk File Hash Utility/
ASMMSG /Link with WLDSCN/
REPORT: LOW
CRLF
CRLF
TYPESP <Hashing is complete,>
HIGH
MOV D4,D1
DCVT 0,OT$TRM!OT$TSP
LOW
TYPECR files were processed.
TYPESP Hash total is:
HIGH
MOV D5,D1
OCVT 10.,OT$TRM
CRLF