float

Declares an initialized block of 32-bit, floating-point numbers; the assembler allocates 32 bits for each value.

  [ label ] .float  value [ ,value ]... 

  
Parameters

label

Name of the storage block.

value

Floating-point value; must fit into 32 bits.