I have this instructions inside a loop that copies a byte matrixB into matrixA.
MOV AL, BYTE[matrixB + R10D] MOV BYTE[matrixA + R10D], AL INC R10D