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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/24/07 05:27
Read: times


 
Msg Score: -1
 -1 Non-Specific question
#143565 - look up tabe
this is my look up table :

REF_KA_H: DB '0D','86','04','0C3','9C','82','6F','61'
DB '56','4E','47','41','3C','37','34','30'
DB '2D','2B','29','27'

REF_KA_L: DB '0D','86','04','0C3','9C','82','6F','61'
DB '56','4E','47','41','3C','37','34','30'
DB '2D','2B','29','27'


is there something wrong with that???

it is possible with this program:

mov a,sbuf
mov dptr,#ref_ka_h
movc a,@a+dptr
mov ka_h,a
mov a,sbuf
mov dptr,#ref_ka_h
movc a,@a+dptr
mov ki_h,a

example:
a=0
ka_h equ 30h
ki_h equ 31h

using that program...
can I get the same value in ka_h and ki_h(0D)????

List of 11 messages in thread
TopicAuthorDate
look up tabe            01/01/70 00:00      
   Structure ok, program doesn't make sense            01/01/70 00:00      
   Wrong tags!            01/01/70 00:00      
      look up tabel            01/01/70 00:00      
         Table            01/01/70 00:00      
      get 8 bit from look up table..            01/01/70 00:00      
         Check you assembler syntax!            01/01/70 00:00      
            I know...            01/01/70 00:00      
               RTFM!            01/01/70 00:00      
               Characters - surely not?!            01/01/70 00:00      
                  Thanks guys....            01/01/70 00:00      

Back to Subject List