• 'No Source File In List'
    Hi all, I've built a project, created a a.51 file. I've compile the file, no errors. I wish to generate a .hex file to burn into my MCU, but when i click Project>>Make:Build , theres a message...
  • FormFeed in source listing
    Hi, I want to print my source code (*.C files) with a Form Feed at specific positions. Printing will be on a HP LaserJet 5P. I tried to insert a FF character as comment, but my printer does not do...
  • Flat source listing including library calls
    I would like to use floats for a particular routine in my project. However I do not have enough space to include the float library and leave it there statically. To effectively have a larger code space...
  • Errors in SVD file listings for ST
    I just downloaded the SVD files for ST and after parsing them into our debugger I find there are a couple of errors.  I have snipped the three entries that appear incorrect. If we assume we need two rows...
  • Question about listing file.
    How I can include in my listing file assembler code of libraries instruction e.g. _putchar. There is only string "ACALL _putchar" inside of file main.lst. In disassembly window I can see this assembler...