.TITLE DIRVER - Display Version Number. .IDENT /2.3/ .ENABL LC ;+ ; ; Free software BY ; Project Software & Development, Inc. ; ; This software is furnished for free and may be used and copied as ; desired. This software or any other copies thereof may be provided or ; otherwise made available to any other person. No title to and ; ownership of the software is hereby transferred or allowed. ; ; The information in this software is subject to change without notice ; and should not be construed as a commitment by PROJECT SOFTWARE ; AND DEVELOPMENT, INC. ; ; PROJECT SOFTWARE assumes no responsibility for the use or reliability ; of this software on any equipment whatsoever. ; ; Project Software & Development, Inc. ; 14 Story St. ; Cambridge, Ma. 02138 ; 617-661-1444 ; ; ; Title: DIRVER.MAC ; Author: Robin Miller ; Date: February 19, 1985 ; ; Description: ; ; This routine is used to display the version number. ; ; Modification History: ; ; April 11, 1985 by Robin Miller. Version 2.0 ; New release of DIRECTORY with ANSI magtape support. ; ;- .ENABL AMA .NLIST BEX ; Messages: DIRVER: .ASCIZ "Directory Version 2.3 - May 16, 1985 - by Robin Miller." .EVEN ;****************************************************************************** ; Action routine for the "SHOW VERSION" command. SHOVER::MOV #DIRVER,R1 ; Set address of version message. CALL WRTMSG ; Display it on the message line. RETURN .END