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

.float Pseudo-op

Purpose

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

Syntax

.float FloatingConstant

Description

The .float stores a floating-point constant at the next fullword location. Fullword alignment occurs if necessary.

Parameters

FloatingConstant Specifies a floating-point constant to be assembled.

Examples

The following example demonstrates the use of the .float pseudo-op:

.float 3.4
.float -77
.float 134E-12

Related Information

Pseudo-ops Overview.

The .double pseudo-op.


[ Previous | Next | Contents | Home | Search ]