Crossware

Table of Contents        Previous topic       Next topic       

ASSEMBLER DIRECTIVES->Other Assembler Directives->FIELDS Set Object Listing Field Widths

The FIELDS directive allows the user to adjust the widths of the label, operation and operand fields of the assembly listing.

Format:

 FIELDS    <exprn1>,<exprn2>,<exprn3>

where    <exprn1> is the required width in characters of the label field
    <exprn2> is the required width in characters of the operation field
    <exprn3> is the required width in characters of the operand field

A null expression (nothing between the commas) leaves the field width set to the default value.

The default values are:

label field width:10
operation field width:10
operand field width:18