Model Answer Format MIC CT 1
Model Answer Format MIC CT 1
Assembler:
Assembler is a program that translates assembly language program to the
correct binary code. It also generates the file called as object file with extension
.obj. It also displays syntax errors in the program, if any.
Linker:
It is a programming tool used to convert Object code (.OBJ) into executable
(.EXE) program. It combines, if requested, more than one separated assembled
modules into one executable module such as two or more assembly programs
or an assembly language with C program.
Debugger:
Debugger is a program that allows the execution of program in single step
mode under the control of the user. The errors in program can be located and
corrected using a debugger. Debugger generates .exe file.
Each diagram
for 2 M
2M
As all registers in 8086 are of 16 bit and the physical address will be in 20
bits. For this reason the above mechanism is helpful.
Physical address is obtained by shifting the segment address 4 bits to the left
and adding the offset address.
A4FB0
+ 4872
---------------
A9822
OR
• i.e. Calculate physical Address for the given
CS= 3525H, IP= 2450H.