A2327: ON or OFF expected

[ERROR]

Description

The syntax for a MLIST or CLIST directive is not correct. These directives expects a unique operand, which can take the value ON or OFF.

Example
  CodeSec: SECTION

           ; ...

           CLIST

           ; ...
  
Tips

Specify either ON or OFF after the MLIST or CLIST directive.

Example
  CodeSec: SECTION

           ; ...

           CLIST ON

           ; ...