Syntax
Description
Example
.sblock ["] section name ["] [, " section name ", . . . ]
The .sblock directive designates sections for blocking. Blocking is an address
alignment mechanism similar to page alignment, but weaker. A blocked
section is guaranteed to not cross a page boundary (128 words) if it is smaller
than a page, or to start on a page boundary if it is larger than a page. This direc-
tive allows specification of blocking for initialized sections only, not uninitialized
sections declared with .usect or the .bss directives. The section names may
optionally be enclosed in quotes.
This example designates the .text and .data sections for blocking.
1 ****************************************
2 ** Specify blocking for the .text
3 ** and .data sections.
4 ****************************************
5
.sblock
Specify Blocking for an Initialized Section
.text, .data
Assembler Directives
.sblock
**
**
4-77
Need help?
Do you have a question about the TMS320C54x and is the answer not in the manual?