spin2 instructions
4x5n
Posts: 745
in Propeller 2
I just got my P2 working with my programs and P1 programs working. I wish I found out about the extension earlier .
What I'm looking for now is a document with the instruction set for spin2 Having it would help me write programs.
Comments
https://docs.google.com/document/d/16qVkmA6Co5fUNKJHF6pBfGfDupuRwDtf-wyieh_fbqw/edit#heading=h.1h0sz9w9bl25
This is a work in progress.
That's an important doc but I'm looking for the objects (is that the right name) supported by spin2 like "rolnib", "rolbyte", etc.
"rolnib" and "rolbyte" are not strictly part of Spin2. They're Propeller 2 instructions and are documented in the various hardware documents. You can include Propeller 2 instructions in your Spin2 programs and that is documented in the Google document that JonnyMac referenced. Look for the section on IN-LINE PASM CODE and the following section on CALLING PASM FROM SPIN2. There's a list of documents here. Look at those dealing with hardware and the Propeller 2 instruction set.
Docs are third link down here - https://forums.parallax.com/discussion/173000/propeller-2-users-get-started-here/p1
Not all are yet finished. The completed ones are "Silicon Documentation" , the "PASM Instructions" spreadsheet, and the above "SPIN2 Language". The one you most likely are after is the "Assembly Language Manual" but be prepared to have to read the others to fill in it's draft status gaps.