Asmc Macro Assembler Reference
ASMC Nonfatal Error A2050
real or BCD number not allowed
A floating-point (real) number or binary coded decimal (BCD) constant was used other than as a data initializer.
One of the following occurred:
- A real number or a BCD was used in an expression.
- A real number was used to initialize a directive other than DWORD, QWORD, or TBYTE.
- A BCD was used to initialize a directive other than TBYTE.