Microprocessor Lab Manual
Microprocessor Lab Manual
AIM: Familiarization of different keys of 8085 microprocessor kit and its memory map.
APPARATUS: 8085 kit.
DIAGRAM:
AIM:- Exercise the steps to enter program and to execute a program on 8085 micro processor kit.
APPARATUS:- 8085 up kit.
PROCEDURE:-
1) Switch on the power supply and kit will display “UP 8085”.
2) Press reset ~ examine memory ~ program starting memory address ~ next ~ opcode ~ next and
so on upto the end of program opcodes
3) To execute the program press Reset ~ go ~ starting address ~ execute buttons
4) To check the result press Reset ~ examine memory~Memory address(where the result has been
stored in program) ~Next.
Experiment:-3(A)
Aim:- Writing and execution of ALP for the addition of two 8-bit numbers.
Apparatus:- 8085 kit.
Program:
PROCEDURE:
1. Switch on the power supply and kit will display “UP 8085”.
2. Press reset ~ examine memory ~ program starting memory address ~ next ~ opcode ~ next
and so on up to the end of program opcodes
3. To execute the program press Reset ~ go ~ starting address ~ execute buttons
4. To check the result press Reset ~ examine memory~Memory address(where the result has
been stored in program) ~Next.
Result: We have seen the result 9F H which is the addition of 56H and 49H at the memory
address 2503H
Experiment:-3(B)
Aim:- Writing and execution of ALP for the Subtraction of two 8-bit numbers.
Apparatus:- 8085 kit.
Program:
PROCEDURE:
1. Switch on the power supply and kit will display “UP 8085”.
2. Press reset ~ examine memory ~ program starting memory address ~ next ~ opcode ~ next
and so on up to the end of program opcodes
3. To execute the program press Reset ~ go ~ starting address ~ execute buttons
4. To check the result press Reset ~ examine memory~Memory address(where the result has
been stored in program) ~Next.
Result: We have seen the result 0D H which is the subtraction of 56H and 49H at the memory
address 2503H
EXPERIMENT-4(A)
Aim:- Write a program for the multiplication of two 8-bit numbers.
Apparatus:- 8085 kit.
Program:
PROCEDURE:
1. Switch on the power supply and kit will display “UP 8085”.
2. Press reset ~ examine memory ~ program starting memory address ~ next ~ opcode ~ next
and so on up to the end of program opcodes
3. To execute the program press Reset ~ go ~ starting address ~ execute buttons
4. To check the result press Reset ~ examine memory~Memory address(where the result has
been stored in program) ~Next.
Result: We have seen the result 06 H which is the multiplication of 02H and 03H at the memory
address 2202H
EXPERIMENT-4(B)
AIM:- Write a program for the division of two 8- bit numbers.
Apparatus:- 8085 kit.
Program:
PROCEDURE:
1. Switch on the power supply and kit will display “UP 8085”.
2. Press reset ~ examine memory ~ program starting memory address ~ next ~ opcode ~ next
and so on up to the end of program opcodes
3. To execute the program press Reset ~ go ~ starting address ~ execute buttons
4. To check the result press Reset ~ examine memory~Memory address(where the result has
been stored in program) ~Next.
Result: We have seen the result 04 H (quotient) & 00H (remainder) of division of 08H & 02H at the
memory address 2502H & 2503H respectively.
EXPERIMENT-5(A)
Aim:- Writing and execution of ALP for arranging the elements of array in ascending order.
Apparatus:- 8085 kit.
Program: