Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/12/02 20:45
Read: times


 
#30657 - RE: Passing a string to an LCD..Thanks,
Your message string has a zero terminator but you are not testing for zero when you extract the next character for display. (At least not from what you have shown us of your code.) Following the MOVC instruction you need to test ACC for zero. You could use
JZ EXIT (for example)
to terminate the display operation.

Hal


List of 11 messages in thread
TopicAuthorDate
Passing a string to an LCD            01/01/70 00:00      
RE: Passing a string to an LCD            01/01/70 00:00      
RE: Passing a string to an LCD            01/01/70 00:00      
RE: Passing a string to an LCD            01/01/70 00:00      
RE: Passing a string to an LCD            01/01/70 00:00      
RE: Passing a string to an LCD            01/01/70 00:00      
RE: Passing a string to an LCD..Thanks,            01/01/70 00:00      
RE: Passing a string to an LCD            01/01/70 00:00      
RE: Passing a string to an LCD..Thanks,            01/01/70 00:00      
RE: Passing a string to an LCD..0 test            01/01/70 00:00      
RE: Passing a string to an LCD..Solved!            01/01/70 00:00      

Back to Subject List