 | A166 User's Guide |  |
|
|
| DF64 Assembler Statement| Arguments |
<[>label:<]> DF64 expression <[>, expression ...<]>
| | Description | The DF64 statement initializes memory with one or more IEEE 64-bit (double) 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 DF64 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, DF32, DW | | Example |
TABLE: DF64 1.2, 3.1415, 3.333
|
|
|