Hello
I assume you want to call an ANSI C function from an assembly source file.
Am I right?
I would recommend to take a look at the HC08 assembler manual ({Install}\Help\PDF\Assembler_HC08.pdf where {Install} refers to your CodeWarrior installation directory).
There is a chapter "Mixed C and Assembler Applications" in there which explains how this works.
CrasyCat