 | LARM User's Guide Discontinued |  |
|
|
| SEGSIZE Linker Directive| Abbreviation | SS | | Arguments | SEGSIZE (segment-name (size) 〚, ...〛) | | Default | None. | | µVision | Options — L251LX51LA Misc — Misc Controls. | | Description | The SEGSIZE directive specifies a new length for the segment specified by segment-name (which may be any segment contained in the input modules). The size is a numeric value (with an optional leading plus ('+') or minus ('-') sign) that specifies the new segment length. - When prefixed with a plus sign ('+'), the size is added to the segment length.
- When prefixed with a minus sign ('-'), the size is subtracted from the segment length.
- A size with no sign specifies the new segment length.
| | See Also | SEGMENTS | | Example |
L251LX51LA MYPROG.OBJ SEGSIZE (?STACK (+20H))
|
|
|