Syntax
.d_floating expression1 [, expression2] ... [,expressionN]
Description
The .d_floating directive initializes memory to double-precision (64-bit) VAX D_ floating numbers. The expression values must be absolute.
The operands can optionally have the form expressionVal [ : expressionRep ]
The expressionVal is a 64-bit value. The optional expressionRep is a non-negative expression that specifies how many times to replicate the value of expressionVal. The expression value (expressionVal) and repetition count (expressionRep) must be absolute.
This directive automatically aligns its data and any preceding labels to a double-word boundary. You can disable this feature with the .align 0
directive.