reserve region
In this section:
Syntax
reserve region "name" =region-expr;
where region-expr is a region expression, see also Regions.
Parameters
| The name of the reserved region |
Description
The reserve region directive excludes a region from being used in place in directives. If any absolute sections or place at directives overlap the reserved regions, an error is emitted.
Reserved regions cannot overlap.
Example
reserve region "Stay out" = [ from 0x1000 size 0x100 ];