MIC 2021-22 - Class Test II - Model Ans - 240520 - 101346
MIC 2021-22 - Class Test II - Model Ans - 240520 - 101346
This Rotate Instruction in 8086 with example all bits in a specified byte or word to the left
some number of bit positions. MSB is placed as a new LSB and a new CF. 2M
This Rotate Instruction in 8086 with example all bits in a specified byte or word to the left
some number of bit positions. LSB is placed as a new MSB and a new CF.
The destination can be a byte or a word. It can be in a register or in a memory location. The
number of shifts is indicated by count. If number of shifts required is one, you can place 1 in
the count position. If numbers of shifts are greater than 1 then shift count must be loaded in
CL register and CL must be placed in the count position of the instruction.
4M
(Correct
program:
4 MFor
basic logic
may give
1-2 M)
4M for
correct
Program
& Logic
OR
c) Give the difference between Inter segment & Intra segment CALL. 04M
Ans Sr. No Inter segment CALL Intra segment CALL
1 It is also called Far procedure call It is also called Near procedure call 4M
5 More stack locations are required. Less stack locations are required.
6 Example :- Call FAR PTR Delay Example :- Call Delay
d) Write an ALP for concatenation of two strings. Draw flowchart & assume suitabledata. 04M
Ans
4M
(Program
2M
flowchart
2 M)