.Title RevDLT DLTest Revision Module .Psect RevDLT,Con .Mcall $List,$Alvin $Alvin ;;**************************************************************************** ;; Module which defines the REVMSG revision message for the ;; Alvin command manager. ;; 8-Feb-85 DVJ - Initial version for Torgeson Station 4 - Complex Data. ;; 18-Apr-85 DVJ - Configuration for the DL test module. ;; 7-Apr-86 DJ - Updated Digital Loopback test. ;; RevMsg:: .Word RevStart ; Static string Descriptor. .Word RevEnd ; end of string. ;; RevStart: ; .Byte Cr,Lf ; Go to a new line .Ascii \Command Manager w/ Connect and Digital Loopback Testing\ .Ascii \ - 8-May-86.\ .Byte Cr,Lf .Ascii \(Enter the HELP command for more information.)\ RevEnd=.-1 ;;**************************************************************************** .End