Hello Beenu,
Usually assembly code can be included in a C file by using either an asm(); statement or an assembler macro. The asm(); statement allows the injection of maybe one or two assembler statements and the assembler macro allows for a whole assembler function or collection of statements.
Check the CodeWarrior documentation to see the exact syntax required.
Thanks,
Ian