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:57
Read: times


 
#6949 - RE: Please correct the following code
Daniel,

I'm a novice. Confirm this information I give you.

The 8051 instruction

JB P3.0, START

does the same as

START: ;CHECK TO SEE IF P3, PIN 0 IS ON

MOV A, P3 ;
ORL A, #00000001B
MOV P3, A
MOV A, P3
ANL A, #00000001B
;IF ON, THEN CONTINUE. IF NOT, LOOP TO START.
JZ START

(Am I right you all?)

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