Menu

Can we have in the lst the lib ?

pat
2014-11-29
2014-12-01
  • pat

    pat - 2014-11-29

    I try the demo lcd light meter.gcb in 4 bits mode

    I want verify the asm code but there is not in the lst the lib asm .
    And no information about the lib file include.

    Can we see that some where

     
  • pat

    pat - 2014-11-30

    ok the list have the asm code !
    but no information about the module include and its repertory

     
  • Anobium

    Anobium - 2014-12-01

    GCB (and GCGB) generates a number of file during the compilation process. By default they can be found in the same folder/directory as the source GCB file. These files are:

    1. ASM file. The ASM file generated by the GCB compiler.
    2. LST file. The list of Symbols and Memory locations for the ASM file.
    3. HTML file. A file containing the compilation report. Date of the compiler, chip usage and the methods used (with the associated code size etc.)
    4. HEX file. The GCB generated HEX file for the selected processor.

    If you are using GCB@Syn then the IDE will display the GCB messages during compilation, and all errors and warnings.

    I am not sure if this information helps answer your query.

    Anobium

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.