5.1.6.4 Section Directive Examples
.section foo ;foo is initialized data memory.
.section bar,bss,xmemory,align(256) ;bar is uninitialized X data memory, aligned.
.section *,data,near ;section is near initialized data memory.
.section buf1,bss,address(0x800) ;buf1 is zero initialized data memory at 0x800.