Exp 6
Exp 6
6.1 Sort an array of 16 bit signed binary numbers so that they are arranged in
ascending order.
THEORY (Program):
MEMORY MACHINE
LABEL MNEMONICS OPERANDS COMMENTS
ADDRESS CODE
0000:
0000:
0000:
0000:
FLOW CHART:-
PROCEDURE:-
CODE
INPUT
OUTPUT
PRECAUTIONS:-
Make sure that all the machine codes should be as per specified in the program
AIM: WRITE A PROGRAM USING 8086 & VERIFY FOR:
6.2 Two matrices of size (2X2) are stored at MA and MB . Add the two matrices and store at
location MC. The elements are of 16bit unsigned value.
THEORY (Program):
MEMORY MACHINE
LABEL MNEMONICS OPERANDS COMMENTS
ADDRESS CODE
0000:
0000:
0000:
0000:
FLOW CHART:-
PROCEDURE:-
CODE
INPUT
OUTPUT
PRECAUTIONS:-
Make sure that all the machine codes should be as per specified in the program