Stores a double floating-point constant at the next fullword location.
.double | FloatingConstant |
FloatingConstant | Specifies a floating-point constant to be assembled. |
The following example demonstrates the use of the .double pseudo-op:
.double 3.4 .double -77 .double 134E12 .double 5e300 .double 0.45
The .float pseudo-op.