• Help about PROM download
    I explain you my problem : i have a Banking Code Bank, The first bank is the common, the second bank 1 and the third is Bank2, when I compile the project two files hex is generated h01 and h02...
  • How to obtain an overview of the total generated assembly code?
    Hello, When compiling a program, the generated .lst file creates 'blocks' of assembly code. Every block starts with the name of the function and between brackets the word 'BEGIN'. For instance: ...
  • Obtain code coverage info
    I am running my application on FPGA and I want to have code coverage report. I am able to know for each opcode in FPGA memory if it has been read or not and from this know the global code coverage and...
  • How do I get end of code address?
    I am trying to calculate a simple checksum on my code. I am doing something like this: unsigned short Index, Checksum = 0; unsigned char code * data pCode = 0; for( Index = 0; Index < end_of_code...
  • How to obtain full assembly listing ?
    I am using Silabs Simplicity Studio along with Keil C51 COMPILER V9.53.0.0 and LX51 V4.66.30.0. I am trying to configure a project so that it will produce a .COD file, that is a full assembler...