SFU ID: 301296793
Github username: kvahidi
Line and file: part2_test.py (?)
Expected behavior: detect incorrect implementation for MULH and SLL
Observed behavior: test always passes
Question:
For part 2 of the assignment, I have run tests on R.trace a bunch of times and they have been passing. Then I looked into R.solution and noticed that the R files contain both SLL and MULH, however, even without any implementation for these 2 instructions the test passes. How can I make sure I have written the right code for these 2 instructions? Thanks.