• How to arrange ORG and jump to position in Keil C
    Here is my original .asm program, very simple: ORG 0000H LJMP 0200H ORG 0003H LJMP 0100H ORG 0100H P1=03H P2=04H RETI ORG 0200H P1=00H P2=0FFH; SJMP $ Now, I have the following...
  • No such file or directory
    Note: This was originally posted on 17th May 2013 at http://forums.arm.com Hello, While using DS5 to build my project, I get the following error: fatal error: xyz.h: No such file or directory I know that...
  • Targets, Groups, Files
    I can't seem to find the "Targets, Groups, Files" menu entry within the "Project" menu. Am I missing something fundamental? Maybe "advanced" menus need to be enabled somehow? Thanks! -Martin
  • Specifying the directory for object files
    Which directive should I use (in the command line) to change the output path for the object files. I want to move the objects files to a different directory (folder) so that my project directory...
  • Change directory of lst and obj files
    Hi I wish to change the directory where the lst and obj files are created using the command line arguments [PRINT and OBJECT]. I wish to keep the output file names same as the input files.I tried...