Quote Originally Posted by Acetronics View Post
portc = (portc & %10111111 ) | ( i.3 << 6 )[/code]
I've tried to do something like that before. If I remember right, the fact that i.3 is a bit didn't work well with the << 6. It ended up shifting itself out into nowhere and always ended up being a '0'.
Maybe that was back in the day, in an older version of PBP or something. It just seems to me like that didn't work very well.