• Understanding LST files
    Consider the following listing : C51 COMPILER V8.06 000A F500 R MOV someVariable ,A 0092 120000 E LCALL ?C?ULCMP 0028 1100 E ACALL _printf 1. What does the 'R' mean ? 2. What does the...
  • Reading *.lst or *.ELF file
    Dear All, I'm trying to tracking the .lst file as the below. but I'm confused what is the current pc value? Fron here, 0x010002b4: 4902 .I LDR r1,[pc,#8] ; [0x10002c0] = 0x20000000 Does...
  • Microvision IDE not generating LST file
    Dear All, I am using microvision 4 IDE for ARM. After compiling the code it is not generating the LST file. I want to analyse the Assembly code. Your timely response is highly appreciated. ...
  • 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...
  • How to link OBJ files..
    Hai all, I am having two c files test.c and test1.c test.c have the main function...how to link the obj files of the two c code.....and generete common HEX file...kindly help me.... with thanks, ...