Hello dear ALL, i have a next problem... I have a project with many c-files. One of them has an assembler code in it. ////////////////////////////////////// ...... ...... #pragma asm ...... ...... #pragma endasm /////////////////////////////////////// if i use BL51 linker it's compiled without errors, but if I use LX51, than I have a next message: *** FATAL ERROR L220: INVALID INPUT MODULE MODULE: .\file.obj Target not created In the options for this file I filled .. the fields for "generate assembler src file" and "assemle src file" out. Could somebody please explain me such behavior? With best regards, A.