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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/28/99 18:30
Read: times


 
#1099 - LCD problem
Hello everybody!

I have a problem. I need to write a character to the LCD using assembler language. The following works fine:
mov a, #'R0'
and the LCD displays 'R0'

But I want to print the value that is contained in the variable or register, like:
mov R0, #07
and sending 7 to the LCD.
This doesn't work, i.e. the character 7 is not printed properly. Does anyone have an idea what is the problem and how can I solve it?

Thanks in advance,
Raphael

List of 7 messages in thread
TopicAuthorDate
LCD problem            01/01/70 00:00      
RE: LCD problem            01/01/70 00:00      
RE: LCD problem            01/01/70 00:00      
RE: LCD problem            01/01/70 00:00      
RE: LCD problem            01/01/70 00:00      
RE: LCD problem            01/01/70 00:00      
RE: LCD problem            01/01/70 00:00      

Back to Subject List