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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/07/00 05:16
Read: times


 
#4930 - RE: Simple program doesn't work on AT89S8252
Eddy,

You can modify your program for the comfort testing.

Take care,
George

ORG 0000H
JMP LOOP1
ORG 0040H
LOOP1: MOV P1,#000H
CLR P3.3
JMP LOOP2
LOOP2: MOV P1,#0FFH
SETB P3.3
JMP LOOP1
END


List of 5 messages in thread
TopicAuthorDate
Simple program doesn't work on AT89S8252            01/01/70 00:00      
RE: Simple program doesn't work on AT89S8252            01/01/70 00:00      
RE: Simple program doesn't work on AT89S8252            01/01/70 00:00      
RE: Simple program doesn't work on AT89S8252            01/01/70 00:00      
RE: Simple program doesn't work on AT89S8252            01/01/70 00:00      

Back to Subject List