I am using following code by enabling FILE-OPTIONS-ASSEMBLE SRC FILE flag in one of my test.C file.
In test.c file I used following code: #pragma asm NOP #pragma endasm
After inclding generated test.SRC file in project browser, when I compile will get following error:
test.SRC(127): error A9: SYNTAX ERROR
In test.src file at 127 line I observed following line of statement:
<DPTR DATA 082H>
What's the worng with this?