.LST files and SX-KEY v3.0
Analog1
Posts: 17
Hi,
I can not get the SX-KEY v3.0 compiler to generate a .LST file
in the .SRC directory.
I have included LIST Q = 37 in my assembly code and the code
compiles without any errors. I can also get a window with the listing by pressing control-L
but no .lst file is created.
Thanks,
Analog1
I can not get the SX-KEY v3.0 compiler to generate a .LST file
in the .SRC directory.
I have included LIST Q = 37 in my assembly code and the code
compiles without any errors. I can also get a window with the listing by pressing control-L
but no .lst file is created.
Thanks,
Analog1
Comments
select "Run - Configure - Assembler", and un-check the 'SASM files to "SASM Output" dir' box. In case you are using SX/B, select "SX/B Compiler", and uncheck 'SX/B files to "Output Files" dir'.
When the IDE is directed to send SASM files to the output directory, it removes all files there after a successful assembly in order to avoid "piling up" files in this directory, i.e. such files are treated as "temporary" in this case.
With the boxes mentioned before unchecked, these files will go into the original SRC directory, and the IDE does not touch them.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Greetings from Germany,
G
Thank you, that fixed the problem. By the way I am using SXSim for the first time and find it extremely usefull.
Keep up the great work.
Thanks again,
Analog1
fine that this fixed your problem, and thank you for the kind words concerning SXSim. Yes, I'll continue adding mor features to SXSim in the future. Just stay tuned - there is some new stuff under construction right now.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Greetings from Germany,
G