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

Back to Subject List

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


 
#26968 - RE: simple question ,erik,george

hi;
the nested djnz loop seems to fail if no.of
loop counts is on 256 boundary.if i put 100h
200h etc it shall execute 256 more transfers.
may be one should add:
mov r6,#high(loop_count)
mov r7,#low(loop_count)
cjne r7,#00,go_to_loop
inc r6
go_to_loop:
;add loop
of course one assumes loop_count!=00

your comments awaited
pranav


List of 16 messages in thread
TopicAuthorDate
simple question on ASM DJNZ command            01/01/70 00:00      
RE: simple question on ASM DJNZ command            01/01/70 00:00      
I agree            01/01/70 00:00      
RE: simple question on ASM DJNZ command            01/01/70 00:00      
RE: simple question on ASM DJNZ command            01/01/70 00:00      
RE: simple question on ASM DJNZ command            01/01/70 00:00      
RE: simple question on ASM DJNZ command            01/01/70 00:00      
RE: simple question on ASM DJNZ command            01/01/70 00:00      
RE: simple question on ASM DJNZ command            01/01/70 00:00      
RE: simple question on ASM DJNZ command            01/01/70 00:00      
RE: simple question on ASM DJNZ command            01/01/70 00:00      
RE: simple question ,erik,george            01/01/70 00:00      
RE: simple question ,erik,george,corexon            01/01/70 00:00      
RE: simple question ,erik,george,corexon            01/01/70 00:00      
RE: simple question ,erik,george,corexon            01/01/70 00:00      
RE: simple question ,erik,george,corexon            01/01/70 00:00      

Back to Subject List