You copied the Doc URL to your clipboard.
REQUIRE
The REQUIRE
directive specifies a dependency between sections.
Syntax
REQUIRE
label
where:
label
is the name of the required label.
Usage
Use REQUIRE
to ensure that a related
section is included, even if it is not directly called. If the section
containing the REQUIRE
directive is included
in a link, the linker also includes the section containing the definition
of the specified label.