• 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...
  • 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...
  • combine two hex file ?
    How can I combine two hex files as one to code memory so that the first part starts from 0x0000 and the other one from 0x8000 to 0xFFFF? I use P89C51RD+ and Keil uVision 2. Is it possible to add one hex...
  • 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 ...
  • Including a .SRC file to assembly
    Hello, I am trying to compile an assembly file and am not sure if I am using the REG932.SRC file correctly. I created the 932.SRC from REG932.H and then inserted the line $include (REG932.SRC) in my ...