.MCall .Module .Module PISDAT,09, ; Copyright (c) 1998 by Mentec, Inc., Nashua, NH. ; All rights reserved ; ; This software is furnished under a license for use only on a ; single computer system and may be copied only with the ; inclusion of the above copyright notice. This software, or ; any other copies thereof, may not be provided or otherwise ; made available to any other person except for use on such ; system and to one who agrees to these license terms. Title ; to and ownership of the software shall at all times remain ; in Mentec, Inc. ; ; The information in this document is subject to change without ; notice and should not be construed as a commitment by Digital ; Equipment Corporation, or Mentec, Inc. ; ; Digital and Mentec assume no responsibility for the use or ; reliability of its software on equipment which is not supplied ; by Digital or Mentec, and listed in the Software Product ; Description. .IIf NDF MMG$T MMG$T=0 .IIf NDF C$132 C$132=MMG$T .ASect .=70 .Word SetUpT ; point to SETUP vector .PSect SETDAT,D,RW ; common data for KB and VD SetTyp C.SetD,VARIABLE,YES,YES SetDat ; common data area SetTyp C.SetS,VARIABLE,YES,YES SetSet ; language and color map data .PSect SETNVR,D,RW ; for XM put with keyboard SetTyp P.SetD,CONSTANT,YES,YES SetDat ; common data area (saved) .PSect SETFIX,D,RW SetTyp SetUpT,CONSTANT,YES,YES SetTab ; SETUP vector .PSect SETFAC,D,RO ; for fixed set area factory defaults table SetTyp F.SetD,CONSTANT,YES,YES SetDat ; common data area SetTyp F.Tabs,CONSTANT,YES,YES TabDat ; factory tab settings .PSect PIK,I,RW SetTyp C.Ansr,CONSTANT,YES,YES SetAns ; current answerback buffer SetTyp P.Ansr,CONSTANT,YES,YES SetAns ; saved answerback buffer SetTyp C.Repl,CONSTANT,YES,YES SetRep ; current DA reply buffer SetTyp P.Repl,CONSTANT,YES,YES SetRep ; saved DA reply buffer .PSect PIV,RW,D SetTyp C.Tabs,CONSTANT,YES,YES ; current tab stop table TabSTP:: TabDat .PSect PIK,I,RW SetTyp P.Tabs,CONSTANT,YES,YES ; saved tab stop table TabDat .End