Society of Robots - Robot Forum

Software => Software => Topic started by: JesseWelling on November 07, 2006, 10:40:29 PM

Title: Good article for beginners in microproccesor programing
Post by: JesseWelling on November 07, 2006, 10:40:29 PM
Bits are how you make things work...
You need to know how to use them...
This does a pretty good job of showing you...
You should read it for your own good...
http://thedotcommune.com/bitmasking.html
Title: Re: Good article for beginners in microproccesor programing
Post by: dunk on January 04, 2008, 02:09:09 PM
just a FYI,
this link appears to have moved here: http://andrey.thedotcommune.com/bitmasking.html (http://andrey.thedotcommune.com/bitmasking.html)

i strongly suggest anyone who considers themselves an "intermediate" microcontroller programmer to read and digest.

dunk.
Title: Re: Good article for beginners in microproccesor programing
Post by: visualPerception on January 05, 2008, 12:34:42 AM
Shouldn't you already know this if your an intermediate in microprocessor programming?
Title: Re: Good article for beginners in microproccesor programing
Post by: dunk on January 05, 2008, 08:23:29 AM
many people moving to embedded platforms from PC based programming will not have had much need for bitmasking. it depends on what kind of application you have been working on.
but yes. you should already know this. that's why i posted the comment.

i used the word "intermediate" because i didn't want to scare people away from trying a C microcontroller project as it is perfectly possible to make use of other peoples libraries without this level of knowledge.

dunk.