root/trunk/ProjectFortress/test_library/AsciiVal.fss

Revision 2193, 1.4 kB (checked in by angelee, 5 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
18 component AsciiVal
19 export AsciiVal
20
21 A:ZZ32 := 65
22 B:ZZ32 = 66
23 C:ZZ32 = 67
24 D:ZZ32 = 68
25 E:ZZ32 = 69
26 F:ZZ32 = 70
27 G:ZZ32 = 71
28 H:ZZ32 = 72
29 I:ZZ32 = 73
30 J:ZZ32 = 74
31 K:ZZ32 = 75
32 L:ZZ32 = 76
33 M:ZZ32 = 77
34 N:ZZ32 = 78
35 O:ZZ32 = 79
36 P:ZZ32 = 80
37 Q:ZZ32 = 81
38 R:ZZ32 = 82
39 S:ZZ32 = 83
40 T:ZZ32 = 84
41 U:ZZ32 = 85
42 V:ZZ32 = 86
43 W:ZZ32 = 87
44 X:ZZ32 = 88
45 Y:ZZ32 = 89
46 Z:ZZ32 = 90
47 a:ZZ32 = 97
48 b:ZZ32 = 98
49 c:ZZ32 = 99
50 d:ZZ32 = 100
51 e:ZZ32 = 101
52 f:ZZ32 = 102
53 g:ZZ32 = 103
54 h:ZZ32 = 104
55 i:ZZ32 = 105
56 j:ZZ32 = 106
57 k:ZZ32 = 107
58 l:ZZ32 = 108
59 m:ZZ32 = 109
60 n:ZZ32 = 110
61 o:ZZ32 = 111
62 p:ZZ32 = 112
63 q:ZZ32 = 113
64 r:ZZ32 = 114
65 s:ZZ32 = 115
66 t:ZZ32 = 116
67 u:ZZ32 = 117
68 v:ZZ32 = 118
69 w:ZZ32 = 119
70 x:ZZ32 = 120
71 y:ZZ32 = 121
72 z:ZZ32 = 122
73
74 end
75
Note: See TracBrowser for help on using the browser.