- [x] In the bitwise operations test in [line 185](https://github.com/vypxl/tx8/blob/382dc945d9492179ecd00ffaf8f14cd5c7139fe3/test/bitwise_operations_test.cpp#LL185C21-L185C21) it says `0x1eef` although the correct expected result is `0x1beef`. - [x] The next test case also has the same problem. - [x] [This one](https://github.com/vypxl/tx8/blob/382dc945d9492179ecd00ffaf8f14cd5c7139fe3/test/small_registers_test.cpp#LL486C1-L495C1) also has the same problem.