Floating-Point Directives
These directives initialize blocks of floating-point data:
float
Declares an initialized block of 32-bit, floating-point numbers; the assembler allocates 32 bits for each value.
double
Declares an initialized block of 64-bit, floating-point numbers; the assembler allocates 64 bits for each value.