SFU ID: 301263908
Github username: carterkelly9
Line and file: main.s, lines 42 - 115
Expected behavior: correct values saved and printed for t0, t1, t2, etc
Observed behavior: incorrect values
Question: Not sure what I am doing wrong with my mallocs / read_matrix calls in main.s. Some of the values I save are correct and some are not but the code is the same for all of them. The values seem fine until I malloc for the next pointers, where they start to get messed up. Any help is appreciated.