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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/12/09 11:35
Read: times


 
#162313 - You still have no loop
Responding to: ???'s previous message
You have:
..........
msg06:
mov dptr, #msg6
acall lcd_pstr
msg07:
mov dptr, #msg7
acall lcd_pstr
......

Must be:
..........
msg06:
mov dptr, #msg6
acall lcd_pstr
ljmp main_loop ;ajmp main_loop
msg07:
mov dptr, #msg7
acall lcd_pstr
ajmp main_loop ;ljmp main_loop
......


List of 15 messages in thread
TopicAuthorDate
Need some help with port reading and LCD displaying.            01/01/70 00:00      
   be more specific in your statement of the problem!            01/01/70 00:00      
      is other part(LCD) working?            01/01/70 00:00      
         The LCD actually is working            01/01/70 00:00      
            It worked better than mine            01/01/70 00:00      
               You still have no loop            01/01/70 00:00      
                  Nearly perfectly working            01/01/70 00:00      
                     what is Your default code?            01/01/70 00:00      
                        My actual code            01/01/70 00:00      
                           that's not 'code'            01/01/70 00:00      
                              Sorry            01/01/70 00:00      
                                 Is this really all of it?            01/01/70 00:00      
                                    Yeah, it's all of it            01/01/70 00:00      
      thank you for the answer            01/01/70 00:00      
   Compare Jump NOT Equal            01/01/70 00:00      

Back to Subject List