• How to compiler *.src file?
    I use keil_c #pragma src creat *.src file.I insert some code in *.src. How to compiler *.src to HEX file? I creat project include *.src file.After compiler and link the file,I get many error.please...
  • 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...
  • How to combine .SRC files?
    Hi, As we know the Keil C can generate the .SRC file for each .C file in a project, but without combining them. I need to combine all the .SRC files into one, just like what we saw in the "Deassembly...
  • Relative jumps in .SRC files
    After compiling a .C file with the SRC directive to produce an assembler output file I have difficulty understanding releative jumps in the .src file. e.g. the line JC $ + 5H LJMP ?C0007 ...
  • Generate SRC file
    I have checked both options for generating assembly src. But compiler is not generating src file.