Recent content by zemzi

  1. Z

    Matrix in assembly mxn dimension

    I understand your explanation, but I don't know how to write the algorithm, could you help me?
  2. Z

    Matrix in assembly mxn dimension

    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...
Back
Top