Graham Stabler
10-07-2006, 03:46 PM
One thing that has struck me when using the propeller is how much I have used assembly, most of my interests are in real time or at least fast applications so I have tended to check out the logic of and idea before moving to assembly.
At that point my rustyness in the art of binary manipulation and generally binary number in general has really struck me, I look at example code and it takes me a long time to work out what the heck is going on with all the bist shifts and flips and rotations, and then there is the legendary Cordics. The concept of representing floating point numbers to a given precision with intergers was also new to m.
Personally rather than struggle through doing things badly I prefer to do some background reading on this sort of stuff and I was wondering if there are any decent books?
Graham
At that point my rustyness in the art of binary manipulation and generally binary number in general has really struck me, I look at example code and it takes me a long time to work out what the heck is going on with all the bist shifts and flips and rotations, and then there is the legendary Cordics. The concept of representing floating point numbers to a given precision with intergers was also new to m.
Personally rather than struggle through doing things badly I prefer to do some background reading on this sort of stuff and I was wondering if there are any decent books?
Graham