matrix in assembly 8086 mxn dimension

Thread Starter

zemzi

Joined Dec 14, 2011
8
I made a code in assembly 8086. I load matrix (array) in memory with dimension 3x3. but this code works just for this dimension of matrix 3x3. Could someone give me an idea how could i make it to work with dimension m x n? the array is loaded in memory and at the end just print the result, another array. thanks
 
Top