BALLIST

Create a listing file of the .bal file that shows each macro call and the relative byte address of each expanded macro instruction.
Restriction: This topic applies to Windows environments only.

Syntax:

[NO]BALLIST

Properties:

Default: NOBALLIST

Build Settings:

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

Comments:

The listing file has the extension .mop. If XFLN is on, the listing also includes the relative line number of each expanded macro instruction.

This listing of the .bal file is sometimes useful for debugging large macros since it shows parameters passed to each macro and where each call was issued from. You can obtain a more detailed listing by specifying the MOPLIST directive.