SCM Repository
Diff of /sml/trunk/src/MLRISC/flowgraph/pseudo-ops-basis-typ.sml
Parent Directory
|
Revision Log
|
Patch
revision 1011, Thu Jan 10 20:22:04 2002 UTC | revision 1012, Tue Jan 15 16:16:39 2002 UTC | |
---|---|---|
# | Line 32 | Line 32 |
32 | *) | *) |
33 | | DATA_READ_ONLY | | DATA_READ_ONLY |
34 | | DATA | | DATA |
35 | | BSS | |
36 | | TEXT | | TEXT |
37 | | SECTION of Atom.atom | | SECTION of Atom.atom |
38 | ||
# | Line 59 | Line 60 |
60 | | ASCIIZ of string | | ASCIIZ of string |
61 | ||
62 | (* | (* |
63 | * allocate uninitialized data space with size in bytes | |
64 | *) | |
65 | | SPACE of int | |
66 | ||
67 | (* | |
68 | * Constant real data | * Constant real data |
69 | *) | *) |
70 | | FLOAT of {sz : int, f : string list} | | FLOAT of {sz : int, f : string list} |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |