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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/22/03 08:55
Read: times


 
#43905 - RE: Switch Case, abhishek
Responding to: ???'s previous message
1. jmp @a+dptr (see example in the "bible")

2.push low(address) ;both of these may be
push high(address) ;variable
ret

by if then i meant conditional jump
these both statments are non conditional jumps. further to make 1 conditional some where and some how u must have to compare something to test for certain condition and then determining the right value of DPTR. thats why i wrote its highly dependant on translation method used. if values are bytes LUT works o/w if values are words u have to use two level LUT. more LUT is efficient if distribution of values is uniform over certain range o/w it results in a sparse LUT i.e. many elements unfilled and unused.



abhishek

List of 8 messages in thread
TopicAuthorDate
Switch Case and If Else If            01/01/70 00:00      
   RE: Switch Case and If Else If            01/01/70 00:00      
      RE: Switch Case and If Else If            01/01/70 00:00      
         RE: Switch Case and If Else If            01/01/70 00:00      
   RE: Switch Case and If Else If            01/01/70 00:00      
      RE: Switch Case and If Else If            01/01/70 00:00      
         RE: Switch Case, abhishek            01/01/70 00:00      
            RE: Switch Case, abhishek            01/01/70 00:00      

Back to Subject List