| mode |
| Previous | Specifying Attributes of Variables | Next |
Syntax: mode (mode)
This attribute specifies the data type for the declaration - whichever
type corresponds to the mode mode. This in effect lets you
request an integer or floating point type according to its width.
You may also specify a mode of byte or __byte__ to
indicate the mode corresponding to a one-byte integer, word or
__word__ for the mode of a one-word integer, and pointer
or __pointer__ for the mode used to represent pointers.