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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/04/00 15:41
Read: times


 
#6948 - RE: Please correct the following code
Am I wrong or the presence of semicollons at the begining of the assembler statements below are bypassing important instructions?

WAITS: ;FULL WAITS ( SHORT ) IS APPROX. 1.62 sec


MOV R2, A
;WAIT1:
;MOV R0, #11111111B
;MOV R1, #00001010B
WAIT2:
DJNZ R0, WAIT2
MOV R0, #00000011B
DJNZ R1, WAIT2
;DJNZ R2, WAIT1
RET

List of 11 messages in thread
TopicAuthorDate
Please correct the following code            01/01/70 00:00      
RE: Please correct the following code            01/01/70 00:00      
RE: Please correct the following code            01/01/70 00:00      
RE: Please correct the following code            01/01/70 00:00      
RE: Please correct the following code            01/01/70 00:00      
RE: Please correct the following code            01/01/70 00:00      
RE: Please correct the following code            01/01/70 00:00      
RE: Please correct the following code            01/01/70 00:00      
RE: Please correct the following code            01/01/70 00:00      
RE: Please correct the following code            01/01/70 00:00      
Add more routines to my program.            01/01/70 00:00      

Back to Subject List