• error "no source files in list"
    I am using the keil PK51-2k compiler and i make a projekt and then start with the function "file:new" and write my program and then i want to use the function "make:build projekt" i get always this error...
  • 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...
  • Regrading Listing file
    Hi, Iam interested in getting the number of clock cycles taken by each instruction in the listing file (LST file). Is there any option to do this with c51?. (or) Is there any other way to get the...
  • 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...