• SRC options force 'Always Build'
    Three of the 'C' source files in my Project have inline assembler; therefore I have checked the 'Generate SRC' and 'Assemble SRC' options for these files in uVision. This causes those 3 files to translated...
  • Generate SRC file
    I have checked both options for generating assembly src. But compiler is not generating src file.
  • "#pragma SRC" ->obj not generate
    I've added a "#pragma SRC" to see the asm code of my C file, and on the compilation, the obj file was not generated (and so the linking stopped with ERROR L210: I/O input File). Is it normal?
  • AT89S8253: Wrong SRC code generated
    Hi, I'm using a AT89S8253 as Target device. My application uses Timer 0 interrupt. The T0 ISR needs to have some code written in inline Assembler, requiring to generate and assemble SRC file. If...
  • problems in compiling .src file
    hi all iam working on cygnal mcus,iam converting my c programme into asm by using src directive, presently iam using evaluation version of cygnal shipped with 4kbprogramme memory keil version . iam...