Shop OBEX P1 Docs P2 Docs Learn Events
Spin to PASM converter !!!! — Parallax Forums

Spin to PASM converter !!!!

karakikokarakiko Posts: 11
edited 2013-12-21 18:46 in Propeller 1
Hi guys ,
Is it possible to find a programm·which convert Spin to PASM !!! or it's a project in progress smile.gif

Thanks for your answer

Comments

  • JonnyMacJonnyMac Posts: 9,107
    edited 2010-03-11 21:26
    PropBASIC will convert BASIC to PASM and that may still be useful for you. Spin is actually pretty lean, and many instructions are near 1-to-1.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon McPhalen
    Hollywood, CA
  • Dave HeinDave Hein Posts: 6,347
    edited 2010-03-11 21:55
    It's a project in progress.· I worked on it for a couple of weeks last month, and it supports most of the instructions and operators.· I still need to add support for the case statement, and for lookup and lookdown.· If you have some Spin code that you want to convert post it to this thread.· I'll convert it and post the assembly file.

    Dave
  • gleblancgleblanc Posts: 1
    edited 2013-12-21 09:05
    What is the status of this project?
    Dave Hein wrote: »
    It's a project in progress.· I worked on it for a couple of weeks last month, and it supports most of the instructions and operators.· I still need to add support for the case statement, and for lookup and lookdown.· If you have some Spin code that you want to convert post it to this thread.· I'll convert it and post the assembly file.

    Dave
  • Dave HeinDave Hein Posts: 6,347
    edited 2013-12-21 18:46
    I actually don't recall where I left that project. If your willing to work with C you can use spin2cpp to convert Spin to C, which is then compiled into PASM. That's probably the best approach at this point.
Sign In or Register to comment.