Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

89c51/52/2051 programmer

Status
Not open for further replies.

desperadogear

New Member
help needed urgently. im looking for a programmer that would program any of 89c51,89c52,89c205 using parallel port.. any help would be appreciated
 
desperadogear said:
help needed urgently. im looking for a programmer that would program any of 89c51,89c52,89c205 using parallel port.. any help would be appreciated
This helps?
**broken link removed**
 
Still a lot to lurn??

Did you wrote
http://freewebs.com/80x51 said:
One strong point of the 8051 is the way it handles interrupts. Vectoring to fixed 8-byte areas is convenient and efficient. Most interrupt routines are very short (or at least they should be), and generally can fit into the 8-byte area. Of course if your interrupt routine is longer, you can still jump to the appropriate routine from within the 8 byte interrupt region.
I can't wait to see an ISR that fits into 8 bytes!!
Push and pop acc cost you 4 bytes, RETI cost you 1 byte, leaving only 3 bytes for code. What can you do in three byte??
Read the tutorials from www.8052.com

Good luck
 
Status
Not open for further replies.

Latest threads

Back
Top