root/trunk/ProjectFortress/test_library/AsciiVal.fss

Revision 2193, 1.4 KB (checked in by angelee, 17 months ago)

[compiler] more moving files around.

Line 
1(*******************************************************************************
2    Copyright 2008 Sun Microsystems, Inc.,
3    4150 Network Circle, Santa Clara, California 95054, U.S.A.
4    All rights reserved.
5
6    U.S. Government Rights - Commercial software.
7    Government users are subject to the Sun Microsystems, Inc. standard
8    license agreement and applicable provisions of the FAR and its supplements.
9
10    Use is subject to license terms.
11
12    This distribution may include materials developed by third parties.
13
14    Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered
15    trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
16 ******************************************************************************)
17
18component AsciiVal
19export AsciiVal
20
21A:ZZ32 := 65
22B:ZZ32 = 66
23C:ZZ32 = 67
24D:ZZ32 = 68
25E:ZZ32 = 69
26F:ZZ32 = 70
27G:ZZ32 = 71
28H:ZZ32 = 72
29I:ZZ32 = 73
30J:ZZ32 = 74
31K:ZZ32 = 75
32L:ZZ32 = 76
33M:ZZ32 = 77
34N:ZZ32 = 78
35O:ZZ32 = 79
36P:ZZ32 = 80
37Q:ZZ32 = 81
38R:ZZ32 = 82
39S:ZZ32 = 83
40T:ZZ32 = 84
41U:ZZ32 = 85
42V:ZZ32 = 86
43W:ZZ32 = 87
44X:ZZ32 = 88
45Y:ZZ32 = 89
46Z:ZZ32 = 90
47a:ZZ32 = 97
48b:ZZ32 = 98
49c:ZZ32 = 99
50d:ZZ32 = 100
51e:ZZ32 = 101
52f:ZZ32 = 102
53g:ZZ32 = 103
54h:ZZ32 = 104
55i:ZZ32 = 105
56j:ZZ32 = 106
57k:ZZ32 = 107
58l:ZZ32 = 108
59m:ZZ32 = 109
60n:ZZ32 = 110
61o:ZZ32 = 111
62p:ZZ32 = 112
63q:ZZ32 = 113
64r:ZZ32 = 114
65s:ZZ32 = 115
66t:ZZ32 = 116
67u:ZZ32 = 117
68v:ZZ32 = 118
69w:ZZ32 = 119
70x:ZZ32 = 120
71y:ZZ32 = 121
72z:ZZ32 = 122
73
74end
75
Note: See TracBrowser for help on using the browser.