| ??? 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. |
| Topic | Author | Date |
| 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 |



