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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/24/03 20:27
Read: times


 
#39953 - RE: DS1620. Look-up table?
Responding to: ???'s previous message
Hope this makes sense now
Michael Karas

- Absolutely yes. Thanks, Michael, for the lesson. And Raghu for the another idea.

For Jeremy:
From look-up Michael provided it is easy to convert to ascii decimal (only adding 30h to nibbles). The way you offer seems to be more complicated for converting to digits in ascii, if i understand eveything right (especially when writing code in assembly).

But the last point should be put for this subject. As my program will run in ext. memory (i'm repeating), as i understand i will have no code memory (8051 rom is used only for loading my *.asm in RAM. Then EA will be switched for running program only from RAM).
So i still may use DB or DW directives (for reserving bytes or words in code memory) in my code which will be loaded in ram???
Does nothing changes? I should write the *.asm code as i would write it for placing in internal ROM?

Please, dont ask me about this freaky usage of ram.

I apologize for the incomprehension once again,
Rob

List of 19 messages in thread
TopicAuthorDate
DS1620. Look-up table?            01/01/70 00:00      
   RE: DS1620. Look-up table?            01/01/70 00:00      
      RE: DS1620. Look-up table?            01/01/70 00:00      
         Internal External memory            01/01/70 00:00      
            RE: Internal External memory            01/01/70 00:00      
   RE: DS1620. Look-up table?            01/01/70 00:00      
      RE: DS1620. Look-up table?            01/01/70 00:00      
   RE: DS1620. Look-up table?            01/01/70 00:00      
      RE: DS1620. Look-up table?            01/01/70 00:00      
         RE: DS1620. Look-up table?            01/01/70 00:00      
         RE: DS1620. Look-up table?            01/01/70 00:00      
   RE: DS1620. Look-up table? / Erik            01/01/70 00:00      
   Sample LUT            01/01/70 00:00      
      RE: Sample LUT            01/01/70 00:00      
         RE: Sample LUT            01/01/70 00:00      
            RE: Sample LUT            01/01/70 00:00      
   RE: DS1620. Look-up table?            01/01/70 00:00      
      RE: DS1620. Look-up table?            01/01/70 00:00      
         RE: DS1620. Look-up table?            01/01/70 00:00      

Back to Subject List