Computer Peripherals
Computer Peripherals
ASSIGNMENT
NO1 OF
COMPUTER
PERIPHERALS
&INTERFACES
SUBMITTED TO-
SUBMITTED BY-
MR. SANDEEP SINGH
VARUN KATOCH
E3801B53
BCA-MCA
PART A
Ans: - The IP register holds the 16 bit address, or offset, of the next
code byte with in the code segment. The value contained in the IP is
preferred to as an offset because this value must be offset from the
segment based address in CS to produce the required 20 bits physical
address sent out by the BIU. CS registers points to the base or start of
the current code statement.
PART B
Q4: If the Data segment register contain 7000H, write the instruction
that will copy the contents of DL to address 74B2CH.
The editor can be any text editor at hand, and as a compiler we will
use the TASM macro assembler from Borland, and as a linker we will
use the Tlink program.
The first step is to initiate the Debug; this step only consists of typing
debug [Enter] on the operative system prompt.