Hey ! full prop manual for d/l
Sawmiller
Posts: 276
its on the main site ... cool
dan
dan
Comments
Wow, only 438 pages to print out! Finally
Is this the $25 manual due out about Aug? Might be worth it.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Harley Shanko
h.a.s. designn
Ray
Ray: Version 1.0 of the Propeller manual won't have an Assembler tutorial, but at least we now have a full Assembly reference.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
OS-X: because making Unix user-friendly was easier than debugging Windows
links:
My band's website
Our album on the iTunes Music Store
Still, a fine piece of work, and it's further enhanced my interest in the Propeller. I really, really want a Demo Board now.
I'll be printing this off tonight for a proper read, but will still be ordering a proper printed version, which I'm assuming will be coming with the Starter Kit.
-Phil
438 Pages... so do you guys have sore fingers yet?
I guess I wll take the summer off and play with the Propeller.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"If you want more fiber, eat the package.· Not enough?· Eat the manual."········
The assembly instructions MAX and MAXS·force D to be less than or equal to S. They limit D's maximum value.
The assembly instructions MIN and MINS·force D to be·greater than or equal to S. They limit D's minimum value.
······· MIN···· D,#100······· 'Limit D's minimum to 100
······· MAX····D,#500······· 'Limit D's maximum to 500
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chip Gracey
Parallax, Inc.
Yes, there will be an assembly part of the tutorial in a future version (not v1.0, but pretty soon).
Also, as noted earlier, the last code example at the end of Chapter 3 will not compile on the currently released version of software.· Here is the line of code as it should look to compile with version 0.95.1 of the tool.
Term.Dec(constant(trunc(B*K))*constant(trunc(C*K))/constant(trunc(D*K)))
Also, we posted a corrected version this morning that fixes MAX, MAXS, MIN, and MINS description errors.· Thank you to those who alerted us to that issue.
Please send any and all notes for corrections to the manual to: editor@parallax.com
... and we will correct them as soon as possible.
And about the software, there will be another update that we will release next week, around the 20th or 21st of the month.
Thank you.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
--Jeff Martin
· Sr. Software Engineer
· Parallax, Inc.
Post Edited (Jeff Martin) : 7/10/2006 8:08:23 PM GMT