1.What is the internal RAM and ROM memory size of 8051 Microcontroller? 2. Which instruction can only do data transfer from I/Oto external data memory of 8051 Microcontroller? 3. What is the size of address and data bus of 8085 Microprocessor?
[7 marks]Explain the functionality of ALE, TRAP, SOD and X1 & X2 pin of 8085 Microprocessor.
[7 marks]What is the function of Accumulator?Explain the flag register of 8085 Microprocessor.
[7 marks]Explain DAA, DAD, MVI and HLT instructions of 8085 Microprocessor with example.
[7 marks]List out the features of 8051 Microcontroller and discuss any embedded application with respect to your answer.
[7 marks]Write an 8085 assembly language program to multiply two 8-bit numbers stored at3000H and 3001H and store the answerat 4000H onwards.
[7 marks]Write an 8085 assembly language programs to subtract an 8 bit stored at 4151H from an 8 bit stored at 4151H using 2’s complement method, store the answer at 4153H onwards.
[7 marks]Write an assembly language program for 8085 to generate delay 0f 10ms (assume 0.333us clock cycle)
[7 marks]Write an assembly language program in 8051 to convertan 8-bit binary number stored in external memory to BCD number and store your answer to successive external memory location.
[7 marks]When the micro controller executes some arithmetical or logical operations, then the bits of which register are affected? Explain your answer with examples.
[7 marks]Illustrate the internalRAM memory organization of 8051 Microcontroller.
[7 marks]Explain the interrupts of 8051 Microcontroller.
[7 marks]ExplainCPL P1.1,CLR P1.2, ANL C,1 and ORL A,Rn for 8051 Microcontroller.
[7 marks]What is Special Function Registers? Explain any three in detail.
[7 marks]Store 01H, 02H, 03H and 04H in register R0, R1, R2 andR3 respectively and exchange data stored in Reg. R0 with R1 and data in Reg. R2 with R3.
[7 marks]Draw explain the architecture of the 8051 Microcontroller.
[7 marks]Write a program to toggle the PORT1 LEDs of 8051 Microcontroller.
[7 marks]