.double pseudo-op
Purpose
Assembles double floating-point constants.
Syntax
Item | Description |
---|---|
.double | FloatingConstant[, FloatingConstant...] |
Description
The .double pseudo-op assembles double floating-point constants into consecutive fullwords. Fullword alignment occurs unless the current section is a DWARF section.
Parameters
Item | Description |
---|---|
FloatingConstant | Specifies a floating-point constant to be assembled. |
Examples
The following example demonstrates the use of the .double pseudo-op:
.double 3.4
.double -77
.double 134E12
.double 5e300
.double 0.45