Module control directives
Syntax
AAPCS [ modifier [...]]
END
PRESERVE8
REQUIRE8
RTMODEL key , value
Parameters
| A text string specifying the key. |
| An AAPCS extension—possible values are |
| A text string specifying the value. |
Description
Module control directives are used for marking the beginning and end of source program modules, and for assigning names and types to them. For information about the restrictions that apply when using a directive in an expression, see Expression restrictions.
Directive | Description | Expression restrictions |
|---|---|---|
Ends the assembly of the module in a file. | Locally defined symbols plus offset or integer constants | |
Declares runtime model attributes. | Not applicable |