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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/15/06 19:40
Read: times


 
#129577 - strange coding
Responding to: ???'s previous message
MOV LCDdata, 'A' is not correct
MOV LCDdata, 'A' correct

both the above state move what is at location 041h into LCDdata. If that is waht you want, this is some strange coding

I think you want
MOV LCDdata,#'A'

erik



List of 14 messages in thread
TopicAuthorDate
LCD+error            01/01/70 00:00      
   sure, about what            01/01/70 00:00      
      LCD+error            01/01/70 00:00      
         Initialization            01/01/70 00:00      
            Thank you            01/01/70 00:00      
               Post all of your display code            01/01/70 00:00      
               Oops... try this            01/01/70 00:00      
   LCD+error            01/01/70 00:00      
      usually it's the program, not the hardware            01/01/70 00:00      
         99% SOLVED            01/01/70 00:00      
            Are you still...            01/01/70 00:00      
            strange coding            01/01/70 00:00      
            Sorry for mistake            01/01/70 00:00      
   fortunately happy end            01/01/70 00:00      

Back to Subject List