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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/28/02 16:58
Read: times


 
#22229 - RE: when not to use a lookup table
When converting hex nibble to ascii...
(attributed to D.R.Allison)
; make sure A is 0-15 here
ADD A,#90H
DA A
ADDC A,#40H
DA A
; A = INTTOHEX(A), (0<=A<=15)

List of 8 messages in thread
TopicAuthorDate
what is lookup tabels and how they work            01/01/70 00:00      
RE: what is lookup tabels and how they work            01/01/70 00:00      
RE: what is lookup tabels and how they w            01/01/70 00:00      
RE: what is lookup tabels and how they work            01/01/70 00:00      
RE: what is lookup tabels and how they work            01/01/70 00:00      
RE: when not to use a lookup table            01/01/70 00:00      
RE: when not to use a lookup table            01/01/70 00:00      
RE: when not to use a lookup table            01/01/70 00:00      

Back to Subject List