Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 436 Bytes

A2187.md

File metadata and controls

15 lines (8 loc) · 436 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2187

must use floating point initializer

A variable declared with the REAL4, REAL8, and REAL10 directives must be initialized with a floating-point number or a question mark (?).

This error can be caused by giving an initializer in integer form (such as 18) instead of in floating-point form (18.0).

* ML 6.0 compatible error

See Also

ASMC Error Messages