Shop OBEX P1 Docs P2 Docs Learn Events
Assembly language or Spin only? — Parallax Forums

Assembly language or Spin only?

AImanAIman Posts: 531
edited 2007-09-17 00:51 in Propeller 1
Can the prop work in Assembly or must it use Spin only?

Comments

  • lairdtlairdt Posts: 36
    edited 2007-09-17 00:44
    You can mix-n-match as needed between ASM and Spin.
  • Mike GreenMike Green Posts: 23,101
    edited 2007-09-17 00:46
    The Prop can work in assembly or Spin or a combination of both. Normally, there's always a small Spin initialization routine even if the rest of the program is all in assembly. It is possible to make a program completely in assembler using a 3rd party assembler or compiler using a 32 byte preamble to start up the first assembly program piece.
  • HarleyHarley Posts: 997
    edited 2007-09-17 00:51
    AIman,

    Check out downloads at this URL www.parallax.com/propeller/downloads.asp for days of exciting reading.

    I printed mine double-sided; no small chore, but worth it. Have used binder clips to hold each Chapter. The big ones just fit the Spin and Assembly chapters.

    I just noted that lairdt and Mike just chimed in with the answer to your question.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Harley Shanko
Sign In or Register to comment.