The following table enumerates the directives, which are not recognized any longer when the MCUasm compatibility mode is switched ON.
| Operator | Notation | Description |
|---|---|---|
| RMB | DS | Define storage for a variable |
| NOL | NOLIST | Specify that all subsequent instructions must not be inserted in the listing file. |
| TTL | TITLE | Define the user-defined title for the assembler listing file. |
| GLOBAL | XDEF | Make a symbol public (visible from the outside) |
| PUBLIC | XDEF | Make a symbol public (visible from the outside) |
| EXTERNAL | XREF | Import reference to an external symbol. |