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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/20/06 06:19
Read: times


 
#120645 - Lookup table
Responding to: ???'s previous message
Ashwin V said:
I'm using hyperlink to display the result.

What is this "hyperlink"?



;-----------------------------------------------------------------------
disp_kcode0:     DB      ' 0 ', ' 1 ', ' 2 ', ' 3 '
disp_kcode1:     DB      ' 4 ', ' 5 ', ' 6 ', ' 7 ' 
disp_kcode2:     DB      ' 8 ', ' 9 ', ' A ', ' B ' 
disp_kcode3:     DB      ' C ', ' D ', ' E ', ' F ' 
;-----------------------------------------------------------------------

You haven't stated what assembler you're using, but it looks like you're defining 3-character strings here (ie, space, digit, space). Is that what you really wanted?

List of 27 messages in thread
TopicAuthorDate
hex key pad code not working            01/01/70 00:00      
   Explanation            01/01/70 00:00      
   what, how            01/01/70 00:00      
      each line of code must be justified            01/01/70 00:00      
         correction made, still not workin            01/01/70 00:00      
            Lookup table            01/01/70 00:00      
               hyperlink            01/01/70 00:00      
            of course not,            01/01/70 00:00      
      shall I spoil the fun?            01/01/70 00:00      
         code workin partially            01/01/70 00:00      
            be specific            01/01/70 00:00      
               specific            01/01/70 00:00      
                  check it in the simulator            01/01/70 00:00      
            Use serial port for debugging            01/01/70 00:00      
            confidence            01/01/70 00:00      
         I wouldn't do that            01/01/70 00:00      
   problem with find_num subroutine?            01/01/70 00:00      
   Code presentation            01/01/70 00:00      
   sorry it's 'hyper terminal'            01/01/70 00:00      
   Problem solved            01/01/70 00:00      
      which conclusion, please tell            01/01/70 00:00      
      Problem is NOT solved.            01/01/70 00:00      
         Post the solution please            01/01/70 00:00      
            solution            01/01/70 00:00      
               a 'killer solution'            01/01/70 00:00      
                  killer????            01/01/70 00:00      
                     you 'eat' the main            01/01/70 00:00      

Back to Subject List