Assignment 2
Assignment 2
a. A non-pipelined processor only works when the bus interface unit keeps
ahead of the execution unit.
[2 marks]
c. All x86 microprocessors must follow little endian convention in storing the
data.
[2 marks]
2. Address bus is used to identify the devices and memory connected to the
Central Processing Unit (CPU) in x86 computer.
a. For a computer having 4 gigabytes of address bus, find the number of
address lines available.
[2 marks]
a. Show the content of the stack and SP after the execution of each of the
following instructions.
PUSH AX
PUSH BX
PUSH CX
[6 marks]
c. Does the wrap around occur after all instructions in (a) have been
executed? Explain.
[2 marks]
4. Atiqah performed addition of two values which are 3F9C and DBB1 using
Assembly language. She typed the following command:
b. Could she type different command to perform the addition to obtain result
as in (a)?
If yes, write the code and compare the computing performance of the
new code with the code above.
If not, suggest a solution to obtain the result and justify your answer.
[4 marks]
c. What is the offset address of the result stored?
[1 mark]
d. If the result is stored in DS, show the logical address of the and the
content. Why is it stored like that?
[2 marks]
5. Farzana pushed the following contents into stack as shown in Figure 1. The
logical address of the bottommost stack content was given.
23
DE
2F
AB
11
5C
6B
SS:1111 C7
Figure 1
b. Using the registers mentioned in (a), assign the registers and their
values accordingly. Which register is read by the CPU the last? Explain.
[4 marks]
a. He wanted to use program loop to complete the code. Help him to write
the remaining lines of the code.
[5 marks]
b. Would he able to complete the task without using program loop? Justify
your answer.
[2 marks]
Figure 2
a) Would she encounter any error after typing all the instructions? Explain.
[2 marks]
b) How many memory locations are occupied by the instruction in Figure 2?
Write the content of the memory location in order from top to bottom as
sorted in stack.
[4 marks]
d) If the physical address of one address of the stack location is 6A5FE and
that address overlaps with a range of DS locations of 6321, find the logical
address of that DS.
[2 marks]
Figure 3
She also observed that the value of some flag registers are as follows: SF=0,
AF=0, PF=1, and CF=0 before execution of the codes in Figure 3.
a) Determine the addressing modes available in all the instructions and group
the instructions according to their respective addressing modes.
(Hint: Each correct pair of instructions and addressing mode will obtain 1
mark)
[4 marks]
b) State the new flag register values after execution of LINE 4 and LINE 7.
(Hint: 2 correct flags after each line will obtain 1 mark).
[4 marks]
c) State the default segment for BX and write a code to override its default
segment.
[2 marks]
9. In assembly language programming,
e. Show the flag status of AF, CF, PF and SF after addition is performed
at LINE 3.
[2 marks]