NASM logo in Embeddable PostScript format
authorH. Peter Anvin <hpa@zytor.com>
Tue, 14 May 2002 05:27:27 +0000 (05:27 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 14 May 2002 05:27:27 +0000 (05:27 +0000)
doc/nasmlogo.eps [new file with mode: 0644]

diff --git a/doc/nasmlogo.eps b/doc/nasmlogo.eps
new file mode 100644 (file)
index 0000000..f7f809f
--- /dev/null
@@ -0,0 +1,32 @@
+%!PS-Adobe-2.0 EPSF-1.2
+%%Pages: 1
+%%DocumentFonts: Courier-Bold
+%%BoundingBox: 99 45 385 111
+save
+newpath
+%%EndProlog
+%%Page 1 1
+% $Id$
+% x y pointsize --
+/nasmlogo {
+gsave userdict begin
+/sz exch def
+/Courier-Bold findfont sz scalefont setfont
+moveto
+0.85 1.22 scale
+[(-~~..~:#;L       .-:#;L,.-   .~:#:;.T  -~~.~:;. .~:;. )
+( E8+U    *T     +U'   *T#  .97     *L   E8+'  *;T'  *;, )
+( D97     `*L  .97     '*L   "T;E+:,     D9     *L    *L )
+( H7       I#  T7       I#        "*:.   H7     I#    I# )
+( U:       :8  *#+    , :8  T,      79   U:     :8    :8 )
+(,#B.     .IE,  "T;E*  .IE, J *+;#:T*"  ,#B.   .IE,  .IE,)] {
+currentpoint 3 -1 roll
+sz -0.10 mul 0 3 -1 roll ashow
+sz 0.72 mul sub moveto
+} forall
+end grestore
+} def
+0.6 setgray 100 100 12 nasmlogo
+%%Trailer
+restore
+%%EOF