[ Previous | Next | Contents | Home | Search ]
AIX Version 4.3 Assembler Language Reference

.double Pseudo-op

Purpose

Stores a double floating-point constant at the next fullword location.

Syntax

.double FloatingConstant

Parameters

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

Related Information

Pseudo-ops Overview.

The .float pseudo-op.


[ Previous | Next | Contents | Home | Search ]