Program 14: 3 x 3 Matrix Addition | 8086 Assembly Language Program | emu8086

Published: 12 February 2021
on channel: Alwyn Rajiv SAR Learning Center
8,413
102

Write an Assembly Language Program to add two numbers of 3 x 3 Matrices.

While storing the matrices in the memory, the first row elements are stored first, followed by second row elements and then third row elements. For addition operation, the metrices can be addressed as an array with number of elements in the matrices as the count value.

The two input matrices can be stored in different memory areas in the same order as mentioned above. The base register BX and BP can be used to hold the base address of the input matrices and SI register can be used as pointer for the elements in the matrices. Another index register DI can be used as pointer to store the sum matrix.

Explained by:
S. Alwyn Rajiv,
Assistant Professor,
Department of ECE,
Kamaraj College of Engineering & Technology,
Madurai.


Watch video Program 14: 3 x 3 Matrix Addition | 8086 Assembly Language Program | emu8086 online without registration, duration hours minute second in high quality. This video was added by user Alwyn Rajiv SAR Learning Center 12 February 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 8,41 once and liked it 10 people.