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 22:45
Read: times


 
#41892 - RE: Display a random number in LCD
Responding to: ???'s previous message
The famous an thousands repeated routine to convert the acumulator to ascii.
May be is useful:

conv:
mov b,#100
div ab
add a,#'0'
mov hundred,a
mov a,b
mov b,#10
div ab
add a,#'0'
mov tens,a
mov a,b
add a,#'0'
mov units,a
ret

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