To directly generate an ABS file, you need to create an absolute assembly project:
- Start the CodeWarrior for Microcontrollers V10.x IDE.
- Select File > New > Bareboard Project from the IDE menu bar.
The New Bareboard Project wizard launches - the
Create an MCU Bareboard Project page appears.
- Specify a name for the new project. For example, enter the project name as AbsoluteAssembly.
- Click Next.
The
Devices page appears.
- Expand the tree control and select the derivative or board you would like to use.
- Click Next.
The
Connections
page appears.
- Select the appropriate connection(s).
- Click Next.
The
Languages
page appears.
- Clear the C checkbox, which is checked by default, to enable the Absolute Assembly checkbox.
- Check the Absolute Assembly checkbox.
Figure 1. Language Page 
- Click Next.
The
Rapid Application Development
page appears.
- Select the appropriate option.
- Click Finish.
The absolute assembly project is created and displayed in the
CodeWarrior Projects
view.