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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/25/07 11:43
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#139820 - add a,#(0x100-0x75), jc ...
Responding to: ???'s previous message
How about:
   0000 E5 83               101           mov a,dph
   0002 24 8B               102           add a,#(0x100-0x75) ; 0x74?
   0004 40 03               103           jc there
Similar stuff for 16 bit here:

http://sourceforge.net/tracker/i...tid=350599

List of 11 messages in thread
TopicAuthorDate
compare two values, jump if greater or equal            01/01/70 00:00      
   "the bible" ch 2 gives the answer            01/01/70 00:00      
   compare & jump if higher            01/01/70 00:00      
      a goof            01/01/70 00:00      
      How about...            01/01/70 00:00      
   CLR C            01/01/70 00:00      
      compare and jump...            01/01/70 00:00      
      Why?            01/01/70 00:00      
      wrong!            01/01/70 00:00      
      no need            01/01/70 00:00      
   add a,#(0x100-0x75), jc ...            01/01/70 00:00      

Back to Subject List