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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/13/06 16:12
Read: times


 
#114227 - ADC0804 with 4x20 LDC
i am using 89c52,and ADC0804 (8bit) with 4x20 LCD, the subroutens is very langhty. approximate 6kbyte only for ADC.
i am using 1x1 trick,
example:-

cjne a,#00h,d0
ljmp p0
d0: cjne a,@01h,d1
ljmp p1
; subrotees goes to (#00h...#0ffh)
p0: mov p2,#'0' ; display goes to (00...255)
lcall display write

so one have any other idea for ADC wich consume short memory
thanks

List of 15 messages in thread
TopicAuthorDate
ADC0804 with 4x20 LDC            01/01/70 00:00      
   Trick?            01/01/70 00:00      
      mr erik            01/01/70 00:00      
         But            01/01/70 00:00      
         why do you not e-mail him            01/01/70 00:00      
   do not post non-assemblable code            01/01/70 00:00      
   many ways            01/01/70 00:00      
      MR erik            01/01/70 00:00      
         never            01/01/70 00:00      
      any other know about this code            01/01/70 00:00      
         many will "know"            01/01/70 00:00      
            Using a rock            01/01/70 00:00      
               ASCII Coding            01/01/70 00:00      
   Back to the origional thread            01/01/70 00:00      
      Learning assembler            01/01/70 00:00      

Back to Subject List