Syntax
.f_floating expression1 [, expression2] ... [, expressionN]
Description
The .f_floating directive initializes memory to single-precision (32-bit) VAX F_floating numbers. The expression values must be absolute.
The operands can optionally have the form expressionVal [ :expressionRep]
The expressionVal is a 32-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 preceding labels to a longword boundary. You can disable this feature by using the .align 0
directive.