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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/12/02 10:03
Read: times


 
#20719 - RE: How to test a 8051, please help me!
Hi Philip,

you made the same error as some postings below. You forgot the main loop. E.g.


ORG 0H
MAIN:
CLR PORT1

jmp $ ;empty main loop

END


or


ORG 0H
MAIN:
CLR PORT1

jmp main ;repeat main forever

END


Peter




List of 18 messages in thread
TopicAuthorDate
How to test a 8051, please help me!            01/01/70 00:00      
RE: How to test a 8051, please help me!            01/01/70 00:00      
RE: How to test a 8051, please help me!            01/01/70 00:00      
RE: How to test a 8051, please help me!            01/01/70 00:00      
RE: How to test a 8051, Erik!            01/01/70 00:00      
RE: How to test a 8051            01/01/70 00:00      
RE: How to test a 8051, please help me!            01/01/70 00:00      
new info on LCD prob, please help!            01/01/70 00:00      
RE: How to test a 8051, please help me!            01/01/70 00:00      
RE: How to test a 8051, please Aman            01/01/70 00:00      
RE: new info on LCD prob, Philip            01/01/70 00:00      
RE: new info on LCD prob, solid blocks            01/01/70 00:00      
RE: new info on LCD prob, Philip            01/01/70 00:00      
RE: new info on LCD prob, Philip            01/01/70 00:00      
RE: LCD now manually works.            01/01/70 00:00      
RE: How to test a 8051, Erik!            01/01/70 00:00      
RE: How to test a 8051, Aman            01/01/70 00:00      
KEYPAD            01/01/70 00:00      

Back to Subject List