• 8051 basic question
    which of the following produces opcode add a,r2...mov a,#12...org 0000h...sjmp here i think except org 0000h all other instructions produces opcode..ans me Y or N
  • 22 doubts in basics of 8051
    Hi 8051 experts please help me understanding following:- 1. which was the first microcontroller 2. what does legacy port means 3. what is pulse width modulator 4. what is phase locked loops ...
  • basic of keil
    hello every one it not the proper question.but it is nessary to know each and every thing on which you are working In which language the keil software was developed same for the data base ...
  • 8051 programmer
    i need 8051 programmer circuit & program any one can help me
  • help with basics
    what does this code mean in the context of a function? (*(volatile unsigned long *)(spi_base[dev] + SSP_CR0)) = buf; 1.buf is already defined as : unsigned int buf ; 2. spi_base seems to...