Computer Science, asked by NazirHasan635, 10 months ago

Find the average of 7 numbers array microprocess 8086

Answers

Answered by Anonymous
0

Answer:

8086 program to find average of n numbers. Assign value 500 in SI and 600 in DI.

Move the contents of [SI] in CL. Move 0000 in AX. Move the contents of CL to BL. Increment the value of SI by

1. Add the contents of AL and [SI] Add 00 to AH with previous carry. Increment the value of SI by 1.

Answered by Anonymous
37

Hiiii dude.......

8086 program to find average of n numbers. Assign value 500 in SI and 600 in DI. Move the contents of [SI] in CL. Move 0000 in AX. Move the contents of CL to BL. Increment the value of SI by 1. Add the contents of AL and [SI] Add 00 to AH with previous carry. Increment the value of SI by 1.

Similar questions