Capital University of Science and Technology Department of Computer Science CS 2523: Computer Organization and Assembly Language (3) : Spring 2021
Capital University of Science and Technology Department of Computer Science CS 2523: Computer Organization and Assembly Language (3) : Spring 2021
Question: Calculate the physical memory address generated by the following segment offset pairs (both
are hexadecimal values).
a) 0010:0000
16-bit Segment Address: 0010
16-bit Offset Address: 0000
Solution:
b) 5432:FFFF
16-bit Segment Address: 5432
16-bit Offset Address: FFFF
Solution:
c) FEFF:4241
16-bit Segment Address: FEFF
Page 1 of 2
16-bit Offset Address: 4241
Solution:
Question: Identify the problems in the following instructions and correct them by replacing them with
one or two instruction having the same effect.
i. mov [05], [ 24]
Solution:
Page 2 of 2