Hi, I am implementing fir filter in linear assembly, but I am getting illegal opcode most of the time. Sometime i'm getting this problem even before stepping into the linear assembly function. I have no Idea what causes this problem, but I do found that some parameter doesn't pass in to the assembly function properly. As for the compiled assembly code, there are .word in most of the asm code, eg: .word 0x00004c64. Can I know what causes this problem, and what's the solution. Thank you.