~ubuntu-branches/ubuntu/jaunty/spim/jaunty

« back to all changes in this revision

Viewing changes to Documentation/io_reg.id

  • Committer: Bazaar Package Importer
  • Author(s): Fernando Sanchez
  • Date: 2001-01-24 14:05:34 UTC
  • Revision ID: james.westby@ubuntu.com-20010124140534-3le9wmofforjjcd8
Tags: upstream-6.3
ImportĀ upstreamĀ versionĀ 6.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%!PS-Adobe-2.0 EPSF-1.2
 
2
%%Creator: idraw
 
3
%%DocumentFonts: Helvetica-Bold
 
4
%%Pages: 1
 
5
%%BoundingBox: 104 264 394 591
 
6
%%EndComments
 
7
 
 
8
/arrowHeight 10 def
 
9
/arrowWidth 5 def
 
10
 
 
11
/IdrawDict 51 dict def
 
12
IdrawDict begin
 
13
 
 
14
/reencodeISO {
 
15
dup dup findfont dup length dict begin
 
16
{ 1 index /FID ne { def }{ pop pop } ifelse } forall
 
17
/Encoding ISOLatin1Encoding def
 
18
currentdict end definefont
 
19
} def
 
20
 
 
21
/ISOLatin1Encoding [
 
22
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
 
23
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
 
24
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
 
25
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
 
26
/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
 
27
/parenleft/parenright/asterisk/plus/comma/minus/period/slash
 
28
/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
 
29
/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
 
30
/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
 
31
/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
 
32
/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
 
33
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
 
34
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
 
35
/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
 
36
/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
 
37
/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
 
38
/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
 
39
/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
 
40
/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
 
41
/guillemotright/onequarter/onehalf/threequarters/questiondown
 
42
/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
 
43
/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
 
44
/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
 
45
/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
 
46
/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
 
47
/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
 
48
/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
 
49
/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
 
50
/yacute/thorn/ydieresis
 
51
] def
 
52
/Helvetica-Bold reencodeISO def
 
53
 
 
54
/none null def
 
55
/numGraphicParameters 17 def
 
56
/stringLimit 65535 def
 
57
 
 
58
/Begin {
 
59
save
 
60
numGraphicParameters dict begin
 
61
} def
 
62
 
 
63
/End {
 
64
end
 
65
restore
 
66
} def
 
67
 
 
68
/SetB {
 
69
dup type /nulltype eq {
 
70
pop
 
71
false /brushRightArrow idef
 
72
false /brushLeftArrow idef
 
73
true /brushNone idef
 
74
} {
 
75
/brushDashOffset idef
 
76
/brushDashArray idef
 
77
0 ne /brushRightArrow idef
 
78
0 ne /brushLeftArrow idef
 
79
/brushWidth idef
 
80
false /brushNone idef
 
81
} ifelse
 
82
} def
 
83
 
 
84
/SetCFg {
 
85
/fgblue idef
 
86
/fggreen idef
 
87
/fgred idef
 
88
} def
 
89
 
 
90
/SetCBg {
 
91
/bgblue idef
 
92
/bggreen idef
 
93
/bgred idef
 
94
} def
 
95
 
 
96
/SetF {
 
97
/printSize idef
 
98
/printFont idef
 
99
} def
 
100
 
 
101
/SetP {
 
102
dup type /nulltype eq {
 
103
pop true /patternNone idef
 
104
} {
 
105
dup -1 eq {
 
106
/patternGrayLevel idef
 
107
/patternString idef
 
108
} {
 
109
/patternGrayLevel idef
 
110
} ifelse
 
111
false /patternNone idef
 
112
} ifelse
 
113
} def
 
114
 
 
115
/BSpl {
 
116
0 begin
 
117
storexyn
 
118
newpath
 
119
n 1 gt {
 
120
0 0 0 0 0 0 1 1 true subspline
 
121
n 2 gt {
 
122
0 0 0 0 1 1 2 2 false subspline
 
123
1 1 n 3 sub {
 
124
/i exch def
 
125
i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
 
126
} for
 
127
n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
 
128
} if
 
129
n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
 
130
patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
 
131
brushNone not { istroke } if
 
132
0 0 1 1 leftarrow
 
133
n 2 sub dup n 1 sub dup rightarrow
 
134
} if
 
135
end
 
136
} dup 0 4 dict put def
 
137
 
 
138
/Circ {
 
139
newpath
 
140
0 360 arc
 
141
patternNone not { ifill } if
 
142
brushNone not { istroke } if
 
143
} def
 
144
 
 
145
/CBSpl {
 
146
0 begin
 
147
dup 2 gt {
 
148
storexyn
 
149
newpath
 
150
n 1 sub dup 0 0 1 1 2 2 true subspline
 
151
1 1 n 3 sub {
 
152
/i exch def
 
153
i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
 
154
} for
 
155
n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
 
156
n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
 
157
patternNone not { ifill } if
 
158
brushNone not { istroke } if
 
159
} {
 
160
Poly
 
161
} ifelse
 
162
end
 
163
} dup 0 4 dict put def
 
164
 
 
165
/Elli {
 
166
0 begin
 
167
newpath
 
168
4 2 roll
 
169
translate
 
170
scale
 
171
0 0 1 0 360 arc
 
172
patternNone not { ifill } if
 
173
brushNone not { istroke } if
 
174
end
 
175
} dup 0 1 dict put def
 
176
 
 
177
/Line {
 
178
0 begin
 
179
2 storexyn
 
180
newpath
 
181
x 0 get y 0 get moveto
 
182
x 1 get y 1 get lineto
 
183
brushNone not { istroke } if
 
184
0 0 1 1 leftarrow
 
185
0 0 1 1 rightarrow
 
186
end
 
187
} dup 0 4 dict put def
 
188
 
 
189
/MLine {
 
190
0 begin
 
191
storexyn
 
192
newpath
 
193
n 1 gt {
 
194
x 0 get y 0 get moveto
 
195
1 1 n 1 sub {
 
196
/i exch def
 
197
x i get y i get lineto
 
198
} for
 
199
patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
 
200
brushNone not { istroke } if
 
201
0 0 1 1 leftarrow
 
202
n 2 sub dup n 1 sub dup rightarrow
 
203
} if
 
204
end
 
205
} dup 0 4 dict put def
 
206
 
 
207
/Poly {
 
208
3 1 roll
 
209
newpath
 
210
moveto
 
211
-1 add
 
212
{ lineto } repeat
 
213
closepath
 
214
patternNone not { ifill } if
 
215
brushNone not { istroke } if
 
216
} def
 
217
 
 
218
/Rect {
 
219
0 begin
 
220
/t exch def
 
221
/r exch def
 
222
/b exch def
 
223
/l exch def
 
224
newpath
 
225
l b moveto
 
226
l t lineto
 
227
r t lineto
 
228
r b lineto
 
229
closepath
 
230
patternNone not { ifill } if
 
231
brushNone not { istroke } if
 
232
end
 
233
} dup 0 4 dict put def
 
234
 
 
235
/Text {
 
236
ishow
 
237
} def
 
238
 
 
239
/idef {
 
240
dup where { pop pop pop } { exch def } ifelse
 
241
} def
 
242
 
 
243
/ifill {
 
244
0 begin
 
245
gsave
 
246
patternGrayLevel -1 ne {
 
247
fgred bgred fgred sub patternGrayLevel mul add
 
248
fggreen bggreen fggreen sub patternGrayLevel mul add
 
249
fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
 
250
eofill
 
251
} {
 
252
eoclip
 
253
originalCTM setmatrix
 
254
pathbbox /t exch def /r exch def /b exch def /l exch def
 
255
/w r l sub ceiling cvi def
 
256
/h t b sub ceiling cvi def
 
257
/imageByteWidth w 8 div ceiling cvi def
 
258
/imageHeight h def
 
259
bgred bggreen bgblue setrgbcolor
 
260
eofill
 
261
fgred fggreen fgblue setrgbcolor
 
262
w 0 gt h 0 gt and {
 
263
l b translate w h scale
 
264
w h true [w 0 0 h neg 0 h] { patternproc } imagemask
 
265
} if
 
266
} ifelse
 
267
grestore
 
268
end
 
269
} dup 0 8 dict put def
 
270
 
 
271
/istroke {
 
272
gsave
 
273
brushDashOffset -1 eq {
 
274
[] 0 setdash
 
275
1 setgray
 
276
} {
 
277
brushDashArray brushDashOffset setdash
 
278
fgred fggreen fgblue setrgbcolor
 
279
} ifelse
 
280
brushWidth setlinewidth
 
281
originalCTM setmatrix
 
282
stroke
 
283
grestore
 
284
} def
 
285
 
 
286
/ishow {
 
287
0 begin
 
288
gsave
 
289
fgred fggreen fgblue setrgbcolor
 
290
/fontDict printFont printSize scalefont dup setfont def
 
291
/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
 
292
transform exch pop def
 
293
/vertoffset 1 printSize sub descender sub def {
 
294
0 vertoffset moveto show
 
295
/vertoffset vertoffset printSize sub def
 
296
} forall
 
297
grestore
 
298
end
 
299
} dup 0 3 dict put def
 
300
/patternproc {
 
301
0 begin
 
302
/patternByteLength patternString length def
 
303
/patternHeight patternByteLength 8 mul sqrt cvi def
 
304
/patternWidth patternHeight def
 
305
/patternByteWidth patternWidth 8 idiv def
 
306
/imageByteMaxLength imageByteWidth imageHeight mul
 
307
stringLimit patternByteWidth sub min def
 
308
/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
 
309
patternHeight mul patternHeight max def
 
310
/imageHeight imageHeight imageMaxHeight sub store
 
311
/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
 
312
0 1 imageMaxHeight 1 sub {
 
313
/y exch def
 
314
/patternRow y patternByteWidth mul patternByteLength mod def
 
315
/patternRowString patternString patternRow patternByteWidth getinterval def
 
316
/imageRow y imageByteWidth mul def
 
317
0 patternByteWidth imageByteWidth 1 sub {
 
318
/x exch def
 
319
imageString imageRow x add patternRowString putinterval
 
320
} for
 
321
} for
 
322
imageString
 
323
end
 
324
} dup 0 12 dict put def
 
325
 
 
326
/min {
 
327
dup 3 2 roll dup 4 3 roll lt { exch } if pop
 
328
} def
 
329
 
 
330
/max {
 
331
dup 3 2 roll dup 4 3 roll gt { exch } if pop
 
332
} def
 
333
 
 
334
/midpoint {
 
335
0 begin
 
336
/y1 exch def
 
337
/x1 exch def
 
338
/y0 exch def
 
339
/x0 exch def
 
340
x0 x1 add 2 div
 
341
y0 y1 add 2 div
 
342
end
 
343
} dup 0 4 dict put def
 
344
 
 
345
/thirdpoint {
 
346
0 begin
 
347
/y1 exch def
 
348
/x1 exch def
 
349
/y0 exch def
 
350
/x0 exch def
 
351
x0 2 mul x1 add 3 div
 
352
y0 2 mul y1 add 3 div
 
353
end
 
354
} dup 0 4 dict put def
 
355
 
 
356
/subspline {
 
357
0 begin
 
358
/movetoNeeded exch def
 
359
y exch get /y3 exch def
 
360
x exch get /x3 exch def
 
361
y exch get /y2 exch def
 
362
x exch get /x2 exch def
 
363
y exch get /y1 exch def
 
364
x exch get /x1 exch def
 
365
y exch get /y0 exch def
 
366
x exch get /x0 exch def
 
367
x1 y1 x2 y2 thirdpoint
 
368
/p1y exch def
 
369
/p1x exch def
 
370
x2 y2 x1 y1 thirdpoint
 
371
/p2y exch def
 
372
/p2x exch def
 
373
x1 y1 x0 y0 thirdpoint
 
374
p1x p1y midpoint
 
375
/p0y exch def
 
376
/p0x exch def
 
377
x2 y2 x3 y3 thirdpoint
 
378
p2x p2y midpoint
 
379
/p3y exch def
 
380
/p3x exch def
 
381
movetoNeeded { p0x p0y moveto } if
 
382
p1x p1y p2x p2y p3x p3y curveto
 
383
end
 
384
} dup 0 17 dict put def
 
385
 
 
386
/storexyn {
 
387
/n exch def
 
388
/y n array def
 
389
/x n array def
 
390
n 1 sub -1 0 {
 
391
/i exch def
 
392
y i 3 2 roll put
 
393
x i 3 2 roll put
 
394
} for
 
395
} def
 
396
 
 
397
/SSten {
 
398
fgred fggreen fgblue setrgbcolor
 
399
dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
 
400
} def
 
401
 
 
402
/FSten {
 
403
dup 3 -1 roll dup 4 1 roll exch
 
404
newpath
 
405
0 0 moveto
 
406
dup 0 exch lineto
 
407
exch dup 3 1 roll exch lineto
 
408
0 lineto
 
409
closepath
 
410
bgred bggreen bgblue setrgbcolor
 
411
eofill
 
412
SSten
 
413
} def
 
414
 
 
415
/Rast {
 
416
exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
 
417
} def
 
418
 
 
419
%%EndProlog
 
420
 
 
421
%%BeginIdrawPrologue
 
422
/arrowhead {
 
423
0 begin
 
424
transform originalCTM itransform
 
425
/taily exch def
 
426
/tailx exch def
 
427
transform originalCTM itransform
 
428
/tipy exch def
 
429
/tipx exch def
 
430
/dy tipy taily sub def
 
431
/dx tipx tailx sub def
 
432
/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
 
433
gsave
 
434
originalCTM setmatrix
 
435
tipx tipy translate
 
436
angle rotate
 
437
newpath
 
438
arrowHeight neg arrowWidth 2 div moveto
 
439
0 0 lineto
 
440
arrowHeight neg arrowWidth 2 div neg lineto
 
441
patternNone not {
 
442
originalCTM setmatrix
 
443
/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
 
444
arrowWidth div def
 
445
/padtail brushWidth 2 div def
 
446
tipx tipy translate
 
447
angle rotate
 
448
padtip 0 translate
 
449
arrowHeight padtip add padtail add arrowHeight div dup scale
 
450
arrowheadpath
 
451
ifill
 
452
} if
 
453
brushNone not {
 
454
originalCTM setmatrix
 
455
tipx tipy translate
 
456
angle rotate
 
457
arrowheadpath
 
458
istroke
 
459
} if
 
460
grestore
 
461
end
 
462
} dup 0 9 dict put def
 
463
 
 
464
/arrowheadpath {
 
465
newpath
 
466
arrowHeight neg arrowWidth 2 div moveto
 
467
0 0 lineto
 
468
arrowHeight neg arrowWidth 2 div neg lineto
 
469
} def
 
470
 
 
471
/leftarrow {
 
472
0 begin
 
473
y exch get /taily exch def
 
474
x exch get /tailx exch def
 
475
y exch get /tipy exch def
 
476
x exch get /tipx exch def
 
477
brushLeftArrow { tipx tipy tailx taily arrowhead } if
 
478
end
 
479
} dup 0 4 dict put def
 
480
 
 
481
/rightarrow {
 
482
0 begin
 
483
y exch get /tipy exch def
 
484
x exch get /tipx exch def
 
485
y exch get /taily exch def
 
486
x exch get /tailx exch def
 
487
brushRightArrow { tipx tipy tailx taily arrowhead } if
 
488
end
 
489
} dup 0 4 dict put def
 
490
 
 
491
%%EndIdrawPrologue
 
492
 
 
493
%I Idraw 10 Grid 8 8 
 
494
 
 
495
%%Page: 1 1
 
496
 
 
497
Begin
 
498
%I b u
 
499
%I cfg u
 
500
%I cbg u
 
501
%I f u
 
502
%I p u
 
503
%I t
 
504
[ 0.77233 0 0 0.77233 0 0 ] concat
 
505
/originalCTM matrix currentmatrix def
 
506
 
 
507
Begin %I Rect
 
508
%I b 65535
 
509
0 0 0 [] 0 SetB
 
510
%I cfg Black
 
511
0 0 0 SetCFg
 
512
%I cbg White
 
513
1 1 1 SetCBg
 
514
none SetP %I p n
 
515
%I t
 
516
[ 1 0 0 1 138 217 ] concat
 
517
%I
 
518
102 503 350 527 Rect
 
519
End
 
520
 
 
521
Begin %I Line
 
522
%I b 65535
 
523
0 0 0 [] 0 SetB
 
524
%I cfg Black
 
525
0 0 0 SetCFg
 
526
%I cbg White
 
527
1 1 1 SetCBg
 
528
none SetP %I p n
 
529
%I t
 
530
[ 1 0 0 1 138 217 ] concat
 
531
%I
 
532
302 527 302 503 Line
 
533
%I 1
 
534
End
 
535
 
 
536
Begin %I Line
 
537
%I b 65535
 
538
0 0 0 [] 0 SetB
 
539
%I cfg Black
 
540
0 0 0 SetCFg
 
541
%I cbg White
 
542
1 1 1 SetCBg
 
543
none SetP %I p n
 
544
%I t
 
545
[ 1 0 0 1 138 217 ] concat
 
546
%I
 
547
326 527 326 503 Line
 
548
%I 1
 
549
End
 
550
 
 
551
Begin %I Rect
 
552
%I b 65535
 
553
0 0 0 [] 0 SetB
 
554
%I cfg Black
 
555
0 0 0 SetCFg
 
556
%I cbg White
 
557
1 1 1 SetCBg
 
558
%I p
 
559
0.5 SetP
 
560
%I t
 
561
[ 1 0 0 1 138 217 ] concat
 
562
%I
 
563
102 503 302 527 Rect
 
564
End
 
565
 
 
566
Begin %I Text
 
567
%I cfg Black
 
568
0 0 0 SetCFg
 
569
%I f *-helvetica-bold-r-normal--10-*-75-*
 
570
Helvetica-Bold 10 SetF
 
571
%I t
 
572
[ 1 0 0 1 448 761 ] concat
 
573
%I
 
574
[
 
575
(1)
 
576
] Text
 
577
End
 
578
 
 
579
Begin %I Text
 
580
%I cfg Black
 
581
0 0 0 SetCFg
 
582
%I f *-helvetica-bold-r-normal--10-*-75-*
 
583
Helvetica-Bold 10 SetF
 
584
%I t
 
585
[ 1 0 0 1 472 761 ] concat
 
586
%I
 
587
[
 
588
(1)
 
589
] Text
 
590
End
 
591
 
 
592
Begin %I Text
 
593
%I cfg Black
 
594
0 0 0 SetCFg
 
595
%I f *-helvetica-bold-r-normal--10-*-75-*
 
596
Helvetica-Bold 10 SetF
 
597
%I t
 
598
[ 1 0 0 1 416 697 ] concat
 
599
%I
 
600
[
 
601
(Interrupt)
 
602
(Enable)
 
603
] Text
 
604
End
 
605
 
 
606
Begin %I Text
 
607
%I cfg Black
 
608
0 0 0 SetCFg
 
609
%I f *-helvetica-bold-r-normal--10-*-75-*
 
610
Helvetica-Bold 10 SetF
 
611
%I t
 
612
[ 1 0 0 1 480 697 ] concat
 
613
%I
 
614
[
 
615
(Ready)
 
616
] Text
 
617
End
 
618
 
 
619
Begin %I Line
 
620
%I b 65535
 
621
0 0 1 [] 0 SetB
 
622
%I cfg Black
 
623
0 0 0 SetCFg
 
624
%I cbg White
 
625
1 1 1 SetCBg
 
626
%I p
 
627
0 SetP
 
628
%I t
 
629
[ 1 0 0 1 138 217 ] concat
 
630
%I
 
631
294 487 310 503 Line
 
632
%I 1
 
633
End
 
634
 
 
635
Begin %I Line
 
636
%I b 65535
 
637
0 0 1 [] 0 SetB
 
638
%I cfg Black
 
639
0 0 0 SetCFg
 
640
%I cbg White
 
641
1 1 1 SetCBg
 
642
%I p
 
643
0 SetP
 
644
%I t
 
645
[ 1 0 0 1 138 217 ] concat
 
646
%I
 
647
350 487 334 503 Line
 
648
%I 1
 
649
End
 
650
 
 
651
Begin %I Text
 
652
%I cfg Black
 
653
0 0 0 SetCFg
 
654
%I f *-helvetica-bold-r-normal--10-*-75-*
 
655
Helvetica-Bold 10 SetF
 
656
%I t
 
657
[ 1 0 0 1 136 740 ] concat
 
658
%I
 
659
[
 
660
(Receiver Control)
 
661
(\(0xffff0000\))
 
662
] Text
 
663
End
 
664
 
 
665
Begin %I Pict
 
666
%I b u
 
667
%I cfg u
 
668
%I cbg u
 
669
%I f u
 
670
%I p u
 
671
%I t u
 
672
 
 
673
Begin %I Rect
 
674
%I b 65535
 
675
0 0 0 [] 0 SetB
 
676
%I cfg Black
 
677
0 0 0 SetCFg
 
678
%I cbg White
 
679
1 1 1 SetCBg
 
680
none SetP %I p n
 
681
%I t
 
682
[ 1 0 0 1 138 -15 ] concat
 
683
%I
 
684
102 503 350 527 Rect
 
685
End
 
686
 
 
687
Begin %I Line
 
688
%I b 65535
 
689
0 0 0 [] 0 SetB
 
690
%I cfg Black
 
691
0 0 0 SetCFg
 
692
%I cbg White
 
693
1 1 1 SetCBg
 
694
none SetP %I p n
 
695
%I t
 
696
[ 1 0 0 1 138 -15 ] concat
 
697
%I
 
698
302 527 302 503 Line
 
699
%I 1
 
700
End
 
701
 
 
702
Begin %I Line
 
703
%I b 65535
 
704
0 0 0 [] 0 SetB
 
705
%I cfg Black
 
706
0 0 0 SetCFg
 
707
%I cbg White
 
708
1 1 1 SetCBg
 
709
none SetP %I p n
 
710
%I t
 
711
[ 1 0 0 1 138 -15 ] concat
 
712
%I
 
713
326 527 326 503 Line
 
714
%I 1
 
715
End
 
716
 
 
717
Begin %I Rect
 
718
%I b 65535
 
719
0 0 0 [] 0 SetB
 
720
%I cfg Black
 
721
0 0 0 SetCFg
 
722
%I cbg White
 
723
1 1 1 SetCBg
 
724
%I p
 
725
0.5 SetP
 
726
%I t
 
727
[ 1 0 0 1 138 -15 ] concat
 
728
%I
 
729
102 503 302 527 Rect
 
730
End
 
731
 
 
732
Begin %I Text
 
733
%I cfg Black
 
734
0 0 0 SetCFg
 
735
%I f *-helvetica-bold-r-normal--10-*-75-*
 
736
Helvetica-Bold 10 SetF
 
737
%I t
 
738
[ 1 0 0 1 448 529 ] concat
 
739
%I
 
740
[
 
741
(1)
 
742
] Text
 
743
End
 
744
 
 
745
Begin %I Text
 
746
%I cfg Black
 
747
0 0 0 SetCFg
 
748
%I f *-helvetica-bold-r-normal--10-*-75-*
 
749
Helvetica-Bold 10 SetF
 
750
%I t
 
751
[ 1 0 0 1 472 529 ] concat
 
752
%I
 
753
[
 
754
(1)
 
755
] Text
 
756
End
 
757
 
 
758
Begin %I Text
 
759
%I cfg Black
 
760
0 0 0 SetCFg
 
761
%I f *-helvetica-bold-r-normal--10-*-75-*
 
762
Helvetica-Bold 10 SetF
 
763
%I t
 
764
[ 1 0 0 1 416 465 ] concat
 
765
%I
 
766
[
 
767
(Interrupt)
 
768
(Enable)
 
769
] Text
 
770
End
 
771
 
 
772
Begin %I Text
 
773
%I cfg Black
 
774
0 0 0 SetCFg
 
775
%I f *-helvetica-bold-r-normal--10-*-75-*
 
776
Helvetica-Bold 10 SetF
 
777
%I t
 
778
[ 1 0 0 1 480 465 ] concat
 
779
%I
 
780
[
 
781
(Ready)
 
782
] Text
 
783
End
 
784
 
 
785
Begin %I Line
 
786
%I b 65535
 
787
0 0 1 [] 0 SetB
 
788
%I cfg Black
 
789
0 0 0 SetCFg
 
790
%I cbg White
 
791
1 1 1 SetCBg
 
792
%I p
 
793
0 SetP
 
794
%I t
 
795
[ 1 0 0 1 138 -15 ] concat
 
796
%I
 
797
294 487 310 503 Line
 
798
%I 1
 
799
End
 
800
 
 
801
Begin %I Line
 
802
%I b 65535
 
803
0 0 1 [] 0 SetB
 
804
%I cfg Black
 
805
0 0 0 SetCFg
 
806
%I cbg White
 
807
1 1 1 SetCBg
 
808
%I p
 
809
0 SetP
 
810
%I t
 
811
[ 1 0 0 1 138 -15 ] concat
 
812
%I
 
813
350 487 334 503 Line
 
814
%I 1
 
815
End
 
816
 
 
817
End %I eop
 
818
 
 
819
Begin %I Text
 
820
%I cfg Black
 
821
0 0 0 SetCFg
 
822
%I f *-helvetica-bold-r-normal--10-*-75-*
 
823
Helvetica-Bold 10 SetF
 
824
%I t
 
825
[ 1 0 0 1 136 508 ] concat
 
826
%I
 
827
[
 
828
(Transmitter Control)
 
829
(\(0xffff0008\))
 
830
] Text
 
831
End
 
832
 
 
833
Begin %I Text
 
834
%I cfg Black
 
835
0 0 0 SetCFg
 
836
%I f *-helvetica-bold-r-normal--10-*-75-*
 
837
Helvetica-Bold 10 SetF
 
838
%I t
 
839
[ 1 0 0 1 136 636 ] concat
 
840
%I
 
841
[
 
842
(Receiver Data)
 
843
(\(0xffff0004\))
 
844
] Text
 
845
End
 
846
 
 
847
Begin %I Pict
 
848
%I b u
 
849
%I cfg u
 
850
%I cbg u
 
851
%I f u
 
852
%I p u
 
853
%I t u
 
854
 
 
855
Begin %I Rect
 
856
%I b 65535
 
857
0 0 0 [] 0 SetB
 
858
%I cfg Black
 
859
0 0 0 SetCFg
 
860
%I cbg White
 
861
1 1 1 SetCBg
 
862
none SetP %I p n
 
863
%I t
 
864
[ 1 0 0 1 138 113 ] concat
 
865
%I
 
866
102 503 350 527 Rect
 
867
End
 
868
 
 
869
Begin %I Rect
 
870
%I b 65535
 
871
0 0 0 [] 0 SetB
 
872
%I cfg Black
 
873
0 0 0 SetCFg
 
874
%I cbg White
 
875
1 1 1 SetCBg
 
876
%I p
 
877
0.5 SetP
 
878
%I t
 
879
[ 1 0 0 1 130 217 ] concat
 
880
%I
 
881
110 399 286 423 Rect
 
882
End
 
883
 
 
884
Begin %I Text
 
885
%I cfg Black
 
886
0 0 0 SetCFg
 
887
%I f *-helvetica-bold-r-normal--10-*-75-*
 
888
Helvetica-Bold 10 SetF
 
889
%I t
 
890
[ 1 0 0 1 449.5 657 ] concat
 
891
%I
 
892
[
 
893
(8)
 
894
] Text
 
895
End
 
896
 
 
897
Begin %I Text
 
898
%I cfg Black
 
899
0 0 0 SetCFg
 
900
%I f *-helvetica-bold-r-normal--10-*-75-*
 
901
Helvetica-Bold 10 SetF
 
902
%I t
 
903
[ 1 0 0 1 417 601 ] concat
 
904
%I
 
905
[
 
906
(Received Byte)
 
907
] Text
 
908
End
 
909
 
 
910
End %I eop
 
911
 
 
912
Begin %I Text
 
913
%I cfg Black
 
914
0 0 0 SetCFg
 
915
%I f *-helvetica-bold-r-normal--10-*-75-*
 
916
Helvetica-Bold 10 SetF
 
917
%I t
 
918
[ 1 0 0 1 136 388 ] concat
 
919
%I
 
920
[
 
921
(Transmitter Data)
 
922
(\(0xffff000c\))
 
923
] Text
 
924
End
 
925
 
 
926
Begin %I Pict
 
927
%I b u
 
928
%I cfg u
 
929
%I cbg u
 
930
%I f u
 
931
%I p u
 
932
%I t
 
933
[ 1 0 0 1 -8 0 ] concat
 
934
 
 
935
Begin %I Rect
 
936
%I b 65535
 
937
0 0 0 [] 0 SetB
 
938
%I cfg Black
 
939
0 0 0 SetCFg
 
940
%I cbg White
 
941
1 1 1 SetCBg
 
942
none SetP %I p n
 
943
%I t
 
944
[ 1 0 0 1 146 -135 ] concat
 
945
%I
 
946
102 503 350 527 Rect
 
947
End
 
948
 
 
949
Begin %I Rect
 
950
%I b 65535
 
951
0 0 0 [] 0 SetB
 
952
%I cfg Black
 
953
0 0 0 SetCFg
 
954
%I cbg White
 
955
1 1 1 SetCBg
 
956
%I p
 
957
0.5 SetP
 
958
%I t
 
959
[ 1 0 0 1 138 -31 ] concat
 
960
%I
 
961
110 399 286 423 Rect
 
962
End
 
963
 
 
964
Begin %I Text
 
965
%I cfg Black
 
966
0 0 0 SetCFg
 
967
%I f *-helvetica-bold-r-normal--10-*-75-*
 
968
Helvetica-Bold 10 SetF
 
969
%I t
 
970
[ 1 0 0 1 457.5 409 ] concat
 
971
%I
 
972
[
 
973
(8)
 
974
] Text
 
975
End
 
976
 
 
977
Begin %I Text
 
978
%I cfg Black
 
979
0 0 0 SetCFg
 
980
%I f *-helvetica-bold-r-normal--10-*-75-*
 
981
Helvetica-Bold 10 SetF
 
982
%I t
 
983
[ 1 0 0 1 425 353 ] concat
 
984
%I
 
985
[
 
986
(Transmitted Byte)
 
987
] Text
 
988
End
 
989
 
 
990
End %I eop
 
991
 
 
992
Begin %I Text
 
993
%I cfg Black
 
994
0 0 0 SetCFg
 
995
%I f *-helvetica-bold-r-normal--10-*-75-*
 
996
Helvetica-Bold 10 SetF
 
997
%I t
 
998
[ 1 0 0 1 322 761 ] concat
 
999
%I
 
1000
[
 
1001
(Unused)
 
1002
] Text
 
1003
End
 
1004
 
 
1005
Begin %I Text
 
1006
%I cfg Black
 
1007
0 0 0 SetCFg
 
1008
%I f *-helvetica-bold-r-normal--10-*-75-*
 
1009
Helvetica-Bold 10 SetF
 
1010
%I t
 
1011
[ 1 0 0 1 322 657 ] concat
 
1012
%I
 
1013
[
 
1014
(Unused)
 
1015
] Text
 
1016
End
 
1017
 
 
1018
Begin %I Text
 
1019
%I cfg Black
 
1020
0 0 0 SetCFg
 
1021
%I f *-helvetica-bold-r-normal--10-*-75-*
 
1022
Helvetica-Bold 10 SetF
 
1023
%I t
 
1024
[ 1 0 0 1 322 529 ] concat
 
1025
%I
 
1026
[
 
1027
(Unused)
 
1028
] Text
 
1029
End
 
1030
 
 
1031
Begin %I Text
 
1032
%I cfg Black
 
1033
0 0 0 SetCFg
 
1034
%I f *-helvetica-bold-r-normal--10-*-75-*
 
1035
Helvetica-Bold 10 SetF
 
1036
%I t
 
1037
[ 1 0 0 1 322 409 ] concat
 
1038
%I
 
1039
[
 
1040
(Unused)
 
1041
] Text
 
1042
End
 
1043
 
 
1044
End %I eop
 
1045
 
 
1046
showpage
 
1047
 
 
1048
%%Trailer
 
1049
 
 
1050
end