OK, here is what I need to do. I am not a mathmatician, but here goes:
I want to have a 16 bit binary number. I want to store it somewhere , maybe eprom.
I want to be able to read anyone of the 16 bits.
I want to be able to write to anyone of the 16 bits.
How would I MASK individual bits in order to do this?
I need to know how to isolate each individual bit.
I am not knowlegable in this area.
Thanks!