Hydra Manual Question
Zetsu
Posts: 186
How much PASAM does the manual cover and how is it presented? I have a friend that is wanting to get started in Microcontrolers and has asked me to recommend a book to learn assembly, well what better way to learn it then with a Microcontroler. I mean I can lend him my college ASM text books but I think his eyes might gloss over ?? Maybe game design is more practical for someone with out the background ?
Comments
http://www.parallax.com/Portals/0/Downloads/docs/prod/prop/HydraGameDevManual-v1.0.1.pdf
OBC
For learning the Propeller assembly language, deSilva's assembly tutorial is quite good. I don't suggest starting to learn about microcontrollers nor the Propeller particularly by learning assembly language. If this person knows C, have them start with either Catalina C or the GCC C compiler for the Propeller. Have them learn about the hardware and its features. If they don't know C, they should start with Spin and the Propeller Tool. The Propeller Education Kit labs are good ways to start.