CS II - Chapter 2 Questions
CS II - Chapter 2 Questions
Explain the following addressing modes of 8085 microprocesor with suitable example :
i) Register Indirect ii) Implicit / Implied (Oct-21)
Explain any three addressing modes of 8085 Micro-processor with one example. (Mar-20)
Explain direct and immediate addressing modes of Intel 8085 with suitable examples. (Mar-18)
Write the addressing mode and length in bytes of the following instructions :
i) CPI 10H
ii) MOV M,B
iii) SHLD C009H (Mar-17)
Explain any three addressing modes of 8085 Microprocessor with an example of each. (Mar-13)
2 Explain the following : 1) T-state 2) Machine Cycle 3) Instruction Cycle (Mar-19, Mar-17)
3 The Accumulator contains the data 76H and the register L contains the data A6H. What will be the Mar-22
contents of accumulator in hex after execution of each of the following instruction independantly:
i) ORA L ii) ANA L iii) RRC
4 Explain the following instruction of 8085 microprocessor with example : Oct-21
i) ANA r ii) PCHL iii) LXI rp, 16 bit data/address
5 What are branching instructions? Enlist any 4 conditional branch instructions of 8085 microprocessor? Oct-21
6 The accumulator of 8085 microprocessor contains data 52H and register C contains data 78H. What will Oct-21
be the content of accumulator after excution of following instructions independently:
i) SUB C ii) CMA iii) XRI 29H
7 Explain following instruction of 8085 Micro-processor. Mar-20
i) CMA ii) RRC iii) STC
8 The accumulator contain data 58H and register B contain data 07H. What will be the content of Mar-20
accumulator after execution of following instruction independently:
i) ADD B ii) ORA B iii) ANA B
9 Explain the following instructions of 8085 Microprocessor with one example of each : INX rp i) Mar-19
Group of Instruction
ii) Addressing Mode
iii) Number of Bytes
iV) Flag Affected
v) Explain with example
10 Explain the conditional CALL instructions of Intel 8085. Mar-18
11 The register A and C of 8085 contain the data E2H and 7H. What will be the contents of Accumulator in Mar-18
Hex digits after execution of each of the following instructions independently?
1) SUB C
2) XRA C
3) ADD C
12 Explain the function of following instructions of Intel 8085: Mar-18
L x I H, 2900 H
LDA 6605 H
PUSH B
13 The accumulator in 8085 microprocessor con tains data 71 H and register E contains data 39H. Mar-17
What will be the contents of an accumulator in Hexadecimal after execution of the following
instruction independently ?
i) ADD E
ii) ORA E
iii) RRC
14 Write any three difference point between Memory Mapped I/O and I/O Mapped I/O addressing Mar-17
scheme.
15 Write any three instruction to make Accumulator Zero. Mar-17
16 State any six Arithmetical and Logical Instructions of 8085 MPU Mar-15
17 Explain the following instructions of 8085 Microprocessor with suitable example of each: Mar-13
i) XTHL ii) DAD rp
18 The accumulator of 8085 processor contains data B8H and register B contains 44H. What will be the Mar-13
content of accumulator after execution of each of the following instructions independently?
i) ORI F0H ii) ANA B iii) XRI 0BH
19 Explain the following instructions of 8085 Microprocessor with suitable example of each : Mar-13
i) STD addr ii) ADD r iii) CMP r
4 Marks
1 The Accumulator contains AAH and register C contains 55H. What will be the contents of accumulator if Mar-19
the following instructions are executed independently ?
i) CMP C
ii) ANA C
iii) ORA C
iv) SUB C
2 Explain the following Mar-18
Machine Cycle
Instruction Cycle
T-States
3 Explain the following instructions of 8085 MPU: Mar-15
i) MOV B, M ii) ADC C iii) SPHL iv) XCHG
4 Explain PUSH and POP instructions of 8085. Mar-15
5 Explain the following Mar-15
i) T-States ii) Machine Cycle iii) Instruction Cycle iv) FETCH Cycle
6 Accumulator contents are B8H and register B contents are C9H. What are the contents of accumulator Mar-14
and flag register after execution of instruction ANA B , SUB B independently.
A = 0111 0110
OR L = 1010 0110
A = F6H
1111 0110 = (F6H)
ii) ANA L
A = 0111 0110
AND L = 1010 0110
A = 26H
0010 0110 = (26H)
iii) RRC
A = 0 1 1 1 0 1 1 0
A = 0 0 1 1 1 0 1 1 CY = 0
A = 2BH