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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/26/02 11:24
Read: times


 
#22182 - RE: a pointer in code memeory with 89c51
Hi pranav,

why not:

dec r7
cjne r7,#0ffh,next
dec r6
next:
ret

or also:

cjne r7,#0,next
dec r6
next:
dec r7
ret

or also:

inc r7
djnz r7,next ;no flags altered
dec r6
next:
dec r7
ret


Peter



List of 15 messages in thread
TopicAuthorDate
a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      
RE: a pointer in code memeory with 89c51            01/01/70 00:00      

Back to Subject List