• 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...
  • 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...
  • hi every body. help me
    i have a project with mcs51.My program is big i use 89v51rd2 and keilc version8.02(it has crack).but the software (keilc) have a problem when i compiler: " *** FATAL ERROR L250: CODE SIZE LIMIT IN...
  • 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. ...