| |||
| Home > Directives Reference > Reporting directives > ASSERT | |||
The ASSERT directive generates an error message
during the second pass of the assembly if a given assertion is false.
ASSERTlogical-expression
where:
logical-expressionis an assertion that can evaluate to either {TRUE} or {FALSE}.
Use ASSERT to ensure that any necessary condition
is met during assembly.
If the assertion is false an error message is generated and assembly fails.
See also INFO.