• Head and Tail Pointers. You definition ???
    No, this has nothing to do with '51s, but I want the opinions of some of you tenured chaps: In a circular queue, what do you consider the head and what do you consider the tail? I've always know...
  • JTAG for 8051
    Hi,, Are there any the 8051 devices on market that can be programmed with JTAG ? regards
  • the head file the site supports with contains an error
    http://www.keil.com/dd/docs/c51/atmel/regf51rc.h the file of up link contains an error when define the sfr TL2 and sfr TL1
  • for(N = List->Head;N;N = N->Succ)
    struct NODE{ struct NODE Succ; struct NODE Prev; }; struct LIST{ struct NODE *Head; struct NODE *Tail; int count; }; struct LIST *List; struct NODE *N; ...... for(N = List->Head;N;N = N->Succ...
  • JTAG BASED BOARD
    Hi all Are there any 8051 JTAG based boards ? I want to avoid the expensive ICEs and programmers . Thanks Elico