Skip to main content

IAR Embedded Workbench for RISC-V 3.40

Module control directives

In this section:
Syntax

END

RTMODEL key , value

Parameters

key

A text string specifying the key.

value

A text string specifying the value.

Description

Module control directives are used for marking the end of source program modules, and for enforcing consistency between them. For information about the restrictions that apply when using a directive in an expression, see Expression restrictions.

Directive

Description

Expression restrictions

END

Ends the assembly of the module in a file.

Only locally defined labels or integer constants

RTMODEL

Declares runtime model attributes.

Not applicable

Table 123. Module control directives