Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 435 Bytes

A2062.md

File metadata and controls

13 lines (7 loc) · 435 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2062

expression too complex for .UNTILCXZ

An expression used in the condition that follows .UNTILCXZ was too complex. The .UNTILCXZ directive can take only one expression, which can contain only == or !=. It cannot take other comparison operators or more complex expressions using operators like ||.

* ML 6.0 compatible error

See Also

ASMC Error Messages