Buffer overflow in a cross-matrix computation in assembly IA-32 x86
My goal is to create a DWORD matrix product of two WORD matrixs. The program produces the right result in all cases I’ve tried, but after printing the result the program crashes because a stack-based buffer overrun was detected.