This section has the following chapters:
- Working with Assembler: Tutorial using the CodeWarrior Development Studio for Microcontrollers V10.x to create and configure an assembly-code project. In addition, there is a description of using the Assembler and the Linker as standalone Build Tools.
- Assembler Graphical User Interface: Description of the Macro Assembler's Graphical User Interface (GUI).
- Environment: Detailed description of the Environment variables used by the Macro Assembler.
- Files: Description of the input and output file the Assembles uses or generates.
- Assembler Options: Detailed description of the full set of assembler options.
- Sections: Description of the attributes and types of sections.
- Assembler Syntax: Detailed description of the input syntax used in the assembly input files.
- Assembler Directives: List of every directive that the Assembler supports.
- Macros: Description of how to use macros with the Assembler.
- Assembler Listing File: Description of the assembler output files.
- Mixed C and Assembler Applications: Description of the important issues to be considered when mixing both the assembly and C source files in the same project.
- Make Applications: Description of special issues for the Linker.
- How to...: Examples of the assembly source code, linker PRM, and assembler output listings.
- Symbols and Notation: Description of the expressions of instruction that represents the variable content.
In addition to the chapters in this section, there are the following chapters of Appendices: