Stores a floating-point constant at the next fullword location.
.float | FloatingConstant |
The .float stores a floating-point constant at the next fullword location. Fullword alignment occurs if necessary.
FloatingConstant | Specifies a floating-point constant to be assembled. |
The following example demonstrates the use of the .float pseudo-op:
.float 3.4 .float -77 .float 134E-12
The .double pseudo-op.