Shop OBEX P1 Docs P2 Docs Learn Events
.LST files and SX-KEY v3.0 — Parallax Forums

.LST files and SX-KEY v3.0

Analog1Analog1 Posts: 17
edited 2005-04-01 09:18 in General Discussion
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

Comments

  • Guenther DaubachGuenther Daubach Posts: 1,321
    edited 2005-03-31 20:57
    Analog1,

    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
  • Analog1Analog1 Posts: 17
    edited 2005-03-31 22:52
    Gunther,

    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
  • Guenther DaubachGuenther Daubach Posts: 1,321
    edited 2005-04-01 09:18
    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
Sign In or Register to comment.