assember reference manual
Javalin
Posts: 892
Chaps,
And idea's when the assember reference is going to be released?
Its rather difficult to guess the syntax from the command listing!!
Would this be the missing chapter 3?
Cheers,
James
And idea's when the assember reference is going to be released?
Its rather difficult to guess the syntax from the command listing!!
Would this be the missing chapter 3?
Cheers,
James
Comments
Chapter 5 is the Assembly-language part, and as it seems to dedicate a whole page/instruction, I assume that it is rather detailed.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't visit my new website...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
I've been looking at those and the beta group postings, but without a reference its hard to guess the syntax.
For example i've been trying to blink a LED in assembler (you gotta start somewhere) and use the WAITCNT assembler command. In Spin it seems to take only one parameter i.e.
WAITCNT (cnt+X)
in assember the IDE asks for a second parameter........??????
Any prelim material available that could be released on the forums only so people can start to learn.....???
Cheers,
James
http://www.parallax.com/dl/docs/prod/prop/AssemblyElements.pdf
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Thanks for looking - its not working - I'll wait for the manual!!
James
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
This is written in assembly. Jon, in theory, this could be used from a "master" cog, in a slave (different) cog independently, since it is pure assm. Sorry, I'm still grasping the concept of having a library of ASSY objects to call upon to do things wicked wicked wicked fast in other cogs.
My point, this works.
-Parsko
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Post Edited (Jon Williams (Parallax)) : 5/5/2006 1:53:24 PM GMT
Thanks for posting this!
James