i am compiling the firmware on the Hiware compiler . While building the code i get error mentioned below main.c(57): FATAL C4440: Unknown directive: __asm any helps
i have used the asm function in the code . while i am compiling the code i get that error . FATAL C4440: Unknown directive: __asm it is like this way #asm ---- assembly code #endasm i get error on the statement #asm can u help me to resolve the error