• Compile a program with RELATIVE JUMPS
    Hi, I need to compile a program in to relative jumps in order to locate it diferent addresses. With this I can load it to address 0x1000000 or 0x3000000. I have a BIG flash memory that contains...
  • Relative project file paths
    Hi, With new uVision4 the file paths in project are not saved as they were entered, so there's no way to save relative paths because uVision4 automatically converts them to absolute. The problem is...
  • 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...
  • Generate SRC file
    I have checked both options for generating assembly src. But compiler is not generating src file.
  • 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 ...