• 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...
  • '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...
  • 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...
  • 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...
  • generate full listing file?
    i can't seem to figure out how to generate a full (not per-module) listing file, showing me fully relocated assembly for the entire absolute binary. either something generated by the linker (BL51, in...