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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/15/05 21:10
Read: times


 
#89749 - CJNE -> invert?
Responding to: ???'s previous message
Thank you for the reply ^_^

BTW, I can't think of a method/instruction of inverting the test for CJNE. >_<

I can think of something like this.

CJNE A,#00,LABEL
......
......



If LABEL is too distant then...
CJNE A,#00,BRIDGE
BRIDGE:
JMP LABEL
........
........

Will this method work? Or are there any better ways? (I'm at work rightnow, can't test this out myself ^_^;)

Thank you ^_^

List of 8 messages in thread
TopicAuthorDate
CJNE : Address out of range >_<;            01/01/70 00:00      
   Need a jump table            01/01/70 00:00      
   invert the test            01/01/70 00:00      
      CJNE -> invert?            01/01/70 00:00      
         just what I posted.            01/01/70 00:00      
   divide and conquer            01/01/70 00:00      
      I call them crutches            01/01/70 00:00      
   try this thread            01/01/70 00:00      

Back to Subject List