This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SBUF = mychar; TI = 0; // is there a preferred sequence?

Is there a preferred sequence?

SBUF = mychar;
TI   = 0;

// or

TI   = 0;
SBUF = mychar;

0