??? 07/24/08 12:34 Read: times |
#157017 - no, it will not Responding to: ???'s previous message |
If above is the problem then mov sbuf, 44h will move [sbuf] -> 44h and then program will wait for TI to set; which will never set as SBUF is never been loaded
it will move the contents of 44h into SBUF and TI will be set after the byte is gone |