Creating Absolute Assembly Project

To directly generate an ABS file, you need to create an absolute assembly project:

  1. Start the CodeWarrior for Microcontrollers V10.x IDE.
  2. Select File > New > Bareboard Project from the IDE menu bar.

    The New Bareboard Project wizard launches - the Create an MCU Bareboard Project page appears.

  3. Specify a name for the new project. For example, enter the project name as AbsoluteAssembly.
  4. Click Next.

    The Devices page appears.

  5. Expand the tree control and select the derivative or board you would like to use.
  6. Click Next.

    The Connections page appears.

  7. Select the appropriate connection(s).
  8. Click Next.

    The Languages page appears.

  9. Clear the C checkbox, which is checked by default, to enable the Absolute Assembly checkbox.
  10. Check the Absolute Assembly checkbox.
    Figure 1. Language Page
    Language Page
  11. Click Next.

    The Rapid Application Development page appears.

  12. Select the appropriate option.
  13. Click Finish.

The absolute assembly project is created and displayed in the CodeWarrior Projects view.