SCM Repository
[smlnj] / sml / trunk / src / MLRISC / instructions / instructions.sig |
Diff of /sml/trunk/src/MLRISC/instructions/instructions.sig
Parent Directory
|
Revision Log
|
Patch
revision 744, Fri Dec 8 04:11:42 2000 UTC | revision 775, Fri Jan 12 01:17:51 2001 UTC | |
---|---|---|
# | Line 4 | Line 4 |
4 | signature INSTRUCTIONS = | signature INSTRUCTIONS = |
5 | sig | sig |
6 | structure C : CELLS | structure C : CELLS |
7 | structure Constant : CONSTANT | structure T : MLTREE |
8 | structure LabelExp : LABELEXP | structure LabelExp : LABELEXP |
9 | structure Constant : CONSTANT | |
10 | structure Region : REGION | structure Region : REGION |
11 | sharing Constant = LabelExp.Constant | sharing LabelExp.T = T |
12 | sharing Constant = T.Constant | |
13 | sharing Region = T.Region | |
14 | ||
15 | type operand (* operand is abstract *) | type operand (* operand is abstract *) |
16 | type ea (* effective address is abstract *) | type ea (* effective address is abstract *) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |