MOPLIST

Create a detailed macro execution trace file showing each line of code executed with the name of the macro, the relative byte address, the opcode, the current variable name or macro sequence symbol name, and the current seta, setb, and setc values. The listing file has the extension .mop.
Restriction: This topic applies to Windows environments only.

Syntax:

[NO]MOPLIST

Properties:

Default: NOMOPLIST

Dependencies:

You must also set the BALLIST directive.

Build Settings:

Type directly into the Additional Directives field on the Assembler tab of your project properties Assembler page.

Comments:

This listing is extremely useful for debugging difficult macro execution errors. However, the output can be very large (around 50 MB); We recommend that you use this directive with some caution, preferably on reduced test cases which contain the problem.