How can I look up the size of my code when using the Raisonance compiler?
Answer
After compiling a project, Raisonance will generate a .LST file which has a section called 'module information' that contains information on the size of an individual file. The 'module information' can be found at the end of the .LST file and will have information about code size, constant size, xdata size, pdata size, data size, idata size, and bit size.
The .M51 file will have information regarding the code size of the entire application. This will be located under the heading 'Executable Information'.
Code Size Using Raisonance