SFU ID: tbo...@sfu.ca
Github username: trevorbonas
Github Link: g...@github.com:CMPT-295-SFU/assignment-3-trevorbonas.git
Line and file: Unknown line, matmul.s or test_matmul.s
Expected behavior: Outputs: 102 126 150
Observed behavior: Outputs: Venus ran into a simulator error!
Attempting to access uninitialized memory between the stack and heap. Attempting to access '4' bytes at address '1073741968'.
Question: I can't get my matmul to work correctly, I'm not sure what I'm doing wrong.
Also I read some of the other posts and testing in venus online was recommended, in that case would I just copy and paste and edit test_matmul, utils.s, and matmul.s so they could run as a single file on venus?