Shop OBEX P1 Docs P2 Docs Learn Events
Standalone, cross-platform Propeller assembler - Page 3 — Parallax Forums

Standalone, cross-platform Propeller assembler

13»

Comments

  • Cliff L. BiffleCliff L. Biffle Posts: 206
    edited 2008-05-15 17:09
    Wow, I go away for a couple years and my thread on cross-platform Propeller tools is now about some Windows program. Crazy stuff. smile.gif
  • heaterheater Posts: 3,370
    edited 2008-05-15 17:26
    Yes, but what about propasm and how to set the clock mode ?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    For me, the past is not over yet.
  • heaterheater Posts: 3,370
    edited 2008-05-15 20:07
    OK I got it.

    1. Download the propasm sources from code.google.com
    2. Rebuild them (after having figured out I need to install and use ant for this) the downloadable propasm.jar does not understand the clkmode directive.
    3. The syntax is not as described in the sources comments but this works
            .clkmode xtal1 x8
            .xinfreq 10000000
    
    



    The "." must not be the first character on the line.

    Now a couple of other possible bugs in propasm:

    1. You cannot put any code after a "fit" directive. Which is a shame because I want to put LMM code there and keep my "fit".
    2. It does not like:

    long #FFFFFFFF
    



    have to use -1 instead

    3. It Does not like 0-0, but I understand constant expressions were on the TODO list.

    4. It does not like:
    stack_bot               long    0[noparse][[/noparse]64]
    



    I can live with these it's just these it's just that they are differences from the Parallax assembler so my code did transfer with out attention

    Otherwise it's working a treat for me.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    For me, the past is not over yet.
  • hinvhinv Posts: 1,255
    edited 2008-05-16 03:06
    Welcome back Cliff! I was hoping you would come back. Where have you been?
    Did you play with any SeaForth chips?

    Doug
Sign In or Register to comment.