Section 3: Assembler
221
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual
Not for Distribution
Beta Version February 2, 2001
.data — Begin / Resume the Data-type Section .data
Syntax
.data
Description
The .data directive begins or resumes the data-type section .data. It is
functionally equivalent to .dsection .data.
The section .data contains initialized read/write data. It is present in all object
files, regardless of whether it is specified. For additional information, refer to
section 3.3.4.1 Section Types.