Give the bit pattern of TCON register for the microcontroller 8051. Also give significance of each bit.
[3 marks]For the microcontroller 8051, Give the bit format of PSW. .register and explain significance of each bit.
[4 marks]Explain difference between microprocessor and microcontroller. m icrocontroller
[7 marks]Draw and explain block diagram of traditional computer.
[3 marks]For the microprocessor 8085, state T-Sates for the following instruction
[4 marks]MVI B,09H (b)ADI 09H (c)MVI M,09H (d) MVI C,09H
[ marks]Explain IE register in the microcontroller 8051.
[7 marks]Explain Hardware Interrupt structure in 8085 microprocessor.
[7 marks]Explain following terms: (a) SWAP A. (b) RLC A.
[3 marks]Define and explain op-code and operand.
[4 marks]What is Logical operation? Explain any six instruction of Logical operation in 8085.
[7 marks]Explain structure of port 0 in the microcontroller 8051 using suitable diagrams.
[3 marks]What is jump range? For the microcontroller 8051, explain absolute, long absolute and relative jump using instruction.
[4 marks]Explain about Pin out of 8051.
[7 marks]An 8 bit number is stored in internal RAM location 45H. Write an ALP for the microcontroller 8051 to get one’s complement of this number and store the result in internal RAM location 46H.
[3 marks]List out addressing modes of 8051 and explain any two modes in detail with example.
[4 marks]Using timing diagram, explain execution of the instruction STA 2050H.
[7 marks]Explain Time-Delay for 8051 microcontroller.
[3 marks]Explain about Address bus and Data bus in 8085.
[4 marks]What is Stack and Stack pointer? Explain Stack operation with use of PUSH and POP Instructions.
[7 marks]Using suitable diagram, explain generation of control signals in the microprocessor 8085.
[3 marks]Write a program to generate a delay of 500 ms at any pin of 8051.
[4 marks]Program to convert 8-Bit binary number to its equivalent BCD. OR1
[7 marks]Define: instruction cycle, machine cycle and T-state
[3 marks]Two 8-bit BCD numbers are stored in memory locations 2020H and 2021H. Write an assembly language program for the microprocessor 8085 to add these two numbers and store the BCD answer in the memory location 2030H.
[4 marks]Comparison between memory mapped I/Oand I/Omapped I/O.
[7 marks]