summaryrefslogtreecommitdiff
path: root/other/burneye2/elf/debug/raw-input.ps
diff options
context:
space:
mode:
authorRoot THC2026-02-24 12:42:47 +0000
committerRoot THC2026-02-24 12:42:47 +0000
commitc9cbeced5b3f2bdd7407e29c0811e65954132540 (patch)
treeaefc355416b561111819de159ccbd86c3004cf88 /other/burneye2/elf/debug/raw-input.ps
parent073fe4bf9fca6bf40cef2886d75df832ef4b6fca (diff)
initial
Diffstat (limited to 'other/burneye2/elf/debug/raw-input.ps')
-rw-r--r--other/burneye2/elf/debug/raw-input.ps288
1 files changed, 288 insertions, 0 deletions
diff --git a/other/burneye2/elf/debug/raw-input.ps b/other/burneye2/elf/debug/raw-input.ps
new file mode 100644
index 0000000..dbc4e92
--- /dev/null
+++ b/other/burneye2/elf/debug/raw-input.ps
@@ -0,0 +1,288 @@
1%!PS-Adobe-2.0
2%%Creator: dot version 1.8.9 (Wed Oct 2 09:41:21 MDT 2002)
3%%For: (scut) scut,,,
4%%Title: main
5%%Pages: (atend)
6%%BoundingBox: 35 35 473 169
7%%EndComments
8save
9%%BeginProlog
10/DotDict 200 dict def
11DotDict begin
12
13/setupLatin1 {
14mark
15/EncodingVector 256 array def
16 EncodingVector 0
17
18ISOLatin1Encoding 0 255 getinterval putinterval
19
20EncodingVector
21 dup 306 /AE
22 dup 301 /Aacute
23 dup 302 /Acircumflex
24 dup 304 /Adieresis
25 dup 300 /Agrave
26 dup 305 /Aring
27 dup 303 /Atilde
28 dup 307 /Ccedilla
29 dup 311 /Eacute
30 dup 312 /Ecircumflex
31 dup 313 /Edieresis
32 dup 310 /Egrave
33 dup 315 /Iacute
34 dup 316 /Icircumflex
35 dup 317 /Idieresis
36 dup 314 /Igrave
37 dup 334 /Udieresis
38 dup 335 /Yacute
39 dup 376 /thorn
40 dup 337 /germandbls
41 dup 341 /aacute
42 dup 342 /acircumflex
43 dup 344 /adieresis
44 dup 346 /ae
45 dup 340 /agrave
46 dup 345 /aring
47 dup 347 /ccedilla
48 dup 351 /eacute
49 dup 352 /ecircumflex
50 dup 353 /edieresis
51 dup 350 /egrave
52 dup 355 /iacute
53 dup 356 /icircumflex
54 dup 357 /idieresis
55 dup 354 /igrave
56 dup 360 /dcroat
57 dup 361 /ntilde
58 dup 363 /oacute
59 dup 364 /ocircumflex
60 dup 366 /odieresis
61 dup 362 /ograve
62 dup 365 /otilde
63 dup 370 /oslash
64 dup 372 /uacute
65 dup 373 /ucircumflex
66 dup 374 /udieresis
67 dup 371 /ugrave
68 dup 375 /yacute
69 dup 377 /ydieresis
70
71% Set up ISO Latin 1 character encoding
72/starnetISO {
73 dup dup findfont dup length dict begin
74 { 1 index /FID ne { def }{ pop pop } ifelse
75 } forall
76 /Encoding EncodingVector def
77 currentdict end definefont
78} def
79/Times-Roman starnetISO def
80/Times-Italic starnetISO def
81/Times-Bold starnetISO def
82/Times-BoldItalic starnetISO def
83/Helvetica starnetISO def
84/Helvetica-Oblique starnetISO def
85/Helvetica-Bold starnetISO def
86/Helvetica-BoldOblique starnetISO def
87/Courier starnetISO def
88/Courier-Oblique starnetISO def
89/Courier-Bold starnetISO def
90/Courier-BoldOblique starnetISO def
91cleartomark
92} bind def
93
94%%BeginResource: procset
95/coord-font-family /Times-Roman def
96/default-font-family /Times-Roman def
97/coordfont coord-font-family findfont 8 scalefont def
98
99/InvScaleFactor 1.0 def
100/set_scale {
101 dup 1 exch div /InvScaleFactor exch def
102 dup scale
103} bind def
104
105% styles
106/solid { [] 0 setdash } bind def
107/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
108/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
109/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
110/bold { 2 setlinewidth } bind def
111/filled { } bind def
112/unfilled { } bind def
113/rounded { } bind def
114/diagonals { } bind def
115
116% hooks for setting color
117/nodecolor { sethsbcolor } bind def
118/edgecolor { sethsbcolor } bind def
119/graphcolor { sethsbcolor } bind def
120/nopcolor {pop pop pop} bind def
121
122/beginpage { % i j npages
123 /npages exch def
124 /j exch def
125 /i exch def
126 /str 10 string def
127 npages 1 gt {
128 gsave
129 coordfont setfont
130 0 0 moveto
131 (\() show i str cvs show (,) show j str cvs show (\)) show
132 grestore
133 } if
134} bind def
135
136/set_font {
137 findfont exch
138 scalefont setfont
139} def
140
141% draw aligned label in bounding box aligned to current point
142/alignedtext { % width adj text
143 /text exch def
144 /adj exch def
145 /width exch def
146 gsave
147 width 0 gt {
148 text stringwidth pop adj mul 0 rmoveto
149 } if
150 [] 0 setdash
151 text show
152 grestore
153} def
154
155/boxprim { % xcorner ycorner xsize ysize
156 4 2 roll
157 moveto
158 2 copy
159 exch 0 rlineto
160 0 exch rlineto
161 pop neg 0 rlineto
162 closepath
163} bind def
164
165/ellipse_path {
166 /ry exch def
167 /rx exch def
168 /y exch def
169 /x exch def
170 matrix currentmatrix
171 newpath
172 x y translate
173 rx ry scale
174 0 0 1 0 360 arc
175 setmatrix
176} bind def
177
178/endpage { showpage } bind def
179
180/layercolorseq
181 [ % layer color sequence - darkest to lightest
182 [0 0 0]
183 [.2 .8 .8]
184 [.4 .8 .8]
185 [.6 .8 .8]
186 [.8 .8 .8]
187 ]
188def
189
190/setlayer {/maxlayer exch def /curlayer exch def
191 layercolorseq curlayer get
192 aload pop sethsbcolor
193 /nodecolor {nopcolor} def
194 /edgecolor {nopcolor} def
195 /graphcolor {nopcolor} def
196} bind def
197
198/onlayer { curlayer ne {invis} if } def
199
200/onlayers {
201 /myupper exch def
202 /mylower exch def
203 curlayer mylower lt
204 curlayer myupper gt
205 or
206 {invis} if
207} def
208
209/curlayer 0 def
210
211%%EndResource
212%%EndProlog
213%%BeginSetup
21414 default-font-family set_font
2151 setmiterlimit
216% /arrowlength 10 def
217% /arrowwidth 5 def
218
219% make sure pdfmark is harmless for PS-interpreters other than Distiller
220/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
221% make '<<' and '>>' safe on PS Level 1 devices
222/languagelevel where {pop languagelevel}{1} ifelse
2232 lt {
224 userdict (<<) cvn ([) cvn load put
225 userdict (>>) cvn ([) cvn load put
226} if
227
228%%EndSetup
229setupLatin1
230%%Page: 1 1
231%%PageBoundingBox: 36 36 473 169
232%%PageOrientation: Portrait
233gsave
23435 35 438 134 boxprim clip newpath
23536 36 translate
2360 0 1 beginpage
2370 0 translate 0 rotate
2380.000 0.000 0.000 graphcolor
23914.00 /Times-Roman set_font
240
241% entry point
242gsave 10 dict begin
243filled
2440.561 0.459 0.980 nodecolor
245newpath 0 8 moveto
246437 8 lineto
247437 124 lineto
2480 124 lineto
249closepath
250fill
2510.000 0.000 0.000 nodecolor
252newpath 0 8 moveto
253437 8 lineto
254437 124 lineto
2550 124 lineto
256closepath
257stroke
258gsave 10 dict begin
2590 109 moveto 87 0.0 (ÿ0x01000000) alignedtext
2600 93 moveto 83 0.0 (ÿ0x01000010) alignedtext
2610 77 moveto 87 0.0 (ÿ0x01000020) alignedtext
2620 61 moveto 86 0.0 (ÿ0x01000030) alignedtext
2630 45 moveto 87 0.0 (ÿ0x01000040) alignedtext
2640 29 moveto 86 0.0 (ÿ0x01000050) alignedtext
2650 13 moveto 86 0.0 (ÿ0x01000060) alignedtext
266end grestore
267newpath 101 8 moveto
268101 124 lineto
269stroke
270gsave 10 dict begin
271101 109 moveto 317 0.0 (ÿ55 89 e5 83 ec 18 83 c4 f4 8b 45 0c 83 c0 04 8b) alignedtext
272101 93 moveto 309 0.0 ( 10 52 e8 fc ff ff ff 83 c4 10 89 45 fc c7 45 f8) alignedtext
273101 77 moveto 317 0.0 ( 01 00 00 00 8b 55 fc 89 d0 d1 e8 39 45 f8 72 02) alignedtext
274101 61 moveto 315 0.0 ( eb 2e 8b 45 fc 8d 4d f8 31 d2 f7 31 85 d2 75 14) alignedtext
275101 45 moveto 318 0.0 ( 83 c4 f8 8b 45 f8 50 68 00 00 00 00 e8 fc ff ff) alignedtext
276101 29 moveto 322 0.0 ( ff 83 c4 10 ff 45 f8 eb cb 8d b4 26 00 00 00 00) alignedtext
277101 13 moveto 115 0.0 ( 31 c0 eb 00 c9 c3) alignedtext
278end grestore
279end grestore
280endpage
281grestore
282%%PageTrailer
283%%EndPage: 1
284%%Trailer
285%%Pages: 1
286end
287restore
288%%EOF