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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/02/08 05:44
Read: times


 
#151746 - example
Responding to: ???'s previous message
its just example to use cjne command,

start:
clr c
cjne a,r0,not_equal
;do action if a=r0 here
-
-
-
not_equal:
jc low_cmp
;do action if a>r0 here
-
-
-
high_cmp:
;do action if a<r0 here
-
-
-



regard

hendry



List of 8 messages in thread
TopicAuthorDate
CJNE Question            01/01/70 00:00      
   CJNE method            01/01/70 00:00      
      CJNE method            01/01/70 00:00      
         Try this            01/01/70 00:00      
   Program counter            01/01/70 00:00      
   CJNE Alternatives            01/01/70 00:00      
      XOR            01/01/70 00:00      
   example            01/01/70 00:00      

Back to Subject List