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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/19/03 14:23
Read: times


 
#41853 - Display a random number in LCD
In our project, we need to display a number in LCD. The number is draw out by hardware randomly and it will store in Accumulator.
I had try to write the program, but it doesn't work! Please help.........

ACALL clear_screen
MOV A,#40h
ACALL cursor_Pos
MOV DPTR,A ;how can display the number?
ACALL LCD_MSG
$include(LCD_MOD.ASM)

List of 9 messages in thread
TopicAuthorDate
Display a random number in LCD            01/01/70 00:00      
   Use LCD with Random code ?            01/01/70 00:00      
      RE: Use LCD with Random code ?            01/01/70 00:00      
         RE: Use LCD with Random code ?            01/01/70 00:00      
            RE: Use LCD with Random code ?            01/01/70 00:00      
               RE: Use LCD with Random code ?            01/01/70 00:00      
   RE: Display a random number in LCD            01/01/70 00:00      
      ACC ->> ASCII            01/01/70 00:00      
         RE: ACC ->> ASCII            01/01/70 00:00      

Back to Subject List