You are on page 1of 1

Al-Asmarya University

School of Engineering
Electrical and Computer engineering department
Microprocessor I laboratory

Experiment4: Arithmetic group

Aims:

 In this experiment, the student will understand the arithmetic group.


 To examine some arithmetic instructions
 To simulate some programs.

Introduction:

The arithmetic group contains all the instructions the are used to perform an
arithmetic operations such as summation, subtraction, increment by one and
decrement by one. In this practice, the arithmetic group will be examined by
simulating some instructions and programs.

Method:

 The student must do pre-practical work to review and understand the


arithmetic group instructions (mnemonic, tasks and their formats). Include
this pre-work in the report.
 The student must examine some instruction in the laboratory (selected by
instructor).
 The next programs must be prepared at home and simulated in the laboratory
and do comparison between the theory and simulation.
Program1: Write a program to find the summation of the content of register
B and C?
Program2: Write a program to find the summation of memory locations
2000H and 2001H. locate the resultants in memory locations 2002H and
2003H?
Program3: Write a program to find the summation of memory locations that
is starting at 2000H and ending at 2005H? locate the summation at 2000H?
take all possibilities in your consideration?

Page 1 of 1

You might also like