assembly learning resources
Owen
Posts: 100
Can anyone recomend any assebly learning resources or books? I would like to learn how to code propellar assembly but don't know anything about it or where to get started.
Owen
Owen
Comments
since it is a flat memory model, you can focus quite wonderfully on the task that you want to accomplish without having to deal with shuffling data around in registers, just break down your task into what has to be done mathematically and you are all set.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Parallax Forums - If you're ready to learn, we're ready to help.
I second CJ's comment ..
Personally definately not an expert but having a go as it is very rewarding to see stuff run
at crazy speeds .. when speed is needed you will have to resort to assembly anyway.
The instruction set of the Propeller is awesome.. the ability of the conditional flag mods and the
hardware counter registers etc etc etc etc .. make this a pretty special "BEAST"
Assembly is not that difficult really once you grasp an instruction and do some led flashing
and some shifting of data around... and in and out data type stuff (synchronous initially)
It takes time but walk before you run ..
Start the journey
Ronald Nollet Australia
In case you've not read the Assembly Code Examples for the Beginner thread near the top of the forum (in darker blue coloring), that would be one place to start.
Also read the source listings which come with the Propeller IDE. There is some valuable info in those.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Harley Shanko
h.a.s. designn