Quote Originally Posted by HenrikOlsson View Post
And stop using HIGH/LOW, those waste both time and space....
/Henrik.
Well, I have some doubts about this. If it relates to output port registers I think it is necessary to use High/Low commands. Or at least this used to be the case with older versions of PBB.

Direct control of port registers like this portb.0=1 may cause problems when the program is long because of memory page issues. I may be wrong here. Anyone?

Ioannis