 | A166 User's Guide |  |
|
|
| DF32 Assembler Statement| Arguments |
<[>label:<]> DF32 expression <[>, expression ...<]>
| | Description | The DF32 statement initializes memory with one or more IEEE 32-bit (float) floating-point values. label is a symbol that is assigned the current memory address. expression is a floating-point value that is stored in memory. Each expression may be a symbol, a string, or an expression. The DF32 statement may be specified only within a code or data section. An error is generated if it is used in a bit section. | | See Also | DB, DBIT, DD, DF64, DW | | Example |
TABLE: DF32 1.2, 3.1415, 3.333
|
|
|