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 15:29
Read: times


 
#41858 - RE: Use LCD with Random code ?
Responding to: ???'s previous message
Thank you for your kind attention.
I'm sorry. It's not the all code.
My supervisor provided a file called "LCD_MOD.ASM" which contains clear_screen ,cursor_Pos and LCD_initialize.......
I had write a program to show 'HELLO' words.
It's work.

ACALL LCD_initialize
MOV DPTR,#MSG
ACALL LCD_MSG
MOV A,#13h
ACALL Cursor_Pos
$include(LCD_MOD.ASM)
MSG: DB 'HELLO',00h

But now, I don't know how to show a random number(0-9)which stored in Accumulator.Please Help.

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