%!PS-Adobe-2.0 %%Creator: VAX DOCUMENT V1.2B %%+(+1 PSEUDOCONDENSE) -- this prolog provided by the CUPFAMILY011 kit %%+Copyright 1986,1987,1988,1989,1990 DIGITAL EQUIPMENT CORPORATION. %%+All Rights Reserved. %%DocumentFonts: (atend) %%Pages: (atend) %%EndComments /DEC_DVC$dict where { %FIND DICTIONARY pop }{ %else /DEC_DVC$dict 300 dict def } ifelse /BeginDVC$PSDoc { %BEGIN DOCUMENT vmstatus pop pop 0 eq { DEC_DVC$dict begin InitializeState }{ %else /DVC$PSJob save def DEC_DVC$dict begin InitializeState /DVC$PSFonts save def } ifelse } def /EndDVC$PSDoc { %END DOCUMENT % --- Preserving current page count --- vmstatus pop pop 0 eq { end }{ %else DVC$PSFonts restore end DVC$PSJob restore } ifelse } def % DEC_DVC$dict begin % mark % CREATE ISOLatin1 ENCODING /ISOLatin1 8#000 1 8#054 {StandardEncoding exch get} for /minus 8#056 1 8#217 {StandardEncoding exch get} for /dotlessi 8#301 1 8#317 {StandardEncoding exch get} for /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis /ISOLatin1 where not {256 array astore def} if cleartomark % /DECMCS ISOLatin1 256 array copy def mark % CREATE DECMCS ENCODING 8#240 8#244 8#246 8#254 8#255 8#256 8#257 8#264 8#270 8#276 8#320 8#336 8#360 8#376 8#377 counttomark {DECMCS exch /.notdef put} repeat % STACK NOW CONTAINS MARK 8#250 /currency 8#327 /OE 8#335 /Ydieresis 8#367 /oe 8#375 /ydieresis counttomark -1 bitshift % DIVIDE BY 2 {DECMCS 3 1 roll put} repeat % STACK NOW CONTAINS MARK cleartomark % /DOCPSE DECMCS 256 array copy def mark % CREATE DOCPSE ENCODING 8#055 /hyphen 8#201 /bullet 8#202 /emdash 8#203 /endash 8#204 /dagger 8#205 /daggerdbl 8#206 /registered 8#207 /trademark %8#210 /Delta 8#211 /fi 8#212 /fl counttomark -1 bitshift % DIVIDE BY 2 {DOCPSE 3 1 roll put} repeat % STACK NOW CONTAINS MARK cleartomark % /reencodedict 10 dict def %Local storage for "ReENCODE" /ReENCODE { % /basefont /newfont encoding ReENCODE /newencoding exch def %ARG: NAME OF ENCODING VECTOR /newfontname exch def %ARG: NEW NAME FOR FONT AFTER RE-ENCODING findfont /basefontdict exch def %ARG: NAME OF FONT TO BE RE-ENCODED basefontdict maxlength dict begin %CREATE AND OPEN NEW DICT basefontdict { %COPY ENTRIES FROM BASE FONT DICT TO NEW ONE 1 index /FID ne { def %IF NOT THE ONE WE'RE ENCODING, JUST COPY PTRS } { %else pop pop %IGNORE FID AND ENCODING FOR ONE WE'RE ENCODING } ifelse } forall /FontName newfontname def %DEFINE NEW NAME /Encoding newencoding def %DEFINE NEW ENCODING VECTOR newfontname currentdict definefont %TURN IT INTO A PS FONT pop %IGNORE MODIFIED DICT RETURNED BY DEFINEFONT end } def % /cvsstr 64 string def /tempmatrix matrix def % /BP { % BEGIN PAGE /Magnification exch def /Colorsused 0 def /RVmatrix matrix def /DVC$PSPage save def } def % /EP {DVC$PSPage restore} def % END PAGE % /XP { % EXIT PAGE (TEMPORARILY) TO ADD FONTS/CHARS % SAVE CURRENT POINT AND COLOR INFORMATION SO IT CAN BE RESET LATER matrix currentmatrix aload pop currentrgbcolor Colorsused /Xpos where {pop Xpos} {0} ifelse /Ypos where {pop Ypos} {0} ifelse /currentpoint cvx stopped {0 0 moveto currentpoint} if /DVC$PSPage where {pop DVC$PSPage restore} if moveto /Ypos exch def /Xpos exch def /Colorsused exch def setrgbcolor matrix astore setmatrix } def % /RP {/DVC$PSPage save def} def % RESUME PAGE % /PF {GlobalMode LocalMode} def % PURGE FONTS TO RECLAIM MEMORY % /GlobalMode { % SWITCH TO BASE SAVE/RESTORE LEVEL, SAVING STATE RVmatrix aload pop PortraitMode PaperWidth PaperHeight PxlResolution Resolution Magnification Ymax Xorigin Yorigin RasterScaleFactor % SAVE CURRENTPOINT INFORMATION TO RESET LATER /currentpoint cvx stopped {0 0 moveto currentpoint} if /DVC$PSPage where {pop DVC$PSPage restore} if DVC$PSFonts restore RecoverState } def % /RecoverState { % PRESERVE STATE AT BASE LEVEL 18 copy /Ypos exch def /Xpos exch def /RasterScaleFactor exch def /Yorigin exch def /Xorigin exch def /Ymax exch def /Magnification exch def /Resolution exch def /PxlResolution exch def /PaperHeight exch def /PaperWidth exch def /PortraitMode exch def matrix astore /RVmatrix exch def DoInitialScaling RVmatrix concat PortraitMode not {PaperWidth 0 SetupLandscape} if Xpos Ypos moveto } def % /InitializeState { % INITIALIZE STATE VARIABLES TO DEFAULT VALUES /Resolution 3600 def /PxlResolution 300 def /RasterScaleFactor PxlResolution Resolution div def /PortraitMode true def /Magnification 1000 def /Xorigin 0 def /Yorigin 0 def /Xpos 0 def /Ypos 0 def /InitialMatrix matrix currentmatrix def /Colorsused 0 def /RVmatrix matrix def } def % /LocalMode { % SWITCH FROM BASE SAVE/RESTORE LEVEL, RESTORING STATE /Ypos exch def /Xpos exch def /RasterScaleFactor exch def /Yorigin exch def /Xorigin exch def /Ymax exch def /Magnification exch def /Resolution exch def /PxlResolution exch def /PaperHeight exch def /PaperWidth exch def /PortraitMode exch def matrix astore /RVmatrix exch def DoInitialScaling RVmatrix concat PortraitMode not {PaperWidth 0 SetupLandscape} if Xpos Ypos moveto /DVC$PSFonts save def /DVC$PSPage save def } def % % ABBREVIATIONS /S /show load def /SV /save load def /RST /restore load def /Yadjust {Ymax exch sub} def % /SXY { % (x,y) POSITION ABSOLUTE, JUST SET Xpos & Ypos, DON'T MOVE Yadjust /Ypos exch def /Xpos exch def } def % /XY { % (x,y) POSITION ABSOLUTE Yadjust 2 copy /Ypos exch def /Xpos exch def moveto } def % /X { % (x,0) POSITION ABSOLUTE currentpoint exch pop 2 copy /Ypos exch def /Xpos exch def moveto } def % /Y { % (0,y) POSITION ABSOLUTE currentpoint pop exch Yadjust 2 copy /Ypos exch def /Xpos exch def moveto } def % /xy { % (x,y) POSITION RELATIVE neg rmoveto currentpoint /Ypos exch def /Xpos exch def } def % /x { % (x,0) POSITION RELATIVE 0 rmoveto currentpoint /Ypos exch def /Xpos exch def } def % /y { % (0,y) POSITION RELATIVE 0 exch neg rmoveto currentpoint /Ypos exch def /Xpos exch def } def % /R { % DRAW A RULE /ht exch def /wd exch def gsave % 0 setgray currentpoint newpath moveto 0 ht rlineto wd 0 rlineto 0 ht neg rlineto wd neg 0 rlineto closepath fill grestore wd 0 rmoveto currentpoint /Ypos exch def /Xpos exch def } def % /RES { % RES /Resolution exch def /PxlResolution exch def /RasterScaleFactor PxlResolution Resolution div def DoInitialScaling } def % /DoInitialScaling { % DO INITIAL SCALING InitialMatrix setmatrix 72 Resolution div dup scale } def % /PM { % PM XP /PaperWidth exch def /PaperHeight exch def /Ymax PaperHeight def /PortraitMode true def DoInitialScaling RP } def % /SetupLandscape {translate 90 rotate} def /LM { % LM XP /PaperWidth exch def /PaperHeight exch def /Ymax PaperWidth def /PortraitMode false def DoInitialScaling PaperWidth 0 SetupLandscape RP } def % /MAG { % CHANGE MAGNIFICATION SETTING XP /Magnification exch def RP } def % /SPB { % SPB - BEGIN "\SPECIAL" MODE Yadjust /Yorigin exch def /Xorigin exch def currentrgbcolor Colorsused GlobalMode Xorigin Yorigin translate Resolution 72 div dup scale % RESTORE DEFAULT SCALING Magnification 1000 div dup scale % ADJUST FOR ANY MAGNIFICATION /Xpos Xpos 72 Resolution div mul 1000 Magnification div mul def /Ypos Ypos 72 Resolution div mul 1000 Magnification div mul def /spsavobj save def %SAVE STATE & STACK DEPTH FOR CLEANUP AFTER FIGURE /showpage {} def %DISABLE DURING FIGURE; `RESTORE' WILL BLOW DEF AWAY /DEC$EDMS_setrgbcolor /setrgbcolor load def % save standard definition /setrgbcolor { % create new definition /DEC$EDMS_SEPARATE_COLORS where % if separating colors { pop DEC$EDMS_SEPARATE_COLORS 0 ne % and not on color pass 0 { pop pop pop 1 1 1 } if % ...then write white } if DEC$EDMS_setrgbcolor % set color as now specified } def /DEC$EDMS_image /image load def % save standard definition /image { % create new definition /DEC$EDMS_SEPARATE_COLORS where % if separating colors { pop DEC$EDMS_SEPARATE_COLORS 0 ne % and not on color pass 0 { gsave % ...save current device state nulldevice % ...make no marks DEC$EDMS_image % ...process the image grestore % ...restore old device state } { DEC$EDMS_image } ifelse % if on color pass 0 - image } { DEC$EDMS_image } ifelse % if not separating colors - image } def mark } def % /SPE { % SPE - END "\SPECIAL" MODE cleartomark spsavobj restore 1000 Magnification div dup scale % UN-ADJUST FOR ANY MAGNIFICATION 72 Resolution div dup scale % RESTORE DEFAULT INTERNAL SCALING LocalMode /Colorsused exch def setrgbcolor } def % /PP % % If DEC$EDMS_MAKE_FILM is defined, it will add the crop & alignment marks, % and the document name, page number, & ink color identifiers to the page. % % Formal Arguments: None % % Referenced Variables: DocumentName % Colorsused % Currentpagecount % DEC$EDMS_MAKE_FILM % % Referenced Procedures: AlignMark % % Side Effects: Leaves the current font as Helvetica 8 point. % Creates the variable "junkstr". % { /PageNumber exch def /DEC$EDMS_MAKE_FILM where % if making film... { pop 2 DEC$EDMS_SEPARATE_COLORS exp cvi Colorsused and 0 ne % and if the correct separation { /Helvetica findfont 400 scalefont setfont 20 setlinewidth 0 setgray PaperWidth 150 add PaperHeight 100 add moveto % show the ink color (Ink: ) show DEC$EDMS_COLOR_NAMES DEC$EDMS_SEPARATE_COLORS get show PaperWidth 150 add PaperHeight 600 add moveto (Page: ) show % show the page number /junkstr 4 string def PageNumber junkstr cvs show ( of ) show DEC$EDMS_TOTAL_PAGES junkstr cvs show 150 PaperHeight 100 add moveto % show the document name (Document: ) show DEC$EDMS_DOCUMENT_ID show 150 -500 moveto % show ownership text (This film is the property of Digital Equipment Corporation) show stroke /mask 15 % all crop marks on by default /DEC$EDMS_SUPPRESS_CROPMARKS where % if defined, xor in the suppression mask { pop DEC$EDMS_SUPPRESS_CROPMARKS xor } if def mask 1 and 1 eq { PaperWidth PaperHeight moveto % Upper Right 450 0 rmoveto 1350 0 rlineto -1800 1800 rmoveto 0 -1350 rlineto } if mask 2 and 2 eq { PaperWidth 0 moveto % Lower Right 450 0 rmoveto 1350 0 rlineto -1800 -1800 rmoveto 0 1350 rlineto } if mask 4 and 4 eq { 0 0 moveto % Lower Left -450 0 rmoveto -1350 0 rlineto 1800 -1800 rmoveto 0 1350 rlineto } if mask 8 and 8 eq { 0 PaperHeight moveto % Upper Left -450 0 rmoveto -1350 0 rlineto 1800 1800 rmoveto 0 -1350 rlineto } if stroke /mask 15 % all registration marks on by default /DEC$EDMS_SUPPRESS_REGMARKS where % if defined, xor in the suppression mask { pop DEC$EDMS_SUPPRESS_REGMARKS xor } if def mask 1 and 1 eq % Top Center { gsave PaperWidth 2 div PaperHeight /DEC$EDMS_POSITION_REGMARKS where { pop DEC$EDMS_POSITION_REGMARKS -50 mul add } if translate AlignMark grestore } if mask 2 and 2 eq % Right Center { gsave PaperWidth /DEC$EDMS_POSITION_REGMARKS where { pop DEC$EDMS_POSITION_REGMARKS -50 mul add } if PaperHeight 2 div translate AlignMark grestore } if mask 4 and 4 eq % Bottom Center { gsave PaperWidth 2 div 0 /DEC$EDMS_POSITION_REGMARKS where { pop DEC$EDMS_POSITION_REGMARKS 50 mul add } if translate AlignMark grestore } if mask 8 and 8 eq % Left Center { gsave 0 /DEC$EDMS_POSITION_REGMARKS where { pop DEC$EDMS_POSITION_REGMARKS 50 mul add } if PaperHeight 2 div translate AlignMark grestore } if showpage } { erasepage } ifelse } { showpage } ifelse } def /CLRP {erasepage} def % /DMF { % /font-name DMF /psz exch def /nam exch def nam findfont psz scalefont setfont } def % /concatnam { % /abcd (xxx) concatnam ==> /abcdxxx /xxx exch def /nam exch def /namstr nam cvsstr cvs def /newnam namstr length xxx length add string def newnam 0 namstr putinterval newnam namstr length xxx putinterval newnam cvn } def % /strip { % /abcdef 2 strip ==> /cdef /num exch def /nam exch def /namstr nam cvsstr cvs def /newlen namstr length num sub def namstr num newlen getinterval cvn } def % ROUTINES TO HANDLE PACKING/UNPACKING NUMBERS /PackHW { % PackHW --> /num exch def /pos exch def /target exch def num 16#0000FFFF and 1 pos sub 16 mul bitshift target or } def /PackByte { % PackByte --> /num exch def /pos exch def /target exch def num 16#000000FF and 3 pos sub 8 mul bitshift target or } def /UnpkHW { % UnpkHW --> /num exch def /pos exch def num 1 pos sub -16 mul bitshift 16#0000FFFF and dup 16#00007FFF gt {16#00010000 sub} if } def /UnpkByte { % UnpkByte --> /num exch def /pos exch def num 3 pos sub -8 mul bitshift 16#000000FF and dup 16#0000007F gt {16#00000100 sub} if } def % % FOR POSTSCRIPT FONTS, LOOK AT SIZE REQUESTED. IF IT HAS A DECIMAL REMAINDER % EQUIVALENT TO .001-.009 POINTS (I.E., .050-.450 VAXDOC UNITS), THAT'S A FLAG % TO STRETCH IT VERTICALLY BY ADDING 1-9 EXTRA POINTS TO THE VERTICAL SCALING. % /TESTING false def % /ps-scalefont { % save requested size - as entered and as integer dup /x-size exch def cvi /x-int exch def % calc decimal remainder, mul x 1000, round x-size x-int sub 1000 mul round cvi /remainder exch def % see how we scale... remainder 50 lt remainder 450 gt or { % scale isomorphically /ystretch 0 def x-size scalefont } { % scale anamorphically /ystretch remainder def x-int ystretch add /y-size exch def [x-int 0 0 y-size 0 0] makefont } ifelse % TESTING { (\nSIZE ) print x-size 12 string cvs print (\tINT ) print x-int 12 string cvs print ( REM ) print remainder 12 string cvs print ( +Y ) print ystretch 12 string cvs print ( =\t) print ystretch 0 eq { x-size 12 string cvs print ( scalefont) print } { ([) print x-int 12 string cvs print ( 0 0 ) print y-size 12 string cvs print ( 0 0] makefont) print } ifelse } if } def % /DPSF { % /procname size /fontname DPSF findfont exch ps-scalefont [ exch /setfont cvx ] cvx def } def % /PXLBuildCharDict 17 dict def /CMEncodingArray 256 array def 0 1 255 {CMEncodingArray exch dup cvsstr cvs cvn put} for /RasterConvert {RasterScaleFactor div} def /TransformBBox { aload pop /BB-ury exch def /BB-urx exch def /BB-lly exch def /BB-llx exch def [ BB-llx RasterConvert BB-lly RasterConvert BB-urx RasterConvert BB-ury RasterConvert ] } def /RunLengthToRasters { % none yet } def /GenerateRasters { % GENERATE RASTERS FOR "IMAGEMASK" rasters runlength 1 eq {RunLengthToRasters} if } def % /int-dict-name {int (-dict) concatnam} def /int-dict {int (-dict) concatnam cvx load} def % /DefinePXLFont { % ... % ...[llx lly urx ury]DefinePXLFont /newfont exch def /bb exch def /num exch def /psz exch def /dsz exch def /pxlmag exch def /ext exch def /int exch def /fnam ext (-) concatnam pxlmag cvsstr cvs concatnam def newfont not { int-dict-name 13 dict def int-dict begin /FontType 3 def /FontMatrix [ 1 dsz div 0 0 1 dsz div 0 0 ] def /FontBBox bb TransformBBox def /Encoding CMEncodingArray def /CharDict 1 dict def CharDict begin /Char-Info num array def end /BuildChar { PXLBuildCharDict begin /char exch def /fontdict exch def fontdict /CharDict get /Char-Info get char get aload pop /rasters exch def /PackedWord1 exch def 0 PackedWord1 UnpkHW 16#7FFF ne { /PackedWord2 exch def /wx 0 PackedWord1 UnpkHW def /rows 2 PackedWord1 UnpkByte def /cols 3 PackedWord1 UnpkByte def /llx 0 PackedWord2 UnpkByte def /lly 1 PackedWord2 UnpkByte def /urx 2 PackedWord2 UnpkByte def /ury 3 PackedWord2 UnpkByte def }{ %else /PackedWord2 exch def /PackedWord3 exch def /PackedWord4 exch def /wx 1 PackedWord1 UnpkHW def /rows 0 PackedWord2 UnpkHW def /cols 1 PackedWord2 UnpkHW def /llx 0 PackedWord3 UnpkHW def /lly 1 PackedWord3 UnpkHW def /urx 0 PackedWord4 UnpkHW def /ury 1 PackedWord4 UnpkHW def } ifelse rows 0 lt { /rows rows neg def /runlength 1 def }{ %else /runlength 0 def } ifelse wx 0 llx RasterConvert lly RasterConvert urx RasterConvert ury RasterConvert setcachedevice rows 0 ne { gsave cols rows true RasterScaleFactor 0 0 RasterScaleFactor neg llx .5 add neg ury .5 add tempmatrix astore GenerateRasters imagemask grestore } if end } def end fnam int-dict definefont pop } if int-dict-name fnam findfont psz scalefont def currentdict int [ int-dict /setfont cvx ] cvx put } def /PXLF { true DefinePXLFont} def % SIGNAL THAT FONT IS ALREADY LOADED /PXLNF {false DefinePXLFont} def % SIGNAL THAT FONT IS NOT ALREADY LOADED % /PXLC { % ... % ...PXLC /rasters exch def /runlength exch def /cols exch def /rows exch def /ury exch def /urx exch def /lly exch def /llx exch def /wx exch def /code exch def /int exch def % SEE IF LONG OR SHORT FORMAT IS REQUIRED true cols CKSZ rows CKSZ ury CKSZ urx CKSZ lly CKSZ llx CKSZ TackRunLengthToRows { int-dict /CharDict get /Char-Info get code [ 0 0 llx PackByte 1 lly PackByte 2 urx PackByte 3 ury PackByte 0 0 wx PackHW 2 rows PackByte 3 cols PackByte rasters ] put }{ %else int-dict /CharDict get /Char-Info get code [ 0 0 urx PackHW 1 ury PackHW 0 0 llx PackHW 1 lly PackHW 0 0 rows PackHW 1 cols PackHW 0 0 16#7FFF PackHW 1 wx PackHW rasters ] put } ifelse } def % /CKSZ {abs 127 le and} def /TackRunLengthToRows {runlength 0 ne {/rows rows neg def} if} def % /PLOTC { % PLOTC /rasters exch def /runlength exch def /cols exch def /rows exch def /ury exch def /urx exch def /lly exch def /llx exch def /psz exch def /dsz exch def /wx exch def % "PLOT" A CHARACTER'S RASTER PATTERN rows 0 ne { gsave currentpoint translate psz dsz div dup scale cols rows true RasterScaleFactor 0 0 RasterScaleFactor neg llx .5 add neg ury .5 add tempmatrix astore GenerateRasters imagemask grestore } if wx x } def % /AlignMark % % This procedure draws an alignment mark centered on the coordinate system % origin. If the variable DEC$EDMS_SEPARATE_COLORS = 0 then a "positive" % alignment mark is drawn. If DEC$EDMS_SEPARATE_COLORS <> 0 then a "negative" % alignment mark is drawn. % % Formal Arguments: NONE % % Referenced Variables: DEC$EDMS_SEPARATE_COLORS % % Referenced Procedures: NONE % % Side Effects: NONE % { DEC$EDMS_SEPARATE_COLORS 0 eq { 0 0 300 0 360 arc 0 -450 moveto 0 450 lineto -450 0 moveto 450 0 lineto stroke } { 0 0 450 0 360 arc fill 1 setgray 0 0 300 0 360 arc 0 -450 moveto 0 450 lineto -450 0 moveto 450 0 lineto stroke 0 setgray } ifelse } def /SC % If not making film, the following procedure sets the current color using the % RGB color model. If making film, the procedure notes the "color pass" and, % if the specified color index matches the color pass, subsequent marks are % written in black. If the specified color index does not match the color pass, % marks are written in white. Use of colors on individual pages is also tracked % to allow pages that don't use a particular color to be suppressed on that % color pass (by the code in the /PP routine). % % Formal Arguments: color index (on stack) % % Referenced Variables: Colorsused % DEC$EDMS_SEPARATE_COLORS % DEC$EDMS_SUPPRESS_COLOR % % Referenced Procedures: NONE % % Side Effects: Modifies the variable Colorsused to record use of the color. % { /DEC$EDMS_SUPPRESS_COLOR where % if suppressing color { pop 0 setgray pop } % .then set "color" to Black { /DEC$EDMS_SEPARATE_COLORS where % .else if separating colors { pop dup DEC$EDMS_SEPARATE_COLORS eq % ..and if on this color pass { 0 setgray /Colorsused Colorsused % ...then write black (do write) 2 3 index exp cvi or def } % ...and note use of the "color" { 1 setgray } ifelse pop } % ...else write white (don't write) { dup ( ) cvs dup length 15 add string % ..using the color index, /tstr exch def % ..build up the name of the tstr 0 (DEC$EDMS_COLOR_) putinterval % ..potential external color tstr exch 15 exch putinterval % ..name procedure tstr cvn where % ..and see if it is defined { pop pop tstr cvn cvx exec } % ...if it is, execute it { DEC$EDMS_COLOR_ARRAY exch get % ..else execute the internal exec } ifelse % ..color setting procedure } ifelse } ifelse } def /RV % .. gross recto/verso translate { /DEC$EDMS_ENABLE_RECTOVERSO where { pop /RVmatrix DEC$EDMS_ENABLE_RECTOVERSO 50 mul 0 matrix translate def RVmatrix concat } if } def end %DEC_DVC$dict %%EndProlog %%BeginSetup /DEC$EDMS_MAKE_FILM where % if we are making film... { pop % ..clean up the stack 54 dup translate % ..make room for the film info } if BeginDVC$PSDoc /PaperWidth 8.500 Resolution mul def /PaperHeight 11.000 Resolution mul def /Ymax PaperHeight def CLRP 300 3600 RES %> Postamble of file USER2:[GREENMAN]S1032I_INDEX.DVI_PS. % DefineFont:F151 Category:10 Pointsize:10 /NewCenturySchlbk-Roman /NewCenturySchlbk-Roman@DOCPSE DOCPSE ReENCODE /F151 500.0 /NewCenturySchlbk-Roman@DOCPSE DPSF % DefineFont:F36 Category:10 Pointsize:10 /Helvetica-Bold /Helvetica-Bold@DOCPSE DOCPSE ReENCODE /F36 500.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F24 Category:10 Pointsize:14 /F24 700.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F20 Category:10 Pointsize:18 /F20 900.0 /Helvetica-Bold@DOCPSE DPSF %%BeginDEC$EDMSInfo /DEC$EDMS_DOCUMENT_ID () def /DEC$EDMS_COLOR_NAMES [ (BLACK) (BLACK) (BLACK) (BLACK) ] def /DEC$EDMS_COLOR_ARRAY [ { 0 setgray } %color 0 procedure { 0 setgray } %color 1 procedure { 0 setgray } %color 2 procedure { 0 setgray } %color 3 procedure ] def /DEC$EDMS_TOTAL_PAGES 0 def %%EndDEC$EDMSInfo /DEC$EDMS_MAKE_FILM where { pop /DEC$EDMS_SEPARATE_COLORS where { pop } { (ERROR - DEC$EDMS_MAKE_FILM requires DEC$EDMS_SEPARATE_COLORS be defined) = quit } ifelse } if /DEC$EDMS_SEPARATE_COLORS where { pop /DEC$EDMS_SUPPRESS_COLOR where { pop (ERROR - DEC$EDMS_SEPARATE_COLORS and DEC$EDMS_SUPPRESS_COLOR are mutually exclusive) = quit } if DEC$EDMS_SEPARATE_COLORS 1 gt { (ERROR - No such color used in this file) = quit } if } if /DVC$PSFonts save def %%EndSetup % %%Page: INDEX-1 1 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY %%BeginCustomColor: 0 0 SC 24048 6041 XY F20(Index)S 3675 X 345 y 23160 24 R 3675 8134 XY F24(A)S -504 x 299 y 10764 24 R 3675 8981 XY F151(Addition)S 165 x(operator)S 167 x(\()S 82 x(+)S 83 x(\))S(,)S 200 x(1\2034)S 3675 X 548 y(Addressing,)S 199 x(1\2035)S 3675 X 548 y(Address)S 165 x(space)S 4272 X 548 y(chang)S 2 x(ing,)S 200 x(2\2031)S 4272 X 548 y(display)S 166 x(of,)S 200 x(1\2036)S 4272 X 548 y(toggling)S 168 x(between,)S 200 x(2\2039)S 3675 X 548 y (_ADRO)S -2 x(FF,)S 200 x(1\2033)S(,)S 167 x(3\2032)S 4272 X 548 y(example,)S 200 x(3\2038)S 3675 X 548 y(_ADR)S 165 x(quali\211er)S 166 x(for)S 167 x (;T,)S 200 x(2\2033)S 4272 X 548 y(example,)S 200 x(3\2038)S 3675 X 548 y(AND)S 165 x(logical)S 166 x(operator)S 167 x(\()S 83 x(&)S 83 x (\))S(,)S 199 x(1\2034)S 3675 X 548 y(ASCII)S 164 x(byte)S 167 x(mode)S 166 x(examine)S 166 x(\()S 83 x(')S 83 x(\))S(,)S 199 x(2\2036)S(,)S 167 x(3\20314)S 4272 X 548 y(example,)S 200 x(3\20318)S 3675 X 547 y (ASCII)S 164 x(byte)S 167 x(pre\211x)S 167 x(\(_'\),)S 199 x(1\2032)S 4272 X 548 y(example,)S 200 x(3\20321)S 3675 X 548 y(ASCII)S 164 x(characters)S 4272 X 548 y(entering)S 2 x(,)S 199 x(3\20321)S 3675 X 548 y(ASCII)S 164 x(word)S 166 x(mode)S 166 x(examine)S 167 x(\()S 83 x(")S 82 x(\))S (,)S 200 x(2\2036)S(,)S 166 x(3\20314)S 4272 X 548 y(example,)S 200 x (3\20318)S 3675 X 548 y(ASCII)S 164 x(word)S 166 x(pre\211x)S 167 x (\(_"\),)S 199 x(1\2032)S 4272 X 548 y(example,)S 200 x(3\20321)S 3675 X 548 y(At-sign)S 165 x(\()S 83 x(@)S 84 x(\))S 4272 X 650 y(See)S 166 x (Examine)S 167 x(indirect)S 3675 22190 XY F24(B)S -504 x 298 y 10764 24 R 3675 23036 XY F151(Backslash)S 165 x(\()S 83 x(\\)S 133 x(\))S 4272 X 611 y(See)S 166 x(Byte)S 166 x(mode)S 166 x(examine)S 3675 X 548 y(;B)S 166 x(command)S 4272 X 548 y(description,)S 200 x(2\2035)S 4272 X 548 y (example,)S 200 x(3\20312)S 3675 X 548 y(_BIN)S 165 x(quali\211er)S 167 x(for)S 166 x(;R,)S 200 x(2\2032)S(,)S 166 x(3\2037)S 3675 X 548 y (BPT)S 166 x(instruction)S 4272 X 548 y(patch)S 167 x(with)S 165 x(SIPP,)S 200 x(3\2032)S 3675 X 548 y(Breakpoints)S 4272 X 548 y(displaying,)S 201 x(2\2035)S 4272 X 548 y(example,)S 200 x(3\20323)S 4272 X 548 y (proceeding)S 168 x(after,)S 199 x(2\2035)S(,)S 167 x(3\20314)S 4272 X 548 y(setting,)S 167 x(displaying,)S 167 x(removing)S 5169 X 548 y(example,)S 200 x(3\20312)S 4272 X 548 y(setting)S 167 x(and)S 166 x(removing,)S 201 x(2\2035)S 15630 8000 XY(Breakpoints)S 166 x(\(Cont.\))S 16228 X 650 y(single-step,)S 199 x(2\2036)S(,)S 166 x(3\20314)S 16228 X 548 y (with)S 165 x(fully-mapped)S 166 x(monitors,)S 200 x(5\2032)S 15630 X 548 y(Byte)S 166 x(mode)S 166 x(examine)S 167 x(\()S 82 x(\\)S 133 x (\))S(,)S 200 x(2\2037)S(,)S 166 x(3\20314)S 16228 X 548 y(example,)S 200 x(3\20318)S 15630 11367 XY F24(C)S -504 x 299 y 10764 24 R 15630 12214 XY F151(Changing)S 168 x(locations,)S 199 x(2\2037)S 16228 X 548 y(example,)S 200 x(3\20319)S 15630 X 548 y(Circum\212ex)S 167 x(\()S 83 x(^)S 83 x (\))S 16228 X 611 y(See)S 166 x(Examine)S 166 x(previous)S 15630 X 548 y (Closing)S 166 x(locations)S 16228 X 548 y(example,)S 200 x(3\20314)S 15630 X 548 y(Colon)S 166 x(\()S 83 x(:)S 83 x(\))S 16228 X 611 y(See)S 166 x(De\211ning)S 167 x(user)S 166 x(symbols)S 15630 X 548 y(Commands,)S 199 x(2\2031)S 15630 X 548 y(Command)S 166 x(summary,)S 200 x(C\2031)S 15630 X 547 y(CTRL/C,)S 200 x(2\2039)S 15630 X 548 y(CTRL/Q,)S 199 x (2\2039)S 15630 X 548 y(CTRL/S,)S 200 x(2\2039)S 15630 X 548 y(CTRL/U,)S 200 x(2\20310)S 15630 X 548 y(CTRL/W,)S 200 x(2\20310)S 15630 X 548 y (Current)S 166 x(location)S 167 x(symbol)S 166 x(\()S 83 x(.)S 83 x (\))S(,)S 200 x(3\20322)S 15630 21611 XY F24(D)S -504 x 299 y 10764 24 R 15630 22457 XY F151(_DA)S -28 x(TOFF,)S 200 x(1\2033)S(,)S 166 x(3\2032)S 16228 X 548 y(example,)S 200 x(3\2039)S 15630 X 548 y(DBGD)S -2 x(EM)S 166 x(example)S 166 x(program)S 16228 X 548 y(linking)S 167 x(for)S 166 x(fully-mapped)S 166 x(monitors,)S 200 x(5\2032)S 16228 X 548 y (listing)S 166 x(of,)S 199 x(A\2031)S 16228 X 548 y(running)S 168 x (under)S 167 x(mapped)S 165 x(monitors,)S 200 x(3\2035)S 16228 X 548 y (with)S 165 x(mapped)S 166 x(monitors,)S 199 x(5\2031)S 15630 X 548 y (DBGS)S -2 x(YM.SA)S -55 x(V,)S 199 x(1\2031)S(,)S 167 x(3\2031)S(,)S 166 x(3\2032)S(,)S 167 x(4\2031)S 16228 X 548 y(procedure,)S 200 x(4\2031)S 15630 X 548 y(;D)S 166 x(command)S 16228 X 548 y(description,)S 199 x (2\2035)S 16228 X 548 y(example,)S 200 x(3\20313)S 15630 X 548 y(_DEC)S 165 x(quali\211er)S 167 x(for)S 166 x(;R,)S 200 x(2\2032)S(,)S 166 x (3\2037)S 15630 X 548 y(De\211ning)S 167 x(user)S 166 x(symbols)S 166 x (\()S 83 x(:)S 83 x(\))S(,)S 200 x(2\2034)S 16228 X 548 y(example,)S 200 x(3\2031)S -28 x(1)S 15630 X 548 y(Deleting)S 166 x(user)S 166 x (symbols,)S 200 x(2\2035)S(,)S 166 x(4\2031)S 24983 33488 XY F36(Index\2031)S %%EndCustomColor: 0 1 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%PageCustomColors: 0 % %%Page: INDEX-2 2 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY %%BeginCustomColor: 0 0 SC 3675 4148 XY F151(Device)S 166 x(handler)S 167 x(debugging)S 2 x (,)S 200 x(5\2031)S 3675 X 548 y(Display)S 165 x(values)S 167 x(\()S 82 x(=)S 83 x(\))S(,)S 200 x(2\2039)S 3675 X 548 y(Distribution)S 4272 X 548 y(RT)S -45 x(\2031)S -28 x(1,)S 200 x(3\2031)S 4272 X 548 y(RTEM,)S 200 x(3\2032)S 3675 X 548 y(Division)S 166 x(operator)S 166 x(\(_/\),)S 200 x(1\2034)S 3675 X 548 y(Dollar)S 165 x(sign)S 167 x(\(_$\))S 4272 X 650 y(See)S 166 x(Hexadecimal)S 167 x(pre\211x)S 3675 X 548 y(_D)S 165 x (quali\211er)S 167 x(for)S 166 x(;M,)S 201 x(2\2031)S 3675 9685 XY F24 (E)S -465 x 299 y 10764 24 R 3675 10532 XY F151(Equal)S 166 x(sign)S 166 x(\()S 83 x(=)S 83 x(\))S 4272 X 650 y(See)S 166 x(Display)S 166 x (values)S 3675 X 548 y(Error)S 166 x(messages,)S 199 x(B\2031)S 3675 X 548 y(_ESC)S 165 x(quali\211er)S 167 x(for)S 166 x(;T,)S 200 x(2\2033)S 3675 X 548 y(Examine)S 4272 X 548 y(indirect,)S 201 x(2\2038)S 5169 X 548 y(I-space,)S 199 x(2\2038)S 4272 X 548 y(locations,)S 200 x(2\2036)S (,)S 166 x(3\20314)S 4272 X 548 y(next,)S 201 x(2\2038)S 4272 X 548 y (previous,)S 201 x(2\2038)S 4272 X 547 y(symbols,)S 200 x(2\2039)S 3675 X 548 y(Examine)S 166 x(indirect)S 4272 X 548 y(D-space,)S 199 x(2\2038)S 3675 X 548 y(Execute)S 166 x(program,)S 201 x(2\2035)S(,)S 166 x(3\20314)S 4272 X 548 y(example,)S 200 x(3\20323)S 3675 X 548 y(Exit)S 166 x(DBG)S -2 x(\2031)S -27 x(1)S 166 x(with)S 165 x(0;G,)S 200 x(2\2035)S 3675 X 548 y(Expressions,)S 199 x(1\2034)S 4272 X 548 y(angle)S 167 x(brackets)S 166 x(for)S 167 x(nesting,)S 200 x(1\2035)S 4272 X 548 y(display)S 166 x (values,)S 200 x(2\2039)S 4272 X 548 y(valid)S 167 x(elements,)S 199 x (1\2034)S 3675 22096 XY F24(F)S -426 x 299 y 10764 24 R 3675 22943 XY F151(Features,)S 200 x(1\2031)S 3675 X 548 y(Fully-mapped)S 166 x(monitors)S 4272 X 548 y(DBGDE)S -2 x(M)S 167 x(with,)S 199 x(5\2031)S 3675 25112 XY F24(G)S -543 x 299 y 10764 24 R 3675 25959 XY F151(;G)S 166 x(command,)S 200 x(3\20314)S 4272 X 548 y(description,)S 200 x(2\2035)S 3675 X 548 y (Grave)S 166 x(accent)S 167 x(\()S 82 x(`)S 83 x(\))S 4272 X 611 y(See)S 166 x(Address)S 165 x(space)S 3675 X 548 y(GRH)S 165 x(option)S 166 x (identi\211er,)S 200 x(3\2035)S 3675 29265 XY F24(H)S -504 x 299 y 10764 24 R 3675 30112 XY F151(HARD)S 165 x(option)S 166 x(identi\211er,)S 200 x (3\2035)S 3675 X 548 y(Hexadecimal)S 166 x(pre\211x)S 167 x(\(_$\),)S 200 x(1\2032)S(,)S 166 x(3\20321)S 15630 4000 XY(Hexadecimal)S 166 x (pre\211x)S 167 x(\(_$\))S 166 x(\(Cont.\))S 16228 X 651 y(example,)S 200 x(3\20321)S 15630 X 548 y(Hexadecimal)S 166 x(values)S 16228 X 547 y (entering,)S 201 x(3\20321)S 15630 X 548 y(_HEX)S 165 x(quali\211er)S 167 x(for)S 166 x(;R,)S 200 x(2\2032)S(,)S 166 x(3\2037)S 15630 7346 XY F24(I)S -194 x 299 y 10764 24 R 15630 8193 XY F151(IO:)S 166 x(message,)S 199 x(2\2034)S 15630 X 548 y(IOT)S 165 x(instruction)S 167 x(traps,)S 199 x(2\2034)S 15630 X 548 y(_I)S 166 x(quali\211er)S 166 x(for)S 167 x (;M,)S 200 x(2\2031)S 15630 10340 XY F24(K)S -504 x 299 y 10764 24 R 15630 11187 XY F151(;K)S 166 x(command)S 16228 X 548 y(description,)S 199 x(2\2035)S(,)S 167 x(4\2031)S 16228 X 548 y(example,)S 200 x(3\2031)S -28 x(1)S 15630 X 548 y(_K)S 166 x(quali\211er)S 166 x(for)S 166 x(;M,)S 201 x(2\2032)S 15630 X 548 y(_K)S 166 x(quali\211er)S 166 x(for)S 166 x (;T,)S 201 x(2\2033)S 15630 14430 XY F24(L)S -426 x 299 y 10764 24 R 15630 15277 XY F151(Last)S 166 x(displayed)S 165 x(value)S 167 x(symbol)S 166 x(Q,)S 199 x(3\20322)S 15630 X 548 y(Left)S 166 x(bracket)S 166 x (\()S 83 x([)S 83 x(\))S 16228 X 611 y(See)S 166 x(Symbolic)S 166 x (data)S 165 x(mode)S 166 x(examine)S 15630 X 548 y(Linefeed)S 166 x (examines)S 167 x(next)S 167 x(location,)S 199 x(2\2038)S 15630 X 548 y (Location,)S 167 x(current)S 16228 X 548 y(equating)S 167 x(symbol)S 165 x(for,)S 200 x(1\2033)S 15630 19131 XY F24(M)S -581 x 299 y 10764 24 R 15630 19978 XY F151(MACRO\2031)S -29 x(1)S 166 x(instructions)S 16228 X 548 y(entering,)S 201 x(3\20319)S 15630 X 548 y(Mapped)S 166 x(monitors)S 16228 X 548 y(DBG)S -2 x(DEM)S 166 x(with,)S 199 x(5\2031)S 15630 X 548 y(;M)S 167 x(command)S 16228 X 548 y(description,)S 199 x(2\2031)S 16228 X 548 y(using,)S 200 x(5\2032)S 15630 X 548 y(MMR3,)S 200 x(2\2031)S 15630 X 547 y(monitors)S 16228 X 548 y(different)S 166 x(displays)S 165 x(under,)S 201 x(3\2036)S 15630 X 548 y(Multiplication)S 166 x(operator)S 166 x(\()S 83 x(*)S 83 x(\))S(,)S 200 x(1\2034)S 15630 26509 XY F24 (N)S -504 x 299 y 10764 24 R 15630 27356 XY F151(_NOADR)S 164 x(quali\211er)S 167 x(for)S 166 x(;T,)S 201 x(2\2033)S 15630 X 548 y(_NOESC)S 165 x (quali\211er)S 166 x(for)S 166 x(;T,)S 201 x(2\2033)S 15630 X 548 y (_NOK)S 165 x(quali\211er)S 167 x(for)S 166 x(;T,)S 200 x(2\2033)S 15630 X 548 y(_NOREG)S 164 x(quali\211er)S 167 x(for)S 166 x(;T,)S 201 x(2\2033)S 15630 X 547 y(_NORUB)S 165 x(quali\211er)S 167 x(for)S 166 x(;T,)S 200 x (2\2033)S 16228 X 548 y(example,)S 200 x(3\2037)S 15630 X 548 y(_NOS)S 165 x(quali\211er)S 167 x(for)S 166 x(;T,)S 201 x(2\2033)S 3675 33488 XY F36(Index\2032)S %%EndCustomColor: 0 2 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold %%PageCustomColors: 0 % %%Page: INDEX-3 3 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY %%BeginCustomColor: 0 0 SC 3675 4148 XY F151(_NOSYM)S 165 x(quali\211er)S 167 x(for)S 166 x (;T,)S 200 x(2\2033)S 3675 X 548 y(_NOU)S 165 x(quali\211er)S 167 x (for)S 166 x(;T,)S 201 x(2\2033)S 3675 X 548 y(Numeric)S 166 x(data)S 166 x(mode)S 166 x(examine)S 167 x(\()S 165 x(|)S 166 x(\))S(,)S 200 x (2\2037)S(,)S 166 x(3\20314)S 4272 X 548 y(example,)S 200 x(3\20317)S 3675 X 548 y(Numeric)S 166 x(values,)S 200 x(1\2032)S 4272 X 548 y(entering)S 2 x(,)S 199 x(1\2032)S(,)S 167 x(3\20319)S 3675 7961 XY F24(O)S -543 x 299 y 10764 24 R 3675 8808 XY F151(_OCT)S 165 x(quali\211er)S 167 x (for)S 166 x(;R,)S 200 x(2\2032)S(,)S 166 x(3\2037)S 3675 X 548 y(Opening)S 166 x(locations)S 4272 X 547 y(example,)S 200 x(3\20314)S 3675 X 548 y (Open)S 166 x(locations,)S 199 x(2\2036)S 3675 X 548 y(Operators)S 4272 X 548 y(addition,)S 200 x(1\2034)S 4272 X 548 y(division,)S 200 x(1\2034)S 4272 X 548 y(logical)S 167 x(AND,)S 199 x(1\2034)S 4272 X 548 y(logical)S 167 x(OR,)S 199 x(1\2034)S 4272 X 548 y(multiplication,)S 200 x(1\2034)S 4272 X 548 y(subtraction,)S 200 x(1\2034)S 4272 X 548 y(unary)S 2 x (,)S 200 x(1\2035)S 3675 X 548 y(OR)S 165 x(logical)S 166 x(operator)S 167 x(\()S 83 x(!)S 83 x(\))S(,)S 200 x(1\2034)S 3675 X 548 y(Output)S 165 x(radix,)S 201 x(1\2032)S 4272 X 548 y(setting,)S 200 x(2\2032)S 3675 X 548 y(Overview,)S 200 x(1\2031)S 3675 18078 XY F24(P)S -465 x 299 y 10764 24 R 3675 18925 XY F151(P)S -37 x(ARs)S -649 x 548 y(modifying,)S 201 x(5\2033)S 3675 X 548 y(;P)S 166 x(command,)S 200 x(3\20314)S 4272 X 548 y(description,)S 200 x(2\2035)S 3675 X 548 y(Percent)S 167 x(sign)S 166 x(\()S 83 x(%)S 83 x(\))S 4272 X 650 y(See)S 166 x(Radix\20350)S 166 x(mode)S 166 x(examine)S 3675 X 548 y(Percent)S 167 x(sign)S 166 x (\(_%\))S 4272 X 650 y(See)S 166 x(Radix\20350)S 166 x(pre\211x)S 3675 X 548 y(Period)S 166 x(\()S 83 x(.)S 84 x(\))S 4272 X 611 y(See)S 166 x (Current)S 167 x(location)S 166 x(symbol)S 3675 X 548 y(Pound)S 167 x (sign)S 166 x(\()S 83 x(#)S 83 x(\))S 4272 X 650 y(See)S 166 x(Examine)S 167 x(indirect)S 3675 X 548 y(Processor)S 166 x(mode)S 4272 X 548 y (chang)S 2 x(ing,)S 200 x(2\2031)S(,)S 167 x(2\2032)S 4272 X 548 y(display)S 166 x(of,)S 200 x(1\2036)S 4272 X 548 y(rotating)S 167 x(between,)S 200 x(2\2038)S 3675 X 548 y(PRO)S 165 x(option)S 166 x(identi\211er,)S 201 x(3\2035)S 3675 29135 XY F24(Q)S -543 x 298 y 10764 24 R 3675 29981 XY F151(Q,)S 166 x(last)S 165 x(displayed)S 166 x(value)S 167 x(symbol,)S 199 x(3\20322)S 3675 X 548 y(Quotation)S 166 x(mark)S 166 x(\()S 83 x (")S 83 x(\))S 4272 X 641 y(See)S 166 x(ASCII)S 165 x(word)S 166 x(mode)S 166 x(examine)S 15630 4148 XY(Quotation)S 166 x(mark)S 166 x(\()S 83 x (')S 83 x(\))S 16228 X 641 y(See)S 166 x(ASCI)S -2 x(I)S 166 x(byte)S 167 x(mode)S 166 x(examine)S 15630 X 548 y(Quotation)S 166 x(mark)S 166 x(\(_"\))S 16228 X 641 y(See)S 166 x(ASCI)S -2 x(I)S 166 x(word)S 166 x(pre\211x)S 15630 X 548 y(Quotation)S 166 x(mark)S 166 x(\(_'\))S 16228 X 640 y(See)S 166 x(ASCI)S -2 x(I)S 166 x(byte)S 167 x(pre\211x)S 15630 8218 XY F24(R)S -504 x 299 y 10764 24 R 15630 9065 XY F151(Radix\20350)S 166 x(mode)S 166 x(examine)S 166 x(\()S 83 x(%)S 83 x(\))S(,)S 200 x (2\2037)S(,)S 166 x(3\20314)S 16228 X 548 y(example,)S 200 x(3\20318)S 15630 X 548 y(Radix\20350)S 166 x(pre\211x)S 167 x(\(_%\),)S 199 x(1\2032)S 16228 X 547 y(example,)S 200 x(3\20321)S 15630 X 548 y(Radix\20350)S 166 x(values)S 16228 X 548 y(entering,)S 201 x(3\20321)S 16228 X 548 y (use)S 166 x(of)S 166 x(underscore)S 167 x(\()S 83 x(_)S 83 x(\))S 166 x (for)S 166 x(space,)S 199 x(3\20321)S 15630 X 548 y(Radix)S 166 x(control,)S 200 x(3\2037)S 15630 X 548 y(Radix)S 166 x(for)S 166 x(output,)S 200 x (1\2032)S 15630 X 548 y(Radix)S 166 x(setting,)S 200 x(2\2032)S 15630 X 548 y(;R)S 166 x(command)S 16228 X 548 y(description,)S 199 x(2\2032)S 16228 X 548 y(example,)S 200 x(3\2037)S 15630 X 548 y(Register)S 166 x (display,)S 199 x(2\2033)S 16228 X 548 y(effect)S 166 x(of)S 165 x(;R)S 167 x(command,)S 200 x(2\2032)S 16228 X 548 y(example,)S 200 x(3\20310)S 15630 X 548 y(Registers,)S 199 x(1\2033)S 16228 X 548 y(DBG)S -2 x(\2031)S -27 x(1)S 166 x(internal,)S 200 x(1\2033)S 16228 X 548 y(machine,)S 200 x(1\2033)S 15630 X 548 y(_REG)S 165 x(quali\211er)S 167 x(for)S 166 x(;T,)S 200 x(2\2033)S 15630 X 548 y(RT)S -46 x(\2031)S -28 x(1)S -851 x 548 y(distribution,)S 199 x(3\2031)S 16228 X 547 y(starting)S 166 x(DBG)S -2 x(\2031)S -27 x(1,)S 200 x(3\2032)S 15630 X 548 y(RT1)S -28 x(1Zx)S 167 x(monitors,)S 200 x(5\2031)S 15630 X 548 y(RTEM)S 16228 X 548 y(distribution,)S 199 x(3\2032)S 15630 X 548 y(Rubout)S 166 x(character,)S 201 x(2\2039)S 15630 X 548 y(Rubouts,)S 199 x(2\2033)S 16228 X 548 y (example,)S 200 x(3\2037)S 15630 X 548 y(_RUB)S 165 x(quali\211er)S 167 x(for)S 166 x(;T,)S 201 x(2\2033)S 16228 X 548 y(example,)S 200 x (3\2037)S 15630 26576 XY F24(S)S -465 x 299 y 10764 24 R 15630 27423 XY F151(;S)S 166 x(command,)S 200 x(3\20314)S 16228 X 548 y(description,)S 199 x(2\2036)S 15630 X 548 y(SD:)S 166 x(option)S 166 x(identi\211er,)S 200 x(3\2035)S 15630 X 548 y(SDH.SYS,)S 199 x(1\2031)S(,)S 166 x(3\2031)S (,)S 167 x(5\2031)S 15630 X 548 y(SDHX.SYS,)S 198 x(1\2031)S(,)S 167 x (3\2032)S(,)S 166 x(5\2031)S 15630 X 548 y(SDM.SYS,)S 199 x(1\2031)S (,)S 166 x(3\2032)S 15630 X 548 y(SDS.SYS,)S 199 x(1\2031)S(,)S 166 x (3\2031)S 24983 33488 XY F36(Index\2033)S %%EndCustomColor: 0 3 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold %%PageCustomColors: 0 % %%Page: INDEX-4 4 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY %%BeginCustomColor: 0 0 SC 3675 4148 XY F151(SDSX.SYS)S -2 x(,)S 200 x(1\2031)S(,)S 167 x (3\2031)S 3675 X 548 y(SET)S 165 x(commands,)S 200 x(3\2033)S 4272 X 548 y(SD)S 166 x(ADRO)S -2 x(FF=val,)S 201 x(3\2033)S(,)S 166 x(3\2039)S 4272 X 548 y(SD)S 166 x(BREA)S -2 x(K,)S 200 x(3\2033)S(,)S 166 x(5\2031)S 4272 X 548 y(SD)S 166 x(CSR=val,)S 199 x(3\2033)S 4272 X 548 y(SD)S 166 x(DA)S -28 x(TOFF=val,)S 200 x(3\2034)S(,)S 166 x(3\20310)S 4272 X 548 y(SD)S 166 x(PC,)S 200 x(3\2034)S 4272 X 548 y(SD)S 166 x(PS,)S 200 x(3\2034)S 4272 X 548 y(SD)S 166 x(SYSGE)S -2 x(N,)S 200 x(3\2032)S (,)S 167 x(3\2034)S 4272 X 547 y(SD)S 166 x([NO]ESC)S -2 x(,)S 200 x (3\2034)S 4272 X 548 y(SD)S 166 x([NO]K,)S 198 x(3\2034)S 4272 X 548 y (SD)S 166 x([NO]RE)S -2 x(G,)S 200 x(3\2034)S(,)S 166 x(3\20310)S 4272 X 548 y(SD)S 166 x([NO]S,)S 199 x(3\2034)S 4272 X 548 y(SD)S 166 x([NO]U,)S 199 x(3\2035)S 4272 X 548 y(ST)S 167 x(SYSG)S -2 x(EN,)S 200 x(4\2031)S 3675 X 548 y(Single-step,)S 199 x(2\2036)S(,)S 167 x(3\20314)S 3675 X 548 y(SIPP)S 166 x(to)S 166 x(set)S 165 x(BPT,)S 200 x(3\2032)S 3675 X 548 y(Slash)S 165 x(\()S 83 x(/)S 84 x(\))S 4272 X 611 y(See)S 166 x (Symbolic)S 167 x(instruction)S 166 x(mode)S 166 x(examine)S 3675 X 548 y(SOFT)S 166 x(option)S 166 x(identi\211er,)S 200 x(3\2035)S 3675 X 548 y(Special)S 166 x(characters,)S 200 x(2\2039)S 3675 X 548 y(_S)S 166 x(quali\211er)S 166 x(for)S 167 x(;M,)S 200 x(2\2032)S 3675 X 548 y (_S)S 166 x(quali\211er)S 166 x(for)S 167 x(;T,)S 200 x(2\2033)S 3675 X 548 y(ST)S -46 x(.SYS,)S 200 x(4\2031)S 3675 X 548 y(Start)S 165 x(program,)S 201 x(2\2035)S 3675 X 548 y(.STB)S 166 x(\211les,)S 200 x(4\2031)S 3675 X 548 y(STM.SYS,)S 200 x(4\2031)S 3675 X 547 y(STX.SYS,)S 199 x(4\2031)S 3675 X 548 y(Subtraction)S 166 x(operator)S 166 x(\()S 83 x(-)S 83 x (\))S(,)S 200 x(1\2034)S 3675 X 548 y(Symbolic)S 166 x(data)S 166 x (mode)S 165 x(examine)S 167 x(\()S 83 x([)S 83 x(\))S(,)S 200 x(2\2037)S (,)S 166 x(3\20314)S 4272 X 548 y(example,)S 200 x(3\20316)S 3675 X 548 y(Symbolic)S 172 x(instruction)S 172 x(mode)S 171 x(examine)S 172 x (\()S 83 x(/)S 84 x(\))S(,)S 199 x(2\2037)S(,)S 4870 X 548 y(3\20314)S 4272 X 548 y(example,)S 200 x(3\20316)S 3675 X 548 y(Symbols,)S 199 x (1\2033)S 4272 X 548 y(curren)S 2 x(t)S 166 x(displayed)S 165 x(location)S 167 x(and)S 166 x(value,)S 200 x(1\2033)S 4272 X 548 y(DBG\2031)S -28 x (1)S 166 x(internal,)S 200 x(1\2033)S 4272 X 548 y(DBG\2031)S -28 x (1)S 166 x(permanent,)S 200 x(1\2033)S 4272 X 548 y(display)S 166 x (values,)S 200 x(2\2039)S 4272 X 548 y(machine)S 167 x(register,)S 200 x (1\2033)S 4272 X 548 y(user)S -8 x(-de\211ned,)S 200 x(1\2034)S 4272 X 548 y(valid)S 167 x(character)S 167 x(set,)S 199 x(1\2034)S 3675 X 548 y (_SYM)S 166 x(quali\211er)S 166 x(for)S 166 x(;T,)S 201 x(2\2033)S 4272 X 548 y(example,)S 200 x(3\2039)S 3675 28824 XY F24(T)S -426 x 299 y 10764 24 R 3675 29671 XY F151(T10:)S 249 x(message,)S 200 x(2\2034)S(,)S 166 x (3\20325)S 3675 X 548 y(_T10)S 166 x(quali\211er)S 167 x(for)S 166 x (;V,)S 200 x(2\2034)S 3675 X 548 y(T4:)S 249 x(message,)S 200 x(2\2034)S 15630 4148 XY(_T4)S 166 x(quali\211er)S 167 x(for)S 166 x(;V,)S 200 x (2\2034)S 15630 X 548 y(;T)S 167 x(command)S 16228 X 548 y(Defaults,)S 199 x(2\2033)S 16228 X 548 y(description,)S 199 x(2\2032)S 16228 X 548 y (example)S 17124 X 548 y(_ADR/_NOAD)S -2 x(R,)S 200 x(3\2038)S 17124 X 548 y(_REG/_NOREG)S -2 x(,)S 200 x(3\20310)S 17124 X 548 y(rubouts,)S 200 x(3\2037)S 17124 X 548 y(_SYM/_NOSYM,)S 200 x(3\2039)S 15630 X 547 y (T)S -12 x(ilde)S 166 x(\()S 82 x(~)S 83 x(\))S 16228 X 611 y(See)S 166 x(Processor)S 166 x(mode)S 15630 X 548 y(TR:)S 166 x(message,)S 200 x(2\2034)S 15630 X 548 y(T)S -31 x(rap)S 166 x(handling)S 2 x(,)S 199 x(2\2033)S(,)S 167 x(3\20325)S 15630 X 548 y(TRAP)S 166 x(instruction)S 166 x(traps,)S 199 x(2\2034)S 15630 X 548 y(.TRPSET)S 166 x(directive)S 167 x(and)S 166 x(;V)S 166 x(command,)S 200 x(2\2034)S 15630 12934 XY F24(U)S -504 x 299 y 10764 24 R 15630 13780 XY F151(\()S 83 x(U)S 83 x (\))S 166 x(for)S 166 x(user)S 166 x(mode)S 166 x(mapping,)S 200 x(3\2031)S 15630 X 548 y(Unary)S 167 x(operators,)S 199 x(1\2035)S 15630 X 548 y (_U)S 166 x(quali\211er)S 167 x(for)S 166 x(;M,)S 200 x(2\2032)S 15630 X 548 y(_U)S 166 x(quali\211er)S 167 x(for)S 166 x(;T,)S 200 x(2\2033)S 15630 X 548 y(User)S 166 x(symbols)S 16228 X 548 y(de\211ning,)S 201 x (2\2034)S 17124 X 548 y(example,)S 200 x(3\2031)S -27 x(1)S(,)S 166 x (3\20323)S 16228 X 548 y(deleting,)S 200 x(2\2035)S 17124 X 548 y(example,)S 200 x(3\2031)S -27 x(1)S 16228 X 548 y(examining,)S 201 x(3\20312)S 15630 19763 XY F24(V)S -465 x 299 y 10764 24 R 15630 20610 XY F151(V)S -46 x(alue,)S 167 x(current)S 16228 X 548 y(equating)S 167 x(symbol)S 165 x(for,)S 200 x(1\2033)S 15630 X 548 y(;V)S 166 x(command)S 16228 X 548 y(description,)S 199 x(2\2033)S 15630 X 548 y(V)S -46 x(ertical)S 166 x(bar)S 166 x(\()S 166 x(|)S 166 x(\))S 16228 X 611 y(See)S 166 x (Numeric)S 166 x(data)S 166 x(mode)S 166 x(examine)S 15630 X 548 y(V)S -22 x(ideo)S 166 x(display)S 16228 X 650 y(See)S 166 x(Register)S 165 x (display)S 15630 25662 XY F24(X)S -465 x 299 y 10764 24 R 15630 26509 XY F151(XOFF,)S 199 x(2\2039)S 15630 X 548 y(XON,)S 199 x(2\2039)S 3675 33488 XY F36(Index\2034)S %%EndCustomColor: 0 4 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold %%PageCustomColors: 0 % %%Trailer EndDVC$PSDoc /DEC$EDMS_MAKE_FILM where % if we are making film... { pop % ..clean up the stack -54 dup translate % ..undo the film translation } if %%Pages: 4 %%DocumentFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold %%DocumentCustomColors: 0