Assembler Directives and
.FLOAT Pseudo-Operation
.FLOAT Pseudo-Operation
The .FLOAT
Syntax
.FLOAT integer [ .fraction] [ E [
.FLOAT .fraction [ E [
Parameters
integer | Specifies the whole number part of a decimal number. |
fraction | Specifies the fractional part of a decimal number. |
power | Specifies the power of ten to raise a decimal number. To |
| raise the decimal number to a negative power of ten, |
| place a minus sign |
| specified. |
Example
Each of the following examples initializes one word of memory to
factor1 .FLOAT
factor2 .FLOAT 3.4E6
88 | Chapter 4 |