; *********************************************************************
; EDTvars - Edit variables.
; B.Bridgwater 5.6.83
; *********************************************************************
;
; =====================================================================
 
 ^ 0
 
; =====================================================================
; Supervisor variables.
 
PAJE     # 02
TEND     # 02
TMAX     # 02
 
; Interpreter - Editor shared variables.
 
string # 02
temp   # 02
addr   # 02
ARGP   # 02
VARP   # 02
TP     # 02
 
; Editor variables.
 
GS       # 02
GE       # 02
MS       # 02
ME       # 02
SMATlo   # 02
SMAThi   # 02
UMATlo   # 02
UMAThi   # 02
 
; =====================================================================

 ^ &0400

; =====================================================================
; Supervisor variables.
 
MHOA       # 02
HYMEM      # 02             
TSTART     # 02
brkaction  # 01
 
; Interpreter - Editor shared variables.
 
size     # 02
scratch  # 18
maxsize  # 02
linbuf   # 256
lnbufX   # 01
stracc   # 256
atemp    # 01
count    # 01
index    # 01
 
; Editor variables.
 
mode             # 01
pagewidth        # 01
pagelength       # 01
scrnlg           # 01
scrupY           # 01
maxscrupY        # 01
updatereqd       # 01
scrnpy           # 01
scrim            # 32
scrnX            # 01
scrnY            # 01
CRvisflag        # 01
cursedflag       # 01
insertflag       # 01
sstckX           # 01
sindexstk        # 06
ssttlostk        # 06
sstthistk        # 06
scntlostk        # 06
scnthistk        # 06
replindex        # 01
chunksize        # 02
nummarks         # 01
marksbeforecsr   # 01
currlength       # 01
nextreadflag     # 01
nxtchr           # 01
char             # 01
termch           # 01
fieldmmxtab      # 10
fieldofftab      # 10
fieldindex       # 01
inpindex         # 01
outindex         # 01
notflag          # 01
mmx              # 01
offset           # 01
simpchar         # 01
nextX            # 01
line             # 02
word             # 02
mulfflag         # 01
metaflag         # 01
replflag         # 01
flag             # 01
digit            # 01
TSM              # 01
TSMW             # 01
BSM              # 01
BSMW             # 01
SCP              # 02
ENDP             # 02
TEXP             # 02
CPOS             # 02
texpflag         # 01
markX            # 01
EOTflag          # 01
 
; =====================================================================
 
movebuff    * stracc
commandline * linbuf
 
; =====================================================================

 lnk edit00
