6.2.12 N

New line in title.

The title heading string should be enclosed in double quotes.

No such section.

The section name specified in a .global directive does not exist (e.g., .global foo .myscn).

Non-constant expression in .elseif statement.

The .elseif statement requires a constant expr expression. The argument of the .elseif directive must be a constant value able to be resolved on the first pass of the directive. Ensure that any .equ of a symbol used in this argument is located before the directive. See 5.7 Directives that Control Conditional Assembly for more details.

Non-constant expression in .if statement.

The .if statement requires a constant expr expression. The argument of the .if directive must be a constant value able to be resolved on the first pass of the directive. Ensure that any .equ of a symbol used in this argument is located before the directive. See 5.7 Directives that Control Conditional Assembly for more details.

'Noreorder' must be set before 'nomacro'.

Set noreorder before setting nomacro.

Number (0x%lx) larger than 32 bits.

Loading a value greater than 32 bits wide into a register.

Number larger than 64 bits.

Loading a value greater than 64 bits wide into HI/LO registers.