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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/11/06 18:56
Read: times


 
#124087 - Same thing
Responding to: ???'s previous message
This is basically the same as Erik's

JUMP:     MOV     DPTR,#0FFH     ;This is the unreachable code
...
...
...
          JNB     BITX,RELAY
...
...
...
RELAY:    LJMP    JUMP           ;Relay the jump
                                 ;this has to be in range
                                 ;but can be on either side
                                 ;of the JNB statement


Hope that makes sense.

Jon

List of 9 messages in thread
TopicAuthorDate
JNB jump only after 256 bytes ?            01/01/70 00:00      
   It\'s called a crutch or a bypass            01/01/70 00:00      
   Look it up!            01/01/70 00:00      
      bypass            01/01/70 00:00      
         Same thing            01/01/70 00:00      
            end            01/01/70 00:00      
         big messes, not necessarily            01/01/70 00:00      
            discipline            01/01/70 00:00      
         attentive            01/01/70 00:00      

Back to Subject List