[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

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.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]