Motorola HC12 Manuale Utente

Pagina di 328
MCUez HC12 Assembler
User’s Manual
MOTOROLA
Sections
107
User’s Manual — MCUez HC12 Assembler
Section 6. Sections
6.1  Contents
6.2  Introduction
Sections are portions of code or data that cannot be split into smaller elements.
Each section has a name, type, and attributes. Each assembly source file
contains at least one section.
The number of sections in an assembly source file is limited only by the amount
of system memory available during assembly. If several sections with the same
name are detected inside a single source file, the code is concatenated into one
large section.
Sections with the same name, but from different modules, are combined into a
single section when linked.