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

Опубликовано: 12 Февраль 2021
на канале: 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.


Смотрите видео Program 14: 3 x 3 Matrix Addition | 8086 Assembly Language Program | emu8086 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Alwyn Rajiv SAR Learning Center 12 Февраль 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 8,41 раз и оно понравилось 10 людям.