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:
ASM file. The ASM file generated by the GCB compiler.
LST file. The list of Symbols and Memory locations for the ASM file.
HTML file. A file containing the compilation report. Date of the compiler, chip usage and the methods used (with the associated code size etc.)
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
ok the list have the asm code !
but no information about the module include and its repertory
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:
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