Re: keil compiler



"ishita" <aparna247@xxxxxxxxx> wrote in message
news:1149085381.017972.107220@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

I read all available documents. I used #pragma asm & endasm derectives.
Also enabled SCR control ooption. But still getting error while
compilation. I want to complete the project as early as possible. So if
anybody knows please tell me.
Best regards.



There's no "#pragma asm" directive in Keil compiler. Also, there's no SCR
control
option. There's SRC one, though. That one generates source code from you
C-code
which you can run through ASM. Otherwise, you cannot interleave asm
instructions
with the C-source.

- Dejan




.


Quantcast